[html5] r7994 - [e] (0) Fix mistakes with CSS and make 'not in a state' more consistent Fixing h [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jun 21 09:01:18 PDT 2013
Author: ianh
Date: 2013-06-21 09:01:17 -0700 (Fri, 21 Jun 2013)
New Revision: 7994
Modified:
complete.html
index
source
Log:
[e] (0) Fix mistakes with CSS and make 'not in a state' more consistent
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17835
Affected topics: HTML, Rendering
Modified: complete.html
===================================================================
--- complete.html 2013-06-21 15:51:14 UTC (rev 7993)
+++ complete.html 2013-06-21 16:01:17 UTC (rev 7994)
@@ -7291,7 +7291,7 @@
an <a href=#enumerated-attribute>enumerated attribute</a>, and the IDL attribute is <dfn id=limited-to-only-known-values>limited to only known
values</dfn>, then, on getting, the IDL attribute must return the conforming value associated with
the state the attribute is in (in its canonical case), if any, or the empty string if the
- attribute is in a state that has no associated keyword value or if the attribute is not in a state
+ attribute is in a state that has no associated keyword value or if the attribute is not in a defined state
(e.g. the attribute is missing and there is no <i>missing value default</i>); and on setting, the
content attribute must be set to the specified new value.</p>
@@ -9774,12 +9774,12 @@
elements">HTML element</a>) is either '<dfn id=concept-ltr title=concept-ltr>ltr</dfn>' or '<dfn id=concept-rtl title=concept-rtl>rtl</dfn>', and is determined as per the first appropriate set of steps from
the following list:</p>
- <dl class=switch><dt>If the element's <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> attribute is in the <a href=#attr-dir-ltr-state title=attr-dir-ltr-state>ltr</a> state</dt>
+ <dl class=switch><!--CLEANUP--><dt>If the element's <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> attribute is in the <a href=#attr-dir-ltr-state title=attr-dir-ltr-state>ltr</a> state</dt>
<dt>If the element is a <a href=#root-element>root element</a> and the <code title=attr-dir><a href=#the-dir-attribute>dir</a></code>
attribute is not in a defined state (i.e. it is not present or has an invalid value)</dt>
- <dt>If the element is an <code><a href=#the-input-element>input</a></code> element whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href="#telephone-state-(type=tel)" title=attr-input-type-tel>Telephone</a> state, and the <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> attribute is not in a state</dt>
+ <dt>If the element is an <code><a href=#the-input-element>input</a></code> element whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href="#telephone-state-(type=tel)" title=attr-input-type-tel>Telephone</a> state, and the <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> attribute is not in a defined state (i.e. it is not present or has an invalid value)</dt>
<dd><p><a href=#the-directionality>The directionality</a> of the element is '<a href=#concept-ltr title=concept-ltr>ltr</a>'.</dd>
@@ -94042,7 +94042,7 @@
<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
-[dir]:dir(ltr), bdi:dir(ltr), input[type=tel]:ltr { direction: ltr; }
+[dir]:dir(ltr), bdi:dir(ltr), input[type=tel]:dir(ltr) { direction: ltr; }
[dir]:dir(rtl), bdi:dir(rtl) { direction: rtl; }
address, blockquote, center, div, figure, figcaption, footer, form,
Modified: index
===================================================================
--- index 2013-06-21 15:51:14 UTC (rev 7993)
+++ index 2013-06-21 16:01:17 UTC (rev 7994)
@@ -7291,7 +7291,7 @@
an <a href=#enumerated-attribute>enumerated attribute</a>, and the IDL attribute is <dfn id=limited-to-only-known-values>limited to only known
values</dfn>, then, on getting, the IDL attribute must return the conforming value associated with
the state the attribute is in (in its canonical case), if any, or the empty string if the
- attribute is in a state that has no associated keyword value or if the attribute is not in a state
+ attribute is in a state that has no associated keyword value or if the attribute is not in a defined state
(e.g. the attribute is missing and there is no <i>missing value default</i>); and on setting, the
content attribute must be set to the specified new value.</p>
@@ -9774,12 +9774,12 @@
elements">HTML element</a>) is either '<dfn id=concept-ltr title=concept-ltr>ltr</dfn>' or '<dfn id=concept-rtl title=concept-rtl>rtl</dfn>', and is determined as per the first appropriate set of steps from
the following list:</p>
- <dl class=switch><dt>If the element's <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> attribute is in the <a href=#attr-dir-ltr-state title=attr-dir-ltr-state>ltr</a> state</dt>
+ <dl class=switch><!--CLEANUP--><dt>If the element's <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> attribute is in the <a href=#attr-dir-ltr-state title=attr-dir-ltr-state>ltr</a> state</dt>
<dt>If the element is a <a href=#root-element>root element</a> and the <code title=attr-dir><a href=#the-dir-attribute>dir</a></code>
attribute is not in a defined state (i.e. it is not present or has an invalid value)</dt>
- <dt>If the element is an <code><a href=#the-input-element>input</a></code> element whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href="#telephone-state-(type=tel)" title=attr-input-type-tel>Telephone</a> state, and the <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> attribute is not in a state</dt>
+ <dt>If the element is an <code><a href=#the-input-element>input</a></code> element whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href="#telephone-state-(type=tel)" title=attr-input-type-tel>Telephone</a> state, and the <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> attribute is not in a defined state (i.e. it is not present or has an invalid value)</dt>
<dd><p><a href=#the-directionality>The directionality</a> of the element is '<a href=#concept-ltr title=concept-ltr>ltr</a>'.</dd>
@@ -94042,7 +94042,7 @@
<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
-[dir]:dir(ltr), bdi:dir(ltr), input[type=tel]:ltr { direction: ltr; }
+[dir]:dir(ltr), bdi:dir(ltr), input[type=tel]:dir(ltr) { direction: ltr; }
[dir]:dir(rtl), bdi:dir(rtl) { direction: rtl; }
address, blockquote, center, div, figure, figcaption, footer, form,
Modified: source
===================================================================
--- source 2013-06-21 15:51:14 UTC (rev 7993)
+++ source 2013-06-21 16:01:17 UTC (rev 7994)
@@ -6812,7 +6812,7 @@
an <span>enumerated attribute</span>, and the IDL attribute is <dfn>limited to only known
values</dfn>, then, on getting, the IDL attribute must return the conforming value associated with
the state the attribute is in (in its canonical case), if any, or the empty string if the
- attribute is in a state that has no associated keyword value or if the attribute is not in a state
+ attribute is in a state that has no associated keyword value or if the attribute is not in a defined state
(e.g. the attribute is missing and there is no <i>missing value default</i>); and on setting, the
content attribute must be set to the specified new value.</p>
@@ -9685,6 +9685,7 @@
the following list:</p>
<dl class="switch">
+<!--CLEANUP-->
<dt>If the element's <code title="attr-dir">dir</code> attribute is in the <span
@@ -9696,7 +9697,7 @@
<dt>If the element is an <code>input</code> element whose <code
title="attr-input-type">type</code> attribute is in the <span
title="attr-input-type-tel">Telephone</span> state, and the <code
- title="attr-dir">dir</code> attribute is not in a state</dt>
+ title="attr-dir">dir</code> attribute is not in a defined state (i.e. it is not present or has an invalid value)</dt>
<dd><p><span>The directionality</span> of the element is '<span
title="concept-ltr">ltr</span>'.</p></dd>
@@ -105110,7 +105111,7 @@
<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
-[dir]:dir(ltr), bdi:dir(ltr), input[type=tel]:ltr { direction: ltr; }
+[dir]:dir(ltr), bdi:dir(ltr), input[type=tel]:dir(ltr) { direction: ltr; }
[dir]:dir(rtl), bdi:dir(rtl) { direction: rtl; }
address, blockquote, center, div, figure, figcaption, footer, form,
More information about the Commit-Watchers
mailing list