Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions understanding/20/parsing.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ <h2>Intent of Parsing</h2>

</p>

<p>Since repair techniques vary among user agents, authors cannot assume that content
<p>Since these repair techniques - the way user agents will attempt to parse and error-correct
malformed or invalid markup - may vary among user agents, authors cannot assume that content
will be accurately parsed into a data structure or that it will be rendered correctly
by specialized user agents, including assistive technologies, unless the content is
created according to the rules defined in the formal grammar for that technology.
Expand All @@ -38,7 +39,7 @@ <h2>Intent of Parsing</h2>

<p>The concept of "well formed" is close to what is required here. However, exact parsing
requirements vary amongst markup languages, and most non XML-based languages do not
explicitly define requirements for well formedness. Therefore, it was necessary to
explicitly define requirements for well-formedness. Therefore, it was necessary to
be more explicit in the success criterion in order to be generally applicable to markup
languages. Because the term "well formed" is only defined in XML, and (because end
tags are sometimes optional) valid HTML does not require well formed code, the term
Expand Down