Skip to content

Commit

Permalink
[e] (0) deindent the source
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1310 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 3, 2008
1 parent 6934714 commit 758c87f
Show file tree
Hide file tree
Showing 2 changed files with 1,949 additions and 1,949 deletions.
88 changes: 44 additions & 44 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -42105,13 +42105,13 @@ simplified explanation instead:
href="#div">div</a></code> element, then stop this algorithm.
</li>
<!-- an element <foo> is in this
list if the following markup:
list if the following markup:

<!DOCTYPE html><body><ol><li><foo><li>
<!DOCTYPE html><body><ol><li><foo><li>

...results in the second <li> not being (in any way) a
descendant of the first <li>, or if <foo> is a formatting
element that gets reopened later. -->
...results in the second <li> not being (in any way) a
descendant of the first <li>, or if <foo> is a formatting
element that gets reopened later. -->

<li>
<p>Otherwise, set <var title="">node</var> to the previous entry in the
Expand Down Expand Up @@ -42152,13 +42152,13 @@ simplified explanation instead:
href="#div">div</a></code> element, then stop this algorithm.
</li>
<!-- an element <foo> is in this
list if the following markup:
list if the following markup:

<!DOCTYPE html><body><ol><dt><foo><dt>
<!DOCTYPE html><body><ol><dt><foo><dt>

...results in the second <li> not being (in any way) a
descendant of the first <li>, or if <foo> is a formatting
element that gets reopened later. -->
...results in the second <li> not being (in any way) a
descendant of the first <li>, or if <foo> is a formatting
element that gets reopened later. -->

<li>
<p>Otherwise, set <var title="">node</var> to the previous entry in the
Expand Down Expand Up @@ -42206,9 +42206,9 @@ simplified explanation instead:
that of the token, then pop elements from this stack until an element
with that tag name has been popped from the stack.</p>
<!-- XXX quirk (except for in certain cases?):
<p>Otherwise, act as if a start tag with the tag name given in
the token had been seen, then reprocess the current token.</p>
-->
<p>Otherwise, act as if a start tag with the tag name given in
the token had been seen, then reprocess the current token.</p>
-->


<dt>An end tag whose tag name is "form"
Expand Down Expand Up @@ -42277,16 +42277,16 @@ simplified explanation instead:
scope</a>, then act as if an end tag with the tag name <code><a
href="#p">p</a></code> had been seen.</p>
<!-- Removed for compatibility with IE7, though all other
browsers do it this way. If you do put this back, make
sure to handle <h1><a><h2>, as in Webkit bug 12646.
http://bugs.webkit.org/show_bug.cgi?id=12646
<p>If the <span>stack of open elements</span> <span title="has
an element in scope">has in scope</span> an element whose tag
name is one of "h1", "h2", "h3", "h4", "h5", or "h6", then
this is a <span>parse error</span>; pop elements from the
stack until an element with one of those tag names has been
popped from the stack.</p>
-->
browsers do it this way. If you do put this back, make
sure to handle <h1><a><h2>, as in Webkit bug 12646.
http://bugs.webkit.org/show_bug.cgi?id=12646
<p>If the <span>stack of open elements</span> <span title="has
an element in scope">has in scope</span> an element whose tag
name is one of "h1", "h2", "h3", "h4", "h5", or "h6", then
this is a <span>parse error</span>; pop elements from the
stack until an element with one of those tag names has been
popped from the stack.</p>
-->

<p><a href="#insert" title="insert an html element">Insert an HTML
element</a> for the token.</p>
Expand All @@ -42310,14 +42310,14 @@ simplified explanation instead:
from the stack until an element with one of those tag names has been
popped from the stack.</p>
<!-- XXX quirk:
<p>Otherwise, act as if a start tag with the tag name given in
the token had been seen, then reprocess the current token.</p>
-->
<p>Otherwise, act as if a start tag with the tag name given in
the token had been seen, then reprocess the current token.</p>
-->
</dd>
<!-- ADOPTION AGENCY ELEMENTS
Mozilla-only: bdo blink del ins sub sup q
Safari-only: code dfn kbd nobr samp var wbr
Both: a b big em font i s small strike strong tt u -->
Mozilla-only: bdo blink del ins sub sup q
Safari-only: code dfn kbd nobr samp var wbr
Both: a b big em font i s small strike strong tt u -->

<dt>A start tag whose tag name is "a"

Expand Down Expand Up @@ -42523,9 +42523,9 @@ simplified explanation instead:
href="#formatting">formatting</a> category ever get cloned by this
algorithm.</p>
<!--XXX
<div class="example">
<p class="big-issue">Need an example.</p>
</div>
<div class="example">
<p class="big-issue">Need an example.</p>
</div>
-->

<p class=note>Because of the way this algorithm causes elements to change
Expand Down Expand Up @@ -42637,8 +42637,8 @@ simplified explanation instead:
<p><a href="#parse0">Parse error</a>. Change the token's tag name to
"img" and reprocess it. (Don't ask.)</p>
<!-- As of
2005-12, studies showed that around 0.2% of pages used the
<image> element. -->
2005-12, studies showed that around 0.2% of pages used the
<image> element. -->


<dt>A start tag whose tag name is "input"
Expand All @@ -42652,7 +42652,7 @@ simplified explanation instead:

<p>If the <a href="#form-element"><code title="">form</code> element
pointer</a> is not null, then <span>associate</span><!--XXX
xref! -->
xref! -->
the <code>input</code> element with the <code>form</code> element
pointed to by the <a href="#form-element"><code title="">form</code>
element pointer</a>.</p>
Expand Down Expand Up @@ -42717,10 +42717,10 @@ simplified explanation instead:
</dd>
<!-- XXX keygen support; don't forget form element pointer!

<dt>A start tag whose tag name is "keygen"</dt>
<dd>
...
</dd>
<dt>A start tag whose tag name is "keygen"</dt>
<dd>
...
</dd>
-->

<dt>A start tag whose tag name is "textarea"
Expand All @@ -42730,7 +42730,7 @@ simplified explanation instead:

<p>If the <a href="#form-element"><code title="">form</code> element
pointer</a> is not null, then <span>associate</span><!--XXX
xref! -->
xref! -->
the <code>textarea</code> element with the <code>form</code> element
pointed to by the <a href="#form-element"><code title="">form</code>
element pointer</a>.</p>
Expand Down Expand Up @@ -42820,10 +42820,10 @@ simplified explanation instead:
element.</p>
<!--
Put the following into the MathML namespace if parsed:
math, mrow, mfrac, msqrt, mroot, mstyle, merror, mpadded,
mphantom, mfenced, menclose, msub, msup, msubsup, munder,
mover, munderover, mmultiscripts, mtable, mlabeledtr, mtr,
mtd, maction
math, mrow, mfrac, msqrt, mroot, mstyle, merror, mpadded,
mphantom, mfenced, menclose, msub, msup, msubsup, munder,
mover, munderover, mmultiscripts, mtable, mlabeledtr, mtr,
mtd, maction
-->


Expand Down
Loading

0 comments on commit 758c87f

Please sign in to comment.