[html5] r7322 - [e] (0) Provide a hook for other specs. Fixing https://www.w3.org/Bugs/Public/sh [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Sep 6 08:38:38 PDT 2012
Author: ianh
Date: 2012-09-06 08:38:36 -0700 (Thu, 06 Sep 2012)
New Revision: 7322
Modified:
complete.html
index
source
Log:
[e] (0) Provide a hook for other specs.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16824
Affected topics: Rendering
Modified: complete.html
===================================================================
--- complete.html 2012-09-06 15:29:15 UTC (rev 7321)
+++ complete.html 2012-09-06 15:38:36 UTC (rev 7322)
@@ -97093,9 +97093,9 @@
-->
<p>When a <code><a href=#font>font</a></code> element has a <code title=attr-font-size>size</code> attribute, the user agent is
- expected to use the following steps to treat the attribute as a
- <a href=#presentational-hints title="presentational hints">presentational hint</a>
- setting the element's 'font-size' property:</p>
+ expected to use the following steps, known as the <dfn id=rules-for-parsing-a-legacy-font-size>rules for
+ parsing a legacy font size</dfn>, to treat the attribute as a <a href=#presentational-hints title="presentational hints">presentational hint</a> setting the
+ element's 'font-size' property:</p>
<ol><li><p>Let <var title="">input</var> be the attribute's
value.</li>
Modified: index
===================================================================
--- index 2012-09-06 15:29:15 UTC (rev 7321)
+++ index 2012-09-06 15:38:36 UTC (rev 7322)
@@ -97093,9 +97093,9 @@
-->
<p>When a <code><a href=#font>font</a></code> element has a <code title=attr-font-size>size</code> attribute, the user agent is
- expected to use the following steps to treat the attribute as a
- <a href=#presentational-hints title="presentational hints">presentational hint</a>
- setting the element's 'font-size' property:</p>
+ expected to use the following steps, known as the <dfn id=rules-for-parsing-a-legacy-font-size>rules for
+ parsing a legacy font size</dfn>, to treat the attribute as a <a href=#presentational-hints title="presentational hints">presentational hint</a> setting the
+ element's 'font-size' property:</p>
<ol><li><p>Let <var title="">input</var> be the attribute's
value.</li>
Modified: source
===================================================================
--- source 2012-09-06 15:29:15 UTC (rev 7321)
+++ source 2012-09-06 15:38:36 UTC (rev 7322)
@@ -112475,9 +112475,10 @@
<p>When a <code>font</code> element has a <code
title="attr-font-size">size</code> attribute, the user agent is
- expected to use the following steps to treat the attribute as a
- <span title="presentational hints">presentational hint</span>
- setting the element's 'font-size' property:</p>
+ expected to use the following steps, known as the <dfn>rules for
+ parsing a legacy font size</dfn>, to treat the attribute as a <span
+ title="presentational hints">presentational hint</span> setting the
+ element's 'font-size' property:</p>
<ol>
More information about the Commit-Watchers
mailing list