gecko-dev/parser/html/javasrc
Makoto Kato 41fc689975 Bug 1490661 - Part 2. Add enterkeyhint attribute to htmlparser. r=hsivonen
Bug 1618295 isn't merged into https://github.com/validator/htmlparser, I copy
it from /parser/html/javasrc/AttributeName.java

Differential Revision: https://phabricator.services.mozilla.com/D79642
2020-06-23 06:37:43 +00:00
..
AttributeName.java Bug 1490661 - Part 2. Add enterkeyhint attribute to htmlparser. r=hsivonen 2020-06-23 06:37:43 +00:00
ElementName.java
MetaScanner.java
Portability.java
README.txt
StackNode.java
StateSnapshot.java
Tokenizer.java
TreeBuilder.java Bug 1636607 - Use prefix match for public identifiers that trigger the Almost Standards Mode. r=alchen 2020-06-11 13:29:57 +00:00
UTF16Buffer.java

README.txt

The .java files in this directory were placed here by the Java-to-C++
translator that lives in parser/html/java/translator.  Together they represent
a snapshot of the Java code that was translated to produce the corresponding
.h and .cpp files in the parent directory.  Changing these .java files is not
worthwhile, as they will just be overwritten by the next translation.  See
parser/html/java/README.txt for information about performing the translation.