Skip to content

Commit

Permalink
[e] (0) I don't really understand why this is an improvement, but in …
Browse files Browse the repository at this point in the history
…the interests of avoiding unnecessary forking...

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17215
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7321 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 6, 2012
1 parent 3948449 commit da9dce0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
9 changes: 5 additions & 4 deletions complete.html
Expand Up @@ -246,7 +246,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 5 September 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 6 September 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -23869,9 +23869,10 @@ <h4 id=the-ins-element><span class=secno>4.7.1 </span>The <dfn><code>ins</code><
&lt;/ins&gt;
&lt;/aside&gt;</pre>

<p>As does this, because everything in the <code><a href=#the-aside-element>aside</a></code>
element here counts as <a href=#phrasing-content>phrasing content</a> and therefore
there is just one <a href=#paragraph>paragraph</a>:</p>
<p>As does the following, because everything in the
<code><a href=#the-aside-element>aside</a></code> element here counts as <a href=#phrasing-content>phrasing
content</a> and therefore there is just one
<a href=#paragraph>paragraph</a>:</p>

<pre>&lt;aside&gt;
&lt;ins&gt;
Expand Down
9 changes: 5 additions & 4 deletions index
Expand Up @@ -246,7 +246,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 5 September 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 6 September 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -23869,9 +23869,10 @@ Course course = Helm.CourseFactory(Heading, &lt;wbr&gt;Maps.MapFactoryFromHeadin
&lt;/ins&gt;
&lt;/aside&gt;</pre>

<p>As does this, because everything in the <code><a href=#the-aside-element>aside</a></code>
element here counts as <a href=#phrasing-content>phrasing content</a> and therefore
there is just one <a href=#paragraph>paragraph</a>:</p>
<p>As does the following, because everything in the
<code><a href=#the-aside-element>aside</a></code> element here counts as <a href=#phrasing-content>phrasing
content</a> and therefore there is just one
<a href=#paragraph>paragraph</a>:</p>

<pre>&lt;aside&gt;
&lt;ins&gt;
Expand Down
7 changes: 4 additions & 3 deletions source
Expand Up @@ -25639,9 +25639,10 @@ Course course = Helm.CourseFactory(Heading, &lt;wbr>Maps.MapFactoryFromHeading(h
&lt;/ins>
&lt;/aside></pre>

<p>As does this, because everything in the <code>aside</code>
element here counts as <span>phrasing content</span> and therefore
there is just one <span>paragraph</span>:</p>
<p>As does the following, because everything in the
<code>aside</code> element here counts as <span>phrasing
content</span> and therefore there is just one
<span>paragraph</span>:</p>

<pre>&lt;aside>
&lt;ins>
Expand Down

0 comments on commit da9dce0

Please sign in to comment.