- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 07 Oct 2010 19:46:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26446
Modified Files:
rendering.html spec.html urls.html
Log Message:
Add a note about keeping the alignment right for <select> (whatwg r5589)
[updated by splitter]
Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- rendering.html 5 Oct 2010 22:16:37 -0000 1.33
+++ rendering.html 7 Oct 2010 19:46:34 -0000 1.34
@@ -2131,12 +2131,6 @@
element's <code><a href="the-button-element.html#the-optgroup-element">optgroup</a></code> element children providing headers
for groups of options where applicable.</p>
- <p>The <dfn id="width-of-the-select-s-labels">width of the <code>select</code>'s labels</dfn> is the
- wider of the width necessary to render the widest
- <code><a href="the-button-element.html#the-optgroup-element">optgroup</a></code>, and the width necessary to render the widest
- <code><a href="the-button-element.html#the-option-element">option</a></code> element in the element's <a href="the-button-element.html#concept-select-option-list" title="concept-select-option-list">list of options</a> (including
- its indent, if any).</p>
-
<p>An <code><a href="the-button-element.html#the-optgroup-element">optgroup</a></code> element is expected to be rendered by
displaying the element's <code title="attr-optgroup-label"><a href="the-button-element.html#attr-optgroup-label">label</a></code> attribute.</p>
@@ -2144,6 +2138,12 @@
displaying the element's <code title="concept-option-label"><a href="the-button-element.html#concept-option-label">label</a></code>, indented under its
<code><a href="the-button-element.html#the-optgroup-element">optgroup</a></code> element if it has one.</p>
+ <p>The <dfn id="width-of-the-select-s-labels">width of the <code>select</code>'s labels</dfn> is the
+ wider of the width necessary to render the widest
+ <code><a href="the-button-element.html#the-optgroup-element">optgroup</a></code>, and the width necessary to render the widest
+ <code><a href="the-button-element.html#the-option-element">option</a></code> element in the element's <a href="the-button-element.html#concept-select-option-list" title="concept-select-option-list">list of options</a> (including
+ its indent, if any).</p>
+
<p>If a <code><a href="the-button-element.html#the-select-element">select</a></code> element contains a <a href="the-button-element.html#placeholder-label-option">placeholder
label option</a>, the user agent is expected to render that
<code><a href="the-button-element.html#the-option-element">option</a></code> in a manner that conveys that it is a label,
@@ -2154,6 +2154,11 @@
control is expected to be displayed in a fashion that indicates that
no valid option is currently selected.</p>
+ <p>User agents are expected to consistently render the labels in a
+ <code><a href="the-button-element.html#the-select-element">select</a></code>, in particular ensuring that any left-to-right
+ or right-to-left alignment is consistent whether the label is being
+ displayed as part of the page or in a menu control.</p>
+
</div><div class="impl">
<h4 id="the-textarea-element-0"><span class="secno">10.4.15 </span>The <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> element</h4>
Index: urls.html
===================================================================
RCS file: /sources/public/html5/spec/urls.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- urls.html 29 Sep 2010 19:16:55 -0000 1.17
+++ urls.html 7 Oct 2010 19:46:35 -0000 1.18
@@ -740,4 +740,34 @@
</td></tr><tr><td> <code title="">http://example.com/?test#</code>
</td><td> <code title="">?test</code>
</td><td> The (empty) <a href="#url-fragment" title="url-fragment"><fragment></a> component is not part of the <a href="#url-query" title="url-query"><query></a> component.
+ </td></tr></tbody></table></div><div class="example">
+
+ <p>The following table is similar; it provides a list of what each
+ of the <a href="#url-decomposition-idl-attributes">URL decomposition IDL attributes</a> returns for a
+ given <var title="">input</var> URL.</p>
+
+ <table><thead><tr><th>Input
+ </th><th><code title="dom-uda-protocol"><a href="#dom-uda-protocol">protocol</a></code>
+ </th><th><code title="dom-uda-host"><a href="#dom-uda-host">host</a></code>
+ </th><th><code title="dom-uda-hostname"><a href="#dom-uda-hostname">hostname</a></code>
+ </th><th><code title="dom-uda-port"><a href="#dom-uda-port">port</a></code>
+ </th><th><code title="dom-uda-pathname"><a href="#dom-uda-pathname">pathname</a></code>
+ </th><th><code title="dom-uda-search"><a href="#dom-uda-search">search</a></code>
+ </th><th><code title="dom-uda-hash"><a href="#dom-uda-hash">hash</a></code>
+ </th></tr></thead><tbody><tr><td><code title="">http://example.com/carrot#question%3f</code>
+ </td><td><code title="">http:</code>
+ </td><td><code title="">example.com</code>
+ </td><td><code title="">example.com</code>
+ </td><td>(empty string)
+ </td><td><code title="">/carrot</code>
+ </td><td>(empty string)
+ </td><td><code title="">#question%3f</code>
+ </td></tr><tr><td><code title="">https://www.example.com:4443?</code>
+ </td><td><code title="">https:</code>
+ </td><td><code title="">www.example.com:4443</code>
+ </td><td><code title="">www.example.com</code>
+ </td><td><code title="">4443</code>
+ </td><td><code title="">/</code>
+ </td><td><code title="">?</code>
+ </td><td>(empty string)
</td></tr></tbody></table></div></body></html>
\ No newline at end of file
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1274
retrieving revision 1.1275
diff -u -d -r1.1274 -r1.1275
--- spec.html 6 Oct 2010 22:46:34 -0000 1.1274
+++ spec.html 7 Oct 2010 19:46:34 -0000 1.1275
@@ -320,7 +320,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor-s-draft-6-october-2010">Editor's Draft 6 October 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-7-october-2010">Editor's Draft 7 October 2010</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -341,7 +341,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4465.
+This is revision 1.4467.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -426,7 +426,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 6 October 2010 Editor's Draft.
+ This specification is the 7 October 2010 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
Received on Thursday, 7 October 2010 19:46:39 UTC