[html5] r7750 - [e] (0) Reverse this set of cross-references to remove some ambiguity. Fixing ht [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Mar 13 16:32:26 PDT 2013
Author: ianh
Date: 2013-03-13 16:32:25 -0700 (Wed, 13 Mar 2013)
New Revision: 7750
Modified:
complete.html
index
source
Log:
[e] (0) Reverse this set of cross-references to remove some ambiguity.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20711
Affected topics: DOM APIs, Rendering
Modified: complete.html
===================================================================
--- complete.html 2013-03-13 23:29:56 UTC (rev 7749)
+++ complete.html 2013-03-13 23:32:25 UTC (rev 7750)
@@ -9193,7 +9193,7 @@
specification. This includes <a href=#html-elements>HTML elements</a> in <a href=#xml-documents>XML documents</a>, even when
those documents are in another context (e.g. inside an XSLT transform).</p>
- <p>Elements in the DOM <a href=#represents title=represents>represent</a> things; that is, they have
+ <p>Elements in the DOM <dfn id=represents title=represents>represent</dfn> things; that is, they have
intrinsic <em>meaning</em>, also known as semantics.</p>
<p class=example>For example, an <code><a href=#the-ol-element>ol</a></code> element represents an ordered list.</p>
@@ -92596,6 +92596,7 @@
<h3 id=introduction-13><span class=secno>14.1 </span>Introduction</h3>
+<!--CLEANUP-->
<p>In general, user agents are expected to support CSS, and many of
the suggestions in this section are expressed in CSS terms. User
agents that use other presentation mechanisms can derive their
@@ -92605,7 +92606,7 @@
<p>In the absence of style-layer rules to the contrary (e.g. author
style sheets), user agents are expected to render an element so that
it conveys to the user the meaning that the element
- <dfn id=represents>represents</dfn>, as described by this specification.</p>
+ <span title=represent>represents</span>, as described by this specification.</p>
<p>The suggestions in this section generally assume a visual output
medium with a resolution of 96dpi or greater, but HTML is intended
Modified: index
===================================================================
--- index 2013-03-13 23:29:56 UTC (rev 7749)
+++ index 2013-03-13 23:32:25 UTC (rev 7750)
@@ -9193,7 +9193,7 @@
specification. This includes <a href=#html-elements>HTML elements</a> in <a href=#xml-documents>XML documents</a>, even when
those documents are in another context (e.g. inside an XSLT transform).</p>
- <p>Elements in the DOM <a href=#represents title=represents>represent</a> things; that is, they have
+ <p>Elements in the DOM <dfn id=represents title=represents>represent</dfn> things; that is, they have
intrinsic <em>meaning</em>, also known as semantics.</p>
<p class=example>For example, an <code><a href=#the-ol-element>ol</a></code> element represents an ordered list.</p>
@@ -92596,6 +92596,7 @@
<h3 id=introduction-13><span class=secno>14.1 </span>Introduction</h3>
+<!--CLEANUP-->
<p>In general, user agents are expected to support CSS, and many of
the suggestions in this section are expressed in CSS terms. User
agents that use other presentation mechanisms can derive their
@@ -92605,7 +92606,7 @@
<p>In the absence of style-layer rules to the contrary (e.g. author
style sheets), user agents are expected to render an element so that
it conveys to the user the meaning that the element
- <dfn id=represents>represents</dfn>, as described by this specification.</p>
+ <span title=represent>represents</span>, as described by this specification.</p>
<p>The suggestions in this section generally assume a visual output
medium with a resolution of 96dpi or greater, but HTML is intended
Modified: source
===================================================================
--- source 2013-03-13 23:29:56 UTC (rev 7749)
+++ source 2013-03-13 23:32:25 UTC (rev 7750)
@@ -9057,7 +9057,7 @@
specification. This includes <span>HTML elements</span> in <span>XML documents</span>, even when
those documents are in another context (e.g. inside an XSLT transform).</p>
- <p>Elements in the DOM <span title="represents">represent</span> things; that is, they have
+ <p>Elements in the DOM <dfn title="represents">represent</dfn> things; that is, they have
intrinsic <em>meaning</em>, also known as semantics.</p>
<p class="example">For example, an <code>ol</code> element represents an ordered list.</p>
@@ -108402,6 +108402,7 @@
<h3>Introduction</h3>
+<!--CLEANUP-->
<p>In general, user agents are expected to support CSS, and many of
the suggestions in this section are expressed in CSS terms. User
agents that use other presentation mechanisms can derive their
@@ -108411,7 +108412,7 @@
<p>In the absence of style-layer rules to the contrary (e.g. author
style sheets), user agents are expected to render an element so that
it conveys to the user the meaning that the element
- <dfn>represents</dfn>, as described by this specification.</p>
+ <span title="represent">represents</span>, as described by this specification.</p>
<p>The suggestions in this section generally assume a visual output
medium with a resolution of 96dpi or greater, but HTML is intended
More information about the Commit-Watchers
mailing list