Lines Matching full:parsing
551 <li><a href=#parsing-0><span class=secno>4.8.10.11.2 </span>Parsing</a></ol></li>
862 <li><a href=#parsing-cache-manifests><span class=secno>6.6.3.3 </span>Parsing cache manifests</a></ol></li>
988 <li><a href=#parsing><span class=secno>10.2 </span>Parsing HTML documents</a>
990 <li><a href=#overview-of-the-parsing-model><span class=secno>10.2.1 </span>Overview of the parsing model</a></li>
996 <li><a href=#changing-the-encoding-while-parsing><span class=secno>10.2.2.4 </span>Changing the encoding while parsing</a></ol></li>
1003 <li><a href=#other-parsing-state-flags><span class=secno>10.2.3.5 </span>Other parsing state flags</a></ol></li>
1084 <li><a href=#parsing-main-inhead><span class=secno>10.2.5.7 </span>The "in head" insertion mode</a></li>
1085 <li><a href=#parsing-main-inheadnoscript><span class=secno>10.2.5.8 </span>The "in head noscript" insertion mode</a></li>
1087 <li><a href=#parsing-main-inbody><span class=secno>10.2.5.10 </span>The "in body" insertion mode</a></li>
1088 <li><a href=#parsing-main-incdata><span class=secno>10.2.5.11 </span>The "text" insertion mode</a></li>
1089 <li><a href=#parsing-main-intable><span class=secno>10.2.5.12 </span>The "in table" insertion mode</a></li>
1090 <li><a href=#parsing-main-intabletext><span class=secno>10.2.5.13 </span>The "in table text" insertion mode</a></li>
1091 <li><a href=#parsing-main-incaption><span class=secno>10.2.5.14 </span>The "in caption" insertion mode</a></li>
1092 <li><a href=#parsing-main-incolgroup><span class=secno>10.2.5.15 </span>The "in column group" insertion mode</a></li>
1093 <li><a href=#parsing-main-intbody><span class=secno>10.2.5.16 </span>The "in table body" insertion mode</a></li>
1094 <li><a href=#parsing-main-intr><span class=secno>10.2.5.17 </span>The "in row" insertion mode</a></li>
1095 <li><a href=#parsing-main-intd><span class=secno>10.2.5.18 </span>The "in cell" insertion mode</a></li>
1096 <li><a href=#parsing-main-inselect><span class=secno>10.2.5.19 </span>The "in select" insertion mode</a></li>
1097 <li><a href=#parsing-main-inselectintable><span class=secno>10.2.5.20 </span>The "in select in table" insertion mode</a></li>
1098 <li><a href=#parsing-main-inforeign><span class=secno>10.2.5.21 </span>The "in foreign content" insertion mode</a></li>
1099 <li><a href=#parsing-main-afterbody><span class=secno>10.2.5.22 </span>The "after body" insertion mode</a></li>
1100 <li><a href=#parsing-main-inframeset><span class=secno>10.2.5.23 </span>The "in frameset" insertion mode</a></li>
1101 <li><a href=#parsing-main-afterframeset><span class=secno>10.2.5.24 </span>The "after frameset" insertion mode</a></li>
1113 <li><a href=#parsing-html-fragments><span class=secno>10.4 </span>Parsing HTML fragments</a></li>
1118 <li><a href=#parsing-xhtml-documents><span class=secno>11.2 </span>Parsing XHTML documents</a></li>
1120 <li><a href=#parsing-xhtml-fragments><span class=secno>11.4 </span>Parsing XHTML fragments</a></ol></li>
2013 <p>For example, the parsing of certain named character references
3417 parsing of syntaxes described below. For example, date libraries are
3559 <p>The <dfn id=rules-for-parsing-non-negative-integers>rules for parsing non-negative integers</dfn> are as
3614 <p>The <dfn id=rules-for-parsing-integers>rules for parsing integers</dfn> are similar to the
3615 <a href=#rules-for-parsing-non-negative-integers title="rules for parsing non-negative integers">rules for
3738 <p>The <dfn id=rules-for-parsing-floating-point-number-values>rules for parsing floating point number values</dfn> are
3901 <p>The <dfn id=rules-for-parsing-dimension-values>rules for parsing dimension values</dfn> are as given in
3994 <p>The <dfn id=rules-for-parsing-a-list-of-integers>rules for parsing a list of integers</dfn> are as
4261 <p>The <dfn id=rules-for-parsing-a-list-of-dimensions>rules for parsing a list of dimensions</dfn> are as
4378 defines parsing rules in much more detail than ISO8601.
4380 parsing libraries before using them to implement the parsing rules
5162 <p>The <dfn id=rules-for-parsing-simple-color-values>rules for parsing simple color values</dfn> are as given
5215 complicated manner, using the <dfn id=rules-for-parsing-a-legacy-color-value>rules for parsing a legacy color
5515 <p>The <dfn id=rules-for-parsing-a-hash-name-reference>rules for parsing a hash-name reference</dfn> to an
5601 <p>Parsing a URL can fail. If it does not, then it results in the
5933 using the <a href=#parse-a-url title="parse a URL">URL parsing rules</a> defined
6429 parsed according to the <a href=#rules-for-parsing-integers title="rules for parsing
6430 integers">rules for parsing signed integers</a>, and if that is
6443 according to the <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative
6457 attribute must be parsed according to the <a href=#rules-for-parsing-non-negative-integers>rules for parsing
6473 <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative integers</a>, and if that is
6487 be parsed according to the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating point
8096 an <a href=#xml-parser>XML parser</a> that has not yet been <a href=#stop-parsing title="stop
8097 parsing">stopped</a> or aborted.</p>
10402 <td><code title=attr-aria-role-spinbutton>spinbutton</code> role, with the <code title=title-aria-readonly>aria-readonly</code> state set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute, the <code title=attr-aria-valuemax>aria-valuemax</code> property set to the element's <a href=#concept-input-max title=concept-input-max>maximum</a>, the <code title=attr-aria-valuemin>aria-valuemin</code> property set to the element's <a href=#concept-input-min title=concept-input-min>minimum</a>, and, if the result of applying the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing
10411 <td><code title=attr-aria-role-slider>slider</code> role, with the <code title=attr-aria-valuemax>aria-valuemax</code> property set to the element's <a href=#concept-input-max title=concept-input-max>maximum</a>, the <code title=attr-aria-valuemin>aria-valuemin</code> property set to the element's <a href=#concept-input-min title=concept-input-min>minimum</a>, and the <code title=attr-aria-valuenow>aria-valuenow</code> property set to the result of applying the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating point number values</a> to the element's <a href=#concept-fe-value title=concept-fe-value>value</a>, if that that results in a number, or the <a href=#concept-input-value-default-range title=concept-input-value-default-range>default value</a> otherwise
10870 when it's called in an inline script found during the parsing of
11036 <li><p>If there is a <a href=#pending-parsing-blocking-script>pending parsing-blocking script</a>,
11108 <p>If there is a <a href=#pending-parsing-blocking-script>pending parsing-blocking script</a>, then the
11180 with the result of parsing the given string.</p>
11222 document</a>: Invoke the <a href=#html-fragment-parsing-algorithm>HTML fragment parsing
11226 document</a>: Invoke the <a href=#xml-fragment-parsing-algorithm>XML fragment parsing
11362 <p>If <var title="">target</var>'s document is an <a href=#html-documents title="HTML documents">HTML document</a>: Invoke the <a href=#html-fragment-parsing-algorithm>HTML
11363 fragment parsing algorithm</a>.</p>
11366 documents">XML document</a>: Invoke the <a href=#xml-fragment-parsing-algorithm>XML fragment
11367 parsing algorithm</a>.</p>
11497 <p>If <var title="">target</var>'s document is an <a href=#html-documents title="HTML documents">HTML document</a>: Invoke the <a href=#html-fragment-parsing-algorithm>HTML
11498 fragment parsing algorithm</a>.</p>
11501 documents">XML document</a>: Invoke the <a href=#xml-fragment-parsing-algorithm>XML fragment
11502 parsing algorithm</a>.</p>
12734 by the parsing section of the specification.</span></p>
12809 the <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative integers</a>. If the
13023 parsing section for conformance checkers, and we have to make sure
13264 waiting for IE, WebKit, and Opera to fix their parsing bug
13266 is ignored. Otherwise, parsing behaviour in those browsers
13267 could differ substantially from the parsing behaviour of HTML5.
13606 parsing. If neither attribute is present, then the script is
13608 parsing the page.</p>
13616 parsing rules for <code><a href=#script>script</a></code> <a href=#scriptTag>start</a>
13832 <p>The element must be added to the end of the <dfn id=list-of-scripts-that-will-execute-when-the-document-has-finished-parsing>list of
13834 parsing</dfn>.</p>
13853 <p>The element is the <a href=#pending-parsing-blocking-script>pending parsing-blocking
13874 <p>The element is the <a href=#pending-parsing-blocking-script>pending parsing-blocking
13916 <p>The <dfn id=pending-parsing-blocking-script>pending parsing-blocking script</dfn> is used by the
14333 except that invoking the <a href=#html-fragment-parsing-algorithm>HTML fragment parsing
16476 present, user agents must <a href=#rules-for-parsing-integers title="rules for parsing
16627 present, user agents must <a href=#rules-for-parsing-integers title="rules for parsing
18130 <li>If <var title="">result</var> is empty (because the parsing
20177 <p>In the following example we have <a href=images/parsing-model-overview.png>a flowchart</a> in image
20183 <p><strong><img src="images/parsing-model-overview.png" alt="The network
20404 <strong><p><img src="images/parsing-model-overview.png" alt=""></p></strong></pre>
20420 <p><strong><img src="images/parsing-model-overview.png" alt=""
20421 title="Flowchart representation of the parsing model."></strong></p></pre>
20430 <strong><img src="images/parsing-model-overview.png" alt="The Network leads
20436 <figcaption>Flowchart representation of the parsing model.</figcaption>
20445 <p><img src="images/parsing-model-overview.png"
20446 alt="Flowchart representation of the parsing model."></p>
21185 preserved when originally parsing the <code title=attr-iframe-sandbox><a href=#attr-iframe-sandbox>sandbox</a></code> attribute, and once more
21186 to prevent the ampersand from being misinterpreted when parsing the
21711 the <a href=#html-fragment-parsing-algorithm>HTML fragment parsing algorithm</a> with the
26464 <h6 id=parsing-0><span class=secno>4.8.10.11.2 </span>Parsing</h6>
26471 <a href=#websrt-parser>WebSRT parser</a>, specifically its conversion and parsing
26967 integers</a>. <span class=impl>The <a href=#rules-for-parsing-non-negative-integers>rules for parsing
26969 values. If an attribute is missing, or if parsing its value returns
27703 * Getting and setting colours by component to bypass the CSS value parsing.
27845 color obtained by parsing <var title="">color</var> as a CSS
30458 <ol><li><p>First, <a href=#rules-for-parsing-a-hash-name-reference>rules for parsing a hash-name reference</a>
30514 <li><p>Use the <a href=#rules-for-parsing-a-list-of-integers>rules for parsing a list of integers</a> to
32105 same name. Its default value, which must be used if <a href=#rules-for-parsing-non-negative-integers title="rules for parsing non-negative integers">parsing the
32309 value using the <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative
32312 <p>If the result of parsing the value is not an error or
32368 its value using the <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative
32371 <p>If the result of parsing the value is not an error or
32660 <p>If the <var title="">current cell</var> has a <code title=attr-tdth-colspan><a href=#attr-tdth-colspan>colspan</a></code> attribute, then <a href=#rules-for-parsing-non-negative-integers title="rules for parsing non-negative integers">parse that
32664 <p>If parsing that value failed, or returned zero, or if the
32672 <p>If the <var title="">current cell</var> has a <code title=attr-tdth-rowspan><a href=#attr-tdth-rowspan>rowspan</a></code> attribute, then <a href=#rules-for-parsing-non-negative-integers title="rules for
32673 parsing non-negative integers">parse that attribute's
32677 <p>If parsing that value failed or if the attribute is absent,
36342 <a href=#parse-a-global-date-and-time-string title="parse a global date and time string">parsing a global
36393 string">parsing a global date and time</a> from <var title="">input</var> results in an error, then return an error;
36407 a global date and time string">parsing a global date and time</a>
36514 the user agent should allow the user to change the <a href=#concept-date title=concept-date>date</a> represented by its <a href=#concept-fe-value title=concept-fe-value>value</a>, as obtained by <a href=#parse-a-date-string title="parse a date string">parsing a date</a> from it. User
36558 is as follows</strong>: If <a href=#parse-a-date-string title="parse a date string">parsing
36576 a date string">parsing a date</a> from <var title="">input</var>
36661 the user agent should allow the user to change the <a href=#concept-month title=concept-month>month</a> represented by its <a href=#concept-fe-value title=concept-fe-value>value</a>, as obtained by <a href=#parse-a-month-string title="parse a month string">parsing a month</a> from it. User
36707 string">parsing a month</a> from <var title="">input</var>
36724 a month string">parsing a month</a> from <var title="">input</var> results in an error, then return an error;
36809 the user agent should allow the user to change the <a href=#concept-week title=concept-week>week</a> represented by its <a href=#concept-fe-value title=concept-fe-value>value</a>, as obtained by <a href=#parse-a-week-string title="parse a week string">parsing a week</a> from it. User
36855 is as follows</strong>: If <a href=#parse-a-week-string title="parse a week string">parsing
36872 a week string">parsing a week</a> from <var title="">input</var>
36962 the user agent should allow the user to change the <a href=#concept-time title=concept-time>time</a> represented by its <a href=#concept-fe-value title=concept-fe-value>value</a>, as obtained by <a href=#parse-a-time-string title="parse a time string">parsing a time</a> from it. User
37007 is as follows</strong>: If <a href=#parse-a-time-string title="parse a time string">parsing
37020 a time string">parsing a time</a> from <var title="">input</var>
37107 <a href=#parse-a-local-date-and-time-string title="parse a local date and time string">parsing a date and
37154 string">parsing a date and time</a> from <var title="">input</var> results in an error, then return an error;
37269 obtained from applying the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating point
37314 is as follows</strong>: If applying the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing
37404 obtained from applying the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating point
37474 is as follows</strong>: If applying the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing
37622 applying the <a href=#rules-for-parsing-simple-color-values>rules for parsing simple color values</a> to
38684 when the user agent <a href=#stop-parsing title="stop parsing">stops
38685 parsing</a>).</p>
38896 the <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative integers</a>, and if the
39187 point number</a> that <a href=#rules-for-parsing-floating-point-number-values title="rules for parsing floating
39204 <li>Otherwise, if the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating point number
39211 step</a> is the number returned by the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing
39914 <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative integers</a> to the value of
39916 has one and parsing it is successful. If applying those rules to the
40712 <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative integers</a> to the
40731 zero. <span class=impl>If applying the <a href=#rules-for-parsing-non-negative-integers>rules for parsing
41458 attribute's value according to the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating
41463 one but parsing it resulted in an error, or if the parsed value was
41469 attribute's value according to the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating
41475 parsing the <code title=attr-progress-value><a href=#attr-progress-value>value</a></code> attribute's value resulted
41671 <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating point number values</a>.</p>
42124 <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative integers</a> to its value
42126 allowed value length</dfn>. If the attribute is omitted or parsing
48464 <li><p>Apply the <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative
48467 <li><p>Apply the <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative
55552 naming authority, or if parsing <var title="">url</var> failed,
55593 a <code><a href=#document>Document</a></code> object that was created by parsing the
56078 simple case an author doesn't have to do the parsing (though one
56079 would still need the parsing for handling <a href=#url title=URL>URLs</a> passed around by users, so it's only a minor
57225 parser has <a href=#stop-parsing title="stop parsing">stopped parsing</a>, or
57268 script execution, certainly before the parser <a href=#stop-parsing title="stop
57269 parsing">stops</a>, the user agent must <a href=#update-the-session-history-with-the-new-page>update the session
57380 before the page has finished parsing, the user agent must
57406 <p>Then, the user agent must act as if it had <a href=#stop-parsing title="stop
57407 parsing">stopped parsing</a>.</p>
57439 <p>Then, the user agent must act as if it had <a href=#stop-parsing title="stop
57440 parsing">stopped parsing</a>.</p>
57476 had <a href=#stop-parsing title="stop parsing">stopped parsing</a>.</p>
57547 URL.</li><!-- parsing can't fail, since we checked earlier on
58676 <h5 id=parsing-cache-manifests><span class=secno>6.6.3.3 </span>Parsing cache manifests</h5>
59099 manifest">rules for parsing manifests</a>, obtaining a list of
59275 by parsing <var title="">manifest</var> to <var title="">file
59279 by parsing <var title="">manifest</var> to <var title="">file
60496 <dt>Parsing</dt>
62745 <a href=#rules-for-parsing-integers>rules for parsing integers</a>. The attribute's values have
62748 <dl><dt>If the attribute is omitted or parsing the value returns an
62831 attribute is not present, or parsing its value returns an error,
66187 <li><p>Invoke the <a href=#html-fragment-parsing-algorithm>HTML fragment parsing algorithm</a>
67221 the next section ("parsing HTML documents").</i></p>
67598 for IE to fix it's parsing bug whereby it treats ` as an
68084 <h3 id=parsing><span class=secno>10.2 </span>Parsing HTML documents</h3>
68089 <p class=note>The rules for parsing XML documents into DOM trees
68093 <p>For <a href=#html-documents>HTML documents</a>, user agents must use the parsing
68102 its own parsing rules.</p>
68105 HTML4) were based on SGML and used SGML parsing rules. However, few
68106 (if any) web browsers ever implemented true SGML parsing for HTML
68121 <p>This specification defines the parsing rules for HTML documents,
68123 parsing algorithm are said to be <dfn id=parse-error title="parse error">parse
68153 <h4 id=overview-of-the-parsing-model><span class=secno>10.2.1 </span>Overview of the parsing model</h4>
68155 <p>The input to the HTML parsing process consists of a stream of
68170 <p><img alt="" src=images/parsing-model-overview.png></p>
68219 the encoding before parsing the document. Because of this, this
68222 a simplified parsing algorithm to whatever bytes they have available
68239 that encoding is <i>tentative</i> or <i>certain</i>, is <a href=#meta-charset-during-parse>used during the parsing</a> to
68255 throw away the data structures used when parsing upon finding the
68923 <h5 id=changing-the-encoding-while-parsing><span class=secno>10.2.2.4 </span>Changing the encoding while parsing</h5>
68990 "<a href=#parsing-main-inhead title="insertion mode: in head">in head</a>", "<a href=#parsing-main-inheadnoscript title="insertion mode: in head noscript">in head noscript</a>",
68991 "<a href=#the-after-head-insertion-mode title="insertion mode: after head">after head</a>", "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>", "<a href=#parsing-main-incdata title="insertion mode: text">text</a>",
68992 "<a href=#parsing-main-intable title="insertion mode: in table">in table</a>", "<a href=#parsing-main-intabletext title="insertion mode: in table text">in table text</a>", "<a href=#parsing-main-incaption title="insertion mode: in caption">in caption</a>", "<a href=#parsing-main-incolgroup title="insertion mode: in column group">in column group</a>",
68993 "<a href=#parsing-main-intbody title="insertion mode: in table body">in table body</a>",
68994 "<a href=#parsing-main-intr title="insertion mode: in row">in row</a>", "<a href=#parsing-main-intd title="insertion mode: in cell">in cell</a>", "<a href=#parsing-main-inselect title="insertion mode: in select">in select</a>", "<a href=#parsing-main-inselectintable title="insertion mode: in select in table">in select in
68995 table</a>", "<a href=#parsing-main-inforeign title="insertion mode: in foreign content">in
68996 foreign content</a>", "<a href=#parsing-main-afterbody title="insertion mode: after
68997 body">after body</a>", "<a href=#parsing-main-inframeset title="insertion mode: in
68998 frameset">in frameset</a>", "<a href=#parsing-main-afterframeset title="insertion mode: after
69001 frameset</a>" during the course of the parsing, as described in
69006 <p>Seven of these modes, namely "<a href=#parsing-main-inhead title="insertion mode: in
69007 head">in head</a>", "<a href=#parsing-main-inbody title="insertion mode: in body">in
69008 body</a>", "<a href=#parsing-main-intable title="insertion mode: in table">in
69009 table</a>", "<a href=#parsing-main-intbody title="insertion mode: in table body">in table
69010 body</a>", "<a href=#parsing-main-intr title="insertion mode: in row">in row</a>",
69011 "<a href=#parsing-main-intd title="insertion mode: in cell">in cell</a>", and "<a href=#parsing-main-inselect title="insertion mode: in select">in select</a>", are special, in
69021 <p>When the insertion mode is switched to "<a href=#parsing-main-incdata title="insertion
69022 mode: text">text</a>" or "<a href=#parsing-main-intabletext title="insertion mode: in table
69027 <p>When the insertion mode is switched to "<a href=#parsing-main-inforeign title="insertion
69030 is used within the rules for the "<a href=#parsing-main-inforeign title="insertion mode: in
69050 parsing-main-inselect title="insertion mode: in select">in select</a>" and jump to the
69055 switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intd title="insertion
69059 switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intr title="insertion
69064 <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intbody title="insertion mode: in
69068 then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-incaption title="insertion mode: in caption">in caption</a>" and jump to
69072 then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-incolgroup title="insertion mode: in column group">in column group</a>" and
69077 then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intable title="insertion mode: in table">in table</a>" and jump to the
69081 then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" ("<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>"! <em> not "<a href=#parsing-main-inhead title="insertion mode: in head">in head</a>"</em>!) and jump to
69087 scripting-disabled fragment parsing case for a <head> element
69091 affect the spec, since the algorithm for fragment parsing is only
69096 then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" and jump to the
69100 then switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inframeset title="insertion mode: in frameset">in frameset</a>" and jump to
69119 <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inbody title="insertion mode: in
69130 <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inforeign title="insertion mode: in
69148 element that is created as part of <a href=#html-fragment-parsing-algorithm title="html fragment
69149 parsing algorithm">that algorithm</a>. (The <a href=#fragment-case>fragment
69155 <a href=#stop-parsing title="stop parsing">finishes</a>.</p>
69171 parsing rules: <code><a href=#the-address-element>address</a></code>, <code><a href=#the-area-element>area</a></code>,
69201 parsing: <code><a href=#the-applet-element>applet</a></code>, <code><a href=#the-caption-element>caption</a></code>,
69216 <dd><p>All other elements found while parsing an HTML
69392 <h5 id=other-parsing-state-flags><span class=secno>10.2.3.5 </span>Other parsing state flags</h5>
69399 when the parser was originally created for the <a href=#html-fragment-parsing-algorithm>HTML fragment
69400 parsing algorithm</a>, even though <code><a href=#script>script</a></code> elements
70628 <p>Otherwise, if the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-inforeign title="insertion mode: in foreign content">in foreign
71301 reference</dfn>. This definition is used when parsing character
71565 <p id=mutation-during-parsing>DOM mutation events must not fire
71566 for changes caused by the UA parsing the document. (Conceptually,
71568 includes the parsing of any content inserted using <code title=dom-document-write><a href=#dom-document-write>document.write()</a></code> and <code title=dom-document-writeln><a href=#dom-document-writeln>document.writeln()</a></code> calls. <a href=#refsDOMEVENTS>[DOMEVENTS]</a></p>
71622 node</a>. (This happens in particular during the parsing of
71745 </table><hr><p>The <dfn id=generic-raw-text-element-parsing-algorithm>generic raw text element parsing
71746 <dfn id=generic-rcdata-element-parsing-algorithm>generic RCDATA element parsing algorithm</dfn> consist of the
71752 <li><p>If the algorithm that was invoked is the <a href=#generic-raw-text-element-parsing-algorithm>generic raw
71753 text element parsing algorithm</a>, switch the tokenizer to the
71755 was the <a href=#generic-rcdata-element-parsing-algorithm>generic RCDATA element parsing algorithm</a>,
71761 <li><p>Then, switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-incdata title="insertion mode: text">text</a>".</li>
72116 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" <a href=#insertion-mode>insertion
72128 <p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inhead title="insertion mode: in head">in head</a>".</p>
72156 </dl><h5 id=parsing-main-inhead><span class=secno>10.2.5.7 </span>The "<dfn title="insertion mode: in head">in head</dfn>" insertion mode</h5>
72158 <p>When the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-inhead title="insertion
72183 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" <a href=#insertion-mode>insertion
72230 <p>Follow the <a href=#generic-rcdata-element-parsing-algorithm>generic RCDATA element parsing algorithm</a>.</p>
72236 <p>Follow the <a href=#generic-raw-text-element-parsing-algorithm>generic raw text element parsing algorithm</a>.</p>
72244 <p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inheadnoscript title="insertion mode: in head noscript">in head
72270 <li><p>If the parser was originally created for the <a href=#html-fragment-parsing-algorithm>HTML
72271 fragment parsing algorithm</a>, then mark the
72285 <li><p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-incdata title="insertion mode: text">text</a>".</li>
72321 </dl><h5 id=parsing-main-inheadnoscript><span class=secno>10.2.5.8 </span>The "<dfn title="insertion mode: in head noscript">in head noscript</dfn>" insertion mode</h5>
72323 <p>When the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-inheadnoscript title="insertion
72333 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" <a href=#insertion-mode>insertion
72345 <p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inhead title="insertion mode: in head">in head</a>".</p>
72355 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inhead title="insertion mode: in head">in head</a>" <a href=#insertion-mode>insertion
72408 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" <a href=#insertion-mode>insertion
72419 <p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>".</p>
72428 <p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inframeset title="insertion mode: in frameset">in frameset</a>".</p>
72441 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inhead title="insertion mode: in head">in head</a>" <a href=#insertion-mode>insertion
72471 </dl><h5 id=parsing-main-inbody><span class=secno>10.2.5.10 </span>The "<dfn title="insertion mode: in body">in body</dfn>" insertion mode</h5>
72473 <p>When the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-inbody title="insertion
72515 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inhead title="insertion mode: in head">in head</a>" <a href=#insertion-mode>insertion
72562 <li><p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inframeset title="insertion mode: in frameset">in frameset</a>".</p>
72579 <p><a href=#stop-parsing>Stop parsing</a>.</p>
72611 <p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-afterbody title="insertion mode: after body">after body</a>".</p>
72808 <!-- same as normal, but effectively ends parsing -->
73282 any parsing-mode quirks) -Hixie -->
73288 <p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intable title="insertion mode: in table">in table</a>".</p>
73433 <li><p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-incdata title="insertion mode: text">text</a>".</li>
73450 <p>Follow the <a href=#generic-raw-text-element-parsing-algorithm>generic raw text element parsing algorithm</a>.</p>
73459 <p>Follow the <a href=#generic-raw-text-element-parsing-algorithm>generic raw text element parsing algorithm</a>.</p>
73467 <p>Follow the <a href=#generic-raw-text-element-parsing-algorithm>generic raw text element parsing algorithm</a>.</p>
73481 <p>If the <a href=#insertion-mode>insertion mode</a> is one of <a href=#parsing-main-intable title="insertion mode: in table">in table</a>", "<a href=#parsing-main-incaption title="insertion mode: in caption">in caption</a>", "<a href=#parsing-main-incolgroup title="insertion mode: in column group">in column group</a>",
73482 "<a href=#parsing-main-intbody title="insertion mode: in table body">in table
73483 body</a>", "<a href=#parsing-main-intr title="insertion mode: in row">in
73484 row</a>", or "<a href=#parsing-main-intd title="insertion mode: in cell">in
73486 "<a href=#parsing-main-inselectintable title="insertion mode: in select in table">in select in
73488 to "<a href=#parsing-main-inselect title="insertion mode: in select">in select</a>".</p>
73510 <!-- the parsing rules for ruby really don't match IE much at all,
73575 "<a href=#parsing-main-inforeign title="insertion mode: in foreign content">in foreign
73578 <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inforeign title="insertion mode: in
73611 "<a href=#parsing-main-inforeign title="insertion mode: in foreign content">in foreign
73614 <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inforeign title="insertion mode: in
73685 </dl><h5 id=parsing-main-incdata><span class=secno>10.2.5.11 </span>The "<dfn title="insertion mode: text">text</dfn>" insertion mode</h5>
73687 <p>When the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-incdata title="insertion
73750 <a href=#pending-parsing-blocking-script>pending parsing-blocking script</a>, then:</p>
73774 <ol><li><p>Let <var title="">the script</var> be the <a href=#pending-parsing-blocking-script>pending
73775 parsing-blocking script</a>. There is no longer a <a href=#pending-parsing-blocking-script>pending
73776 parsing-blocking script</a>.</li>
73809 <li><p>If there is once again a <a href=#pending-parsing-blocking-script>pending parsing-blocking
73827 </dl><h5 id=parsing-main-intable><span class=secno>10.2.5.12 </span>The "<dfn title="insertion mode: in table">in table</dfn>" insertion mode</h5>
73829 <p>When the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-intable title="insertion
73841 <p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intabletext title="insertion mode: in table text">in table text</a>" and
73868 switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-incaption title="insertion mode: in caption">in caption</a>".</p>
73879 switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-incolgroup title="insertion mode: in column group">in column
73897 switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intbody title="insertion mode: in table body">in table
73947 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inhead title="insertion mode: in head">in head</a>" <a href=#insertion-mode>insertion
74000 <p><a href=#stop-parsing>Stop parsing</a>.</p>
74008 rules for</a> the "<a href=#parsing-main-inbody title="insertion mode: in body">in
74029 <h5 id=parsing-main-intabletext><span class=secno>10.2.5.13 </span>The "<dfn title="insertion mode: in table text">in table text</dfn>" insertion mode</h5>
74031 <p>When the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-intabletext title="insertion
74052 "anything else" entry in the <a href=#parsing-main-intable title="insertion mode: in
74064 </dl><h5 id=parsing-main-incaption><span class=secno>10.2.5.14 </span>The "<dfn title="insertion mode: in caption">in caption</dfn>" insertion mode</h5>
74066 <p>When the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-incaption title="insertion
74091 <p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intable title="insertion mode: in table">in table</a>".</p>
74118 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" <a href=#insertion-mode>insertion
74122 </dl><h5 id=parsing-main-incolgroup><span class=secno>10.2.5.15 </span>The "<dfn title="insertion mode: in column group">in column group</dfn>" insertion mode</h5>
74124 <p>When the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-incolgroup title="insertion
74149 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" <a href=#insertion-mode>insertion
74176 "<a href=#parsing-main-intable title="insertion mode: in table">in table</a>".</p>
74189 element, then <a href=#stop-parsing>stop parsing</a>. (<a href=#fragment-case>fragment
74209 </dl><h5 id=parsing-main-intbody><span class=secno>10.2.5.16 </span>The "<dfn title="insertion mode: in table body">in table body</dfn>" insertion mode</h5>
74211 <p>When the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-intbody title="insertion
74221 the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intr title="insertion mode:
74248 to "<a href=#parsing-main-intable title="insertion mode: in table">in table</a>".</p>
74282 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-intable title="insertion mode: in table">in table</a>" <a href=#insertion-mode>insertion
74298 <h5 id=parsing-main-intr><span class=secno>10.2.5.17 </span>The "<dfn title="insertion mode: in row">in row</dfn>" insertion mode</h5>
74300 <p>When the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-intr title="insertion
74310 the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intd title="insertion mode:
74334 "<a href=#parsing-main-intbody title="insertion mode: in table body">in table
74374 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-intable title="insertion mode: in table">in table</a>" <a href=#insertion-mode>insertion
74389 <h5 id=parsing-main-intd><span class=secno>10.2.5.18 </span>The "<dfn title="insertion mode: in cell">in cell</dfn>" insertion mode</h5>
74391 <p>When the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-intd title="insertion
74417 <p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intr title="insertion mode: in row">in row</a>". (The
74461 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" <a href=#insertion-mode>insertion
74480 mode</a> is "<a href=#parsing-main-intd title="insertion mode: in cell">in
74484 <h5 id=parsing-main-inselect><span class=secno>10.2.5.19 </span>The "<dfn title="insertion mode: in select">in select</dfn>" insertion mode</h5>
74486 <p>When the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-inselect title="insertion
74509 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" <a href=#insertion-mode>insertion
74607 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inhead title="insertion mode: in head">in head</a>" <a href=#insertion-mode>insertion
74621 <p><a href=#stop-parsing>Stop parsing</a>.</p>
74630 </dl><h5 id=parsing-main-inselectintable><span class=secno>10.2.5.20 </span>The "<dfn title="insertion mode: in select in table">in select in table</dfn>" insertion mode</h5>
74632 <p>When the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-inselectintable title="insertion
74658 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inselect title="insertion mode: in select">in select</a>" <a href=#insertion-mode>insertion
74662 </dl><h5 id=parsing-main-inforeign><span class=secno>10.2.5.21 </span>The "<dfn title="insertion mode: in foreign content">in foreign content</dfn>" insertion mode</h5>
74664 <p>When the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-inforeign title="insertion
74751 doing so, the <a href=#insertion-mode>insertion mode</a> is still "<a href=#parsing-main-inforeign title="insertion mode: in foreign content">in foreign
74780 "<a href=#parsing-main-inforeign title="insertion mode: in foreign content">in foreign
74889 </dl><h5 id=parsing-main-afterbody><span class=secno>10.2.5.22 </span>The "<dfn title="insertion mode: after body">after body</dfn>" insertion mode</h5>
74891 <p>When the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-afterbody title="insertion
74898 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" <a href=#insertion-mode>insertion
74917 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" <a href=#insertion-mode>insertion
74924 <p>If the parser was originally created as part of the <a href=#html-fragment-parsing-algorithm>HTML
74925 fragment parsing algorithm</a>, this is a <a href=#parse-error>parse
74935 <p><a href=#stop-parsing>Stop parsing</a>.</p>
74942 mode</a> to "<a href=#parsing-main-inbody title="insertion mode: in body">in
74947 </dl><h5 id=parsing-main-inframeset><span class=secno>10.2.5.23 </span>The "<dfn title="insertion mode: in frameset">in frameset</dfn>" insertion mode</h5>
74949 <p>When the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-inframeset title="insertion
74974 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" <a href=#insertion-mode>insertion
74995 of the <a href=#html-fragment-parsing-algorithm>HTML fragment parsing algorithm</a>
74998 switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-afterframeset title="insertion mode: after frameset">after
75017 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inhead title="insertion mode: in head">in head</a>" <a href=#insertion-mode>insertion
75031 <p><a href=#stop-parsing>Stop parsing</a>.</p>
75040 </dl><h5 id=parsing-main-afterframeset><span class=secno>10.2.5.24 </span>The "<dfn title="insertion mode: after frameset">after frameset</dfn>" insertion mode</h5>
75042 <p>When the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-afterframeset title="insertion
75068 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" <a href=#insertion-mode>insertion
75080 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inhead title="insertion mode: in head">in head</a>" <a href=#insertion-mode>insertion
75086 <p><a href=#stop-parsing>Stop parsing</a>.</p>
75112 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" <a href=#insertion-mode>insertion
75118 <p><a href=#stop-parsing>Stop parsing</a>.</p>
75124 to "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" and
75146 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>" <a href=#insertion-mode>insertion
75152 <p><a href=#stop-parsing>Stop parsing</a>.</p>
75157 <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inhead title="insertion mode: in head">in head</a>" <a href=#insertion-mode>insertion
75173 <p>Once the user agent <dfn id=stop-parsing title="stop parsing">stops parsing</dfn>
75183 <li><p>If the <a href=#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing>list of scripts that will execute when the
75184 document has finished parsing</a> is not empty, run these
75188 <code><a href=#script>script</a></code> in the <a href=#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing>list of scripts that will
75189 execute when the document has finished parsing</a> has its
75195 first <code><a href=#script>script</a></code> in the <a href=#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing>list of scripts that will
75196 execute when the document has finished parsing</a>.</li>
75199 <a href=#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing>list of scripts that will execute when the document has
75200 finished parsing</a> (i.e. shift out the first entry in the
75203 parsing>list of scripts that will execute when the
75204 document has finished parsing</a> is still not empty, repeat
75394 <p>The parsing of this markup is straightforward up to the "3". At
75401 <code><a href=#the-i-element>i</a></code>. The <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>".</p>
75427 <p>Up to the "2" the parsing here is straightforward:</p>
75436 <code><a href=#the-b-element>b</a></code>. The <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>".</p>
75491 <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-intable title="insertion mode: in
75498 through the "<a href=#parsing-main-intbody title="insertion mode: in table body">in table
75499 body</a>" and "<a href=#parsing-main-intr title="insertion mode: in row">in
75507 it; and the <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-intr title="insertion
75512 of active formatting elements</a> (it also switches to the "<a href=#parsing-main-intd title="insertion mode: in cell">in cell</a>" <a href=#insertion-mode>insertion
75525 <a href=#insertion-mode>insertion mode</a> is "<a href=#parsing-main-intbody title="insertion mode: in
75529 trigger the "<a href=#parsing-main-intabletext title="insertion mode: in table text">in table
75531 insertion mode</a> set to "<a href=#parsing-main-intbody title="insertion mode: in table
75535 they are handled as per the "anything else" rules in the "<a href=#parsing-main-intable title="insertion mode: in table">in table</a>" insertion mode,
75536 which defer to the "<a href=#parsing-main-inbody title="insertion mode: in body">in
75551 and the <a href=#insertion-mode>insertion mode</a> is still "<a href=#parsing-main-intbody title="insertion
75810 <h3 id=parsing-html-fragments><span class=secno>10.4 </span>Parsing HTML fragments</h3>
75812 <p>The following steps form the <dfn id=html-fragment-parsing-algorithm>HTML fragment parsing
76040 <h3 id=parsing-xhtml-documents><span class=secno>11.2 </span>Parsing XHTML documents</h3>
76104 created for the <a href=#xml-fragment-parsing-algorithm>XML fragment parsing algorithm</a>, then
76108 element. If this causes there to be a <a href=#pending-parsing-blocking-script>pending parsing-blocking
76115 scripts</a> and the <a href=#pending-parsing-blocking-script>pending parsing-blocking
76124 <a href=#pending-parsing-blocking-script>pending parsing-blocking script</a>.</li>
76126 <li><p>There is no longer a <a href=#pending-parsing-blocking-script>pending parsing-blocking
76141 must <a href=#stop-parsing>stop parsing</a>, following the same rules as the
76247 <h3 id=parsing-xhtml-fragments><span class=secno>11.4 </span>Parsing XHTML fragments</h3>
76249 <p>The <dfn id=xml-fragment-parsing-algorithm>XML fragment parsing algorithm</dfn> for either returns
76404 <dfn id=maps-to-the-pixel-length-property>maps to the pixel length property</dfn> (or properties) <var title="">properties</var>, it means that if <var title="">element</var> has an attribute <var title="">attribute</var> set, and parsing that attribute's value
76405 using the <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative integers</a>
76411 <dfn id=maps-to-the-dimension-property>maps to the dimension property</dfn> (or properties) <var title="">properties</var>, it means that if <var title="">element</var> has an attribute <var title="">attribute</var> set, and parsing that attribute's value
76412 using the <a href=#rules-for-parsing-dimension-values>rules for parsing dimension values</a> doesn't
76458 as its <code title=attr-col-span><a href=#attr-col-span>span</a></code> attribute <a href=#rules-for-parsing-non-negative-integers title="rules for parsing non-negative
76465 attribute <a href=#rules-for-parsing-non-negative-integers title="rules for parsing non-negative
76469 <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements are expected to <a href=#rules-for-parsing-non-negative-integers title="rules for parsing non-negative integers">provide</a> the
76885 be parsed using the <a href=#rules-for-parsing-a-legacy-color-value>rules for parsing a legacy color
76892 to be parsed using the <a href=#rules-for-parsing-a-legacy-color-value>rules for parsing a legacy color
76898 to be parsed using the <a href=#rules-for-parsing-a-legacy-color-value>rules for parsing a legacy color
76906 expected to be parsed using the <a href=#rules-for-parsing-a-legacy-color-value>rules for parsing a legacy
76913 expected to be parsed using the <a href=#rules-for-parsing-a-legacy-color-value>rules for parsing a legacy
76922 value is expected to be parsed using the <a href=#rules-for-parsing-a-legacy-color-value>rules for parsing a
76930 expected to be parsed using the <a href=#rules-for-parsing-a-legacy-color-value>rules for parsing a legacy
76946 <span>rules for parsing non-negative integers</span>, and if this
77195 attribute is present but parsing the attribute's value using the
77196 <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative integers</a> generates an
77264 parsing that attribute's value using the <a href=#rules-for-parsing-non-negative-integers>rules for parsing
77272 <code title=attr-hr-size><a href=#attr-hr-size>size</a></code> attribute, and parsing that
77273 attribute's value using the <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative
77288 to be parsed using the <a href=#rules-for-parsing-a-legacy-color-value>rules for parsing a legacy color
77559 parsed using the <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative
77736 and parsing that attribute's value using the <a href=#rules-for-parsing-non-negative-integers>rules for parsing
78061 is expected to be parsed using the <a href=#rules-for-parsing-a-legacy-color-value>rules for parsing a legacy
78231 attribute, and parsing that attribute's value using the <a href=#rules-for-parsing-non-negative-integers>rules
78232 for parsing non-negative integers</a> doesn't generate an error,
78248 attribute, and parsing that attribute's value using the <a href=#rules-for-parsing-non-negative-integers>rules
78249 for parsing non-negative integers</a> doesn't generate an error,
78326 <p>Use the <a href=#rules-for-parsing-a-list-of-dimensions>rules for parsing a list of dimensions</a> to
78331 <p>Use the <a href=#rules-for-parsing-a-list-of-dimensions>rules for parsing a list of dimensions</a> to
78474 applying the <a href=#rules-for-parsing-a-legacy-color-value>rules for parsing a legacy color value</a>
79216 parsing its value using the <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative
79227 parsing its value using the <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative
79232 count</dfn>, which, if the element has a <code title=attr-marquee-loop>loop</code> attribute, and parsing its
79233 value using the <a href=#rules-for-parsing-integers>rules for parsing integers</a> does not
83715 <td> Fired at the <code><a href=#document>Document</a></code> when it finishes parsing and again when all its subresources have finished loading
84928 before using it in the parsing section.</p>