summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-01-18 13:25:35 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-01-18 13:25:35 +0100
commit63219a15b155aee142f316156b6578f027204129 (patch)
treec0d999e8b02489654b4c7d0367d5cfef2993f8f4 /docs
parentb87a4551b52e8f999d05641e3ab889ed11f3a001 (diff)
downloadUXP-63219a15b155aee142f316156b6578f027204129.tar
UXP-63219a15b155aee142f316156b6578f027204129.tar.gz
UXP-63219a15b155aee142f316156b6578f027204129.tar.lz
UXP-63219a15b155aee142f316156b6578f027204129.tar.xz
UXP-63219a15b155aee142f316156b6578f027204129.zip
Minor update to the html5 parser component doc
Diffstat (limited to 'docs')
-rw-r--r--docs/Component docs/HTML Parser updates.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Component docs/HTML Parser updates.md b/docs/Component docs/HTML Parser updates.md
index 7a2c76e94..22a06e620 100644
--- a/docs/Component docs/HTML Parser updates.md
+++ b/docs/Component docs/HTML Parser updates.md
@@ -4,11 +4,11 @@ Our html5 parser is based on the java html5 parser from [Validator.nu](http://ab
## Stages
Updating the parser code consists of 3 stages:
-- Making updates to the html parser source in java
+- Make updates to the html parser source in java
- Let the java parser regenerate part of its own code after the change
- Translate the java source to C++
-This process was best explained in the [following Bugzilla comment](https://bugzilla.mozilla.org/show_bug.cgi?id=1378079#c6), which explain how to add a new attribute name to html5, inserted in this document for convenience:
+This process was best explained in the [following Bugzilla comment](https://bugzilla.mozilla.org/show_bug.cgi?id=1378079#c6), which explain how to add a new attribute name ("is") to html5, inserted in this document for convenience:
>> Is
>> there any documentation on how to add a new nsHtml5AttributeName?