[html5] r7165 - [e] (0) Clarification Affected topics: HTML
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jul 9 13:29:42 PDT 2012
Author: ianh
Date: 2012-07-09 13:29:41 -0700 (Mon, 09 Jul 2012)
New Revision: 7165
Modified:
complete.html
index
source
Log:
[e] (0) Clarification
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-06-29 23:20:43 UTC (rev 7164)
+++ complete.html 2012-07-09 20:29:41 UTC (rev 7165)
@@ -240,7 +240,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 — Last Updated 29 June 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 9 July 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>
@@ -19165,7 +19165,7 @@
<p>The <dfn id=outline-depth>outline depth</dfn> of a <a href=#heading-content>heading content</a>
element associated with a <a href=#concept-section title=concept-section>section</a> <var title="">section</var>
is the number of <a href=#concept-section title=concept-section>sections</a> that
- are ancestors of <var title="">section</var> in the
+ are ancestors of <var title="">section</var> in the outermost
<a href=#outline>outline</a> that <var title="">section</var> finds itself
in when the <a href=#outline title=outline>outlines</a> of its
<code><a href=#document>Document</a></code>'s elements are created, plus 1. The
@@ -94980,6 +94980,7 @@
:root:lang(bn), :not(:lang(bn)) > :lang(bn) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(br), :not(:lang(br)) > :lang(br) { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
:root:lang(brx), :not(:lang(brx)) > :lang(brx) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
+:root:lang(bs-Cyrl), :not(:lang(bs-Cyrl)) > :lang(bs-Cyrl) { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
:root:lang(ca), :not(:lang(ca)) > :lang(ca) { quotes: '\201c' '\201d' '\00ab' '\00bb' } /* “ ” « » */
:root:lang(cgg), :not(:lang(cgg)) > :lang(cgg) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(chr), :not(:lang(chr)) > :lang(chr) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
Modified: index
===================================================================
--- index 2012-06-29 23:20:43 UTC (rev 7164)
+++ index 2012-07-09 20:29:41 UTC (rev 7165)
@@ -240,7 +240,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 — Last Updated 29 June 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 9 July 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>
@@ -19165,7 +19165,7 @@
<p>The <dfn id=outline-depth>outline depth</dfn> of a <a href=#heading-content>heading content</a>
element associated with a <a href=#concept-section title=concept-section>section</a> <var title="">section</var>
is the number of <a href=#concept-section title=concept-section>sections</a> that
- are ancestors of <var title="">section</var> in the
+ are ancestors of <var title="">section</var> in the outermost
<a href=#outline>outline</a> that <var title="">section</var> finds itself
in when the <a href=#outline title=outline>outlines</a> of its
<code><a href=#document>Document</a></code>'s elements are created, plus 1. The
@@ -94980,6 +94980,7 @@
:root:lang(bn), :not(:lang(bn)) > :lang(bn) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(br), :not(:lang(br)) > :lang(br) { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
:root:lang(brx), :not(:lang(brx)) > :lang(brx) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
+:root:lang(bs-Cyrl), :not(:lang(bs-Cyrl)) > :lang(bs-Cyrl) { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
:root:lang(ca), :not(:lang(ca)) > :lang(ca) { quotes: '\201c' '\201d' '\00ab' '\00bb' } /* “ ” « » */
:root:lang(cgg), :not(:lang(cgg)) > :lang(cgg) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
:root:lang(chr), :not(:lang(chr)) > :lang(chr) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
Modified: source
===================================================================
--- source 2012-06-29 23:20:43 UTC (rev 7164)
+++ source 2012-07-09 20:29:41 UTC (rev 7165)
@@ -27,6 +27,7 @@
interface DOMSettableTokenList { attribute any value; }; // DOM Core
interface SVGMatrix { }; // SVG
</pre>
+<!--DEFER snapshot complete-->
<!--START complete--><!--START dev-html-->
<!-- An advisory for those reading this source. -->
@@ -20558,7 +20559,7 @@
element associated with a <span
title="concept-section">section</span> <var title="">section</var>
is the number of <span title="concept-section">sections</span> that
- are ancestors of <var title="">section</var> in the
+ are ancestors of <var title="">section</var> in the outermost
<span>outline</span> that <var title="">section</var> finds itself
in when the <span title="outline">outlines</span> of its
<code>Document</code>'s elements are created, plus 1. The
More information about the Commit-Watchers
mailing list