- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Feb 2010 09:06:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv24875 Modified Files: Overview.html elements.html spec.html Log Message: Clarify what 'has no defaults' really means. (whatwg r4751) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.701 retrieving revision 1.702 diff -u -d -r1.701 -r1.702 --- Overview.html 16 Feb 2010 08:57:02 -0000 1.701 +++ Overview.html 16 Feb 2010 09:06:49 -0000 1.702 @@ -304,7 +304,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3798. +This is revision 1.3799. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: elements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/elements.html,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- elements.html 16 Feb 2010 08:57:02 -0000 1.29 +++ elements.html 16 Feb 2010 09:06:49 -0000 1.30 @@ -667,8 +667,8 @@ element's text directionality. The attribute is an <a href="common-microsyntaxes.html#enumerated-attribute">enumerated attribute</a> with the keyword <code title="">ltr</code> mapping to the state <i>ltr</i>, and the keyword <code title="">rtl</code> - mapping to the state <i>rtl</i>. The attribute has no - defaults.</p><p><dfn id="the-directionality">The directionality</dfn> of an element, which is used in + mapping to the state <i>rtl</i>. The attribute has no <i>invalid + value default</i> and no <i>missing value default</i>.</p><p><dfn id="the-directionality">The directionality</dfn> of an element, which is used in particular by the <code><a href="the-canvas-element.html#the-canvas-element">canvas</a></code> element's text rendering API, is either 'ltr' or 'rtl'. If the user agent supports CSS and the 'direction' property on this element has a computed value of either Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.706 retrieving revision 1.707 diff -u -d -r1.706 -r1.707 --- spec.html 16 Feb 2010 08:57:02 -0000 1.706 +++ spec.html 16 Feb 2010 09:06:49 -0000 1.707 @@ -302,7 +302,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3798. +This is revision 1.3799. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -2962,8 +2962,8 @@ element's text directionality. The attribute is an <a href=#enumerated-attribute>enumerated attribute</a> with the keyword <code title="">ltr</code> mapping to the state <i>ltr</i>, and the keyword <code title="">rtl</code> - mapping to the state <i>rtl</i>. The attribute has no - defaults.</p><p><dfn id=the-directionality>The directionality</dfn> of an element, which is used in + mapping to the state <i>rtl</i>. The attribute has no <i>invalid + value default</i> and no <i>missing value default</i>.</p><p><dfn id=the-directionality>The directionality</dfn> of an element, which is used in particular by the <code><a href=#the-canvas-element>canvas</a></code> element's text rendering API, is either 'ltr' or 'rtl'. If the user agent supports CSS and the 'direction' property on this element has a computed value of either
Received on Tuesday, 16 February 2010 09:06:53 UTC