Security/Reviews/Firefox4/HTML5 Parser Security Review: Difference between revisions

Line 76: Line 76:
== Data ==
== Data ==
* What data is read or parsed by this feature?
* What data is read or parsed by this feature?
The HTML5 parser parses full HTML documents from a network stream or from document.write() and HTML fragments from innerHTML or createContextualFragment.
* What is the output of this feature?
* What is the output of this feature?
A DOM tree or subtree.
* What storage formats are used?
* What storage formats are used?
The HTML5 parser doesn't store data.


== Reliability ==
== Reliability ==
254

edits