[html5] r8122 - [e] (0) Fix a cross-reference in the <dialog> section. Affected topics: CSS, HTML
whatwg at whatwg.org
whatwg at whatwg.org
Thu Aug 1 15:32:13 PDT 2013
Author: ianh
Date: 2013-08-01 15:32:11 -0700 (Thu, 01 Aug 2013)
New Revision: 8122
Modified:
complete.html
index
source
Log:
[e] (0) Fix a cross-reference in the <dialog> section.
Affected topics: CSS, HTML
Modified: complete.html
===================================================================
--- complete.html 2013-08-01 22:17:00 UTC (rev 8121)
+++ complete.html 2013-08-01 22:32:11 UTC (rev 8122)
@@ -58042,7 +58042,7 @@
<ol><li><p>If <var title="">anchor</var>'s target element does not have a rendered box, or is in a
different document than <var title="">subject</var>, then let <var title="">subject</var> be
- <span>mundanely positioned</span>, <a href=#set-up-the-default-static-position>set up the default static position</a> of <var title="">subject</var> without an anchor, and abort the <a href=#set-up-the-position>set up the position</a>
+ <a href=#mundanely-aligned>mundanely aligned</a>, <a href=#set-up-the-default-static-position>set up the default static position</a> of <var title="">subject</var> without an anchor, and abort the <a href=#set-up-the-position>set up the position</a>
steps.</li>
<li><p>Let <var title="">anchor element</var> be an anonymous element rendered as a box with
@@ -58064,8 +58064,9 @@
<p>If at any time either <var title="">A</var> or <var title="">B</var> cease having rendered
boxes, <var title="">A</var> and <var title="">B</var> cease being in the same
<code><a href=#document>Document</a></code>, or <var title="">B</var> ceases being earlier than <var title="">A</var>
- in <a href=#tree-order>tree order</a>, let <var title="">subject</var> be <span>mundanely
- positioned</span>, and <a href=#set-up-the-default-static-position>set up the default static position</a> of <var title="">subject</var> without an anchor.</p>
+ in <a href=#tree-order>tree order</a>, let <var title="">subject</var> be <a href=#mundanely-aligned>mundanely aligned</a>,
+ and <a href=#set-up-the-default-static-position>set up the default static position</a> of <var title="">subject</var> without an
+ anchor.</p>
</li>
Modified: index
===================================================================
--- index 2013-08-01 22:17:00 UTC (rev 8121)
+++ index 2013-08-01 22:32:11 UTC (rev 8122)
@@ -58042,7 +58042,7 @@
<ol><li><p>If <var title="">anchor</var>'s target element does not have a rendered box, or is in a
different document than <var title="">subject</var>, then let <var title="">subject</var> be
- <span>mundanely positioned</span>, <a href=#set-up-the-default-static-position>set up the default static position</a> of <var title="">subject</var> without an anchor, and abort the <a href=#set-up-the-position>set up the position</a>
+ <a href=#mundanely-aligned>mundanely aligned</a>, <a href=#set-up-the-default-static-position>set up the default static position</a> of <var title="">subject</var> without an anchor, and abort the <a href=#set-up-the-position>set up the position</a>
steps.</li>
<li><p>Let <var title="">anchor element</var> be an anonymous element rendered as a box with
@@ -58064,8 +58064,9 @@
<p>If at any time either <var title="">A</var> or <var title="">B</var> cease having rendered
boxes, <var title="">A</var> and <var title="">B</var> cease being in the same
<code><a href=#document>Document</a></code>, or <var title="">B</var> ceases being earlier than <var title="">A</var>
- in <a href=#tree-order>tree order</a>, let <var title="">subject</var> be <span>mundanely
- positioned</span>, and <a href=#set-up-the-default-static-position>set up the default static position</a> of <var title="">subject</var> without an anchor.</p>
+ in <a href=#tree-order>tree order</a>, let <var title="">subject</var> be <a href=#mundanely-aligned>mundanely aligned</a>,
+ and <a href=#set-up-the-default-static-position>set up the default static position</a> of <var title="">subject</var> without an
+ anchor.</p>
</li>
Modified: source
===================================================================
--- source 2013-08-01 22:17:00 UTC (rev 8121)
+++ source 2013-08-01 22:32:11 UTC (rev 8122)
@@ -64271,7 +64271,7 @@
<li><p>If <var title="">anchor</var>'s target element does not have a rendered box, or is in a
different document than <var title="">subject</var>, then let <var title="">subject</var> be
- <span>mundanely positioned</span>, <span>set up the default static position</span> of <var
+ <span>mundanely aligned</span>, <span>set up the default static position</span> of <var
title="">subject</var> without an anchor, and abort the <span>set up the position</span>
steps.</p></li>
@@ -64301,9 +64301,9 @@
<p>If at any time either <var title="">A</var> or <var title="">B</var> cease having rendered
boxes, <var title="">A</var> and <var title="">B</var> cease being in the same
<code>Document</code>, or <var title="">B</var> ceases being earlier than <var title="">A</var>
- in <span>tree order</span>, let <var title="">subject</var> be <span>mundanely
- positioned</span>, and <span>set up the default static position</span> of <var
- title="">subject</var> without an anchor.</p>
+ in <span>tree order</span>, let <var title="">subject</var> be <span>mundanely aligned</span>,
+ and <span>set up the default static position</span> of <var title="">subject</var> without an
+ anchor.</p>
</li>
More information about the Commit-Watchers
mailing list