gecko-dev/parser/html/javasrc
Henri Sivonen 2a9936f40a Bug 1153920 - Conform ampersand error reporting to HTML spec. r=smaug
Created by inlining the `AMBIGUOUS_AMPERSAND` state in
https://github.com/validator/htmlparser/pull/30 back into the states
that transitioned to `AMBIGUOUS_AMPERSAND` in that PR by
Michael(tm) Smith.

Differential Revision: https://phabricator.services.mozilla.com/D81992
2021-09-02 11:13:37 +00:00
..
AttributeName.java
ElementName.java
MetaScanner.java
Portability.java
README.txt
StackNode.java
StateSnapshot.java
Tokenizer.java Bug 1153920 - Conform ampersand error reporting to HTML spec. r=smaug 2021-09-02 11:13:37 +00:00
TreeBuilder.java Bug 1541846 - Ensure namespace-aware “clear the stack” handling r=smaug 2021-08-17 12:02:13 +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.