[html5] r5893 - [e] (0) Mention dir='' in the persisted user state stuff now that the user can c [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 14 17:14:06 PST 2011


Author: ianh
Date: 2011-02-14 17:14:04 -0800 (Mon, 14 Feb 2011)
New Revision: 5893

Modified:
   complete.html
   index
   source
Log:
[e] (0) Mention dir='' in the persisted user state stuff now that the user can change it too.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10823

Modified: complete.html
===================================================================
--- complete.html	2011-02-15 00:59:35 UTC (rev 5892)
+++ complete.html	2011-02-15 01:14:04 UTC (rev 5893)
@@ -40934,6 +40934,7 @@
   element's <a href=#concept-fe-value title=concept-fe-value>value</a>.</p>
 
   <!-- this next bit is also in the <textarea> section -->
+  <!-- and something similar is in the session history section -->
   <p>If the element is <i title=concept-input-mutable><a href=#concept-input-mutable>mutable</a></i>,
   the user agent should allow the user to change the writing direction
   of the element, setting it either to a left-to-right writing
@@ -46160,6 +46161,7 @@
   attribute.</p>
 
   <!-- this next bit is also in the <input> Text/Search section -->
+  <!-- and something similar is in the session history section -->
   <p>If the element is <a href=#concept-textarea-mutable title=concept-textarea-mutable>mutable</a>, the user agent
   should allow the user to change the writing direction of the
   element, setting it either to a left-to-right writing direction or a
@@ -61506,11 +61508,22 @@
    persisted user state</a>, but its URL has a fragment identifier,
    <a href=#scroll-to-the-fragment-identifier>scroll to the fragment identifier</a>.</li>
 
-   <li><p>If the entry is <a href=#an-entry-with-persisted-user-state>an entry with persisted user
-   state</a>, the user agent may update aspects of the document and
-   its rendering, for instance the scroll position or values of form
-   fields, that it had previously recorded.</li>
+   <li>
 
+    <p>If the entry is <a href=#an-entry-with-persisted-user-state>an entry with persisted user
+    state</a>, the user agent may update aspects of the document
+    and its rendering, for instance the scroll position or values of
+    form fields, that it had previously recorded.</p>
+
+    <!-- see similar paragraphs in the textarea and input sections -->
+    <p class=note>This can even include updating the <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> attribute of <code><a href=#the-textarea-element>textarea</a></code>
+    elements or <code><a href=#the-input-element>input</a></code> elements whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in either the
+    <a href=#text-state-and-search-state title=attr-input-type-text>Text</a> state or the <a href=#text-state-and-search-state title=attr-input-type-search>Search</a> state, if the
+    persisted state includes the directionality of user input in such
+    controls.</p>
+
+   </li>
+
    <li><p>If the entry is a <a href=#state-object>state object</a> entry, let <var title="">state</var> be a <a href=#structured-clone>structured clone</a> of that
    state object. Otherwise, let <var title="">state</var> be
    null.</li>

Modified: index
===================================================================
--- index	2011-02-15 00:59:35 UTC (rev 5892)
+++ index	2011-02-15 01:14:04 UTC (rev 5893)
@@ -40917,6 +40917,7 @@
   element's <a href=#concept-fe-value title=concept-fe-value>value</a>.</p>
 
   <!-- this next bit is also in the <textarea> section -->
+  <!-- and something similar is in the session history section -->
   <p>If the element is <i title=concept-input-mutable><a href=#concept-input-mutable>mutable</a></i>,
   the user agent should allow the user to change the writing direction
   of the element, setting it either to a left-to-right writing
@@ -46143,6 +46144,7 @@
   attribute.</p>
 
   <!-- this next bit is also in the <input> Text/Search section -->
+  <!-- and something similar is in the session history section -->
   <p>If the element is <a href=#concept-textarea-mutable title=concept-textarea-mutable>mutable</a>, the user agent
   should allow the user to change the writing direction of the
   element, setting it either to a left-to-right writing direction or a
@@ -61489,11 +61491,22 @@
    persisted user state</a>, but its URL has a fragment identifier,
    <a href=#scroll-to-the-fragment-identifier>scroll to the fragment identifier</a>.</li>
 
-   <li><p>If the entry is <a href=#an-entry-with-persisted-user-state>an entry with persisted user
-   state</a>, the user agent may update aspects of the document and
-   its rendering, for instance the scroll position or values of form
-   fields, that it had previously recorded.</li>
+   <li>
 
+    <p>If the entry is <a href=#an-entry-with-persisted-user-state>an entry with persisted user
+    state</a>, the user agent may update aspects of the document
+    and its rendering, for instance the scroll position or values of
+    form fields, that it had previously recorded.</p>
+
+    <!-- see similar paragraphs in the textarea and input sections -->
+    <p class=note>This can even include updating the <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> attribute of <code><a href=#the-textarea-element>textarea</a></code>
+    elements or <code><a href=#the-input-element>input</a></code> elements whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in either the
+    <a href=#text-state-and-search-state title=attr-input-type-text>Text</a> state or the <a href=#text-state-and-search-state title=attr-input-type-search>Search</a> state, if the
+    persisted state includes the directionality of user input in such
+    controls.</p>
+
+   </li>
+
    <li><p>If the entry is a <a href=#state-object>state object</a> entry, let <var title="">state</var> be a <a href=#structured-clone>structured clone</a> of that
    state object. Otherwise, let <var title="">state</var> be
    null.</li>

Modified: source
===================================================================
--- source	2011-02-15 00:59:35 UTC (rev 5892)
+++ source	2011-02-15 01:14:04 UTC (rev 5893)
@@ -45619,6 +45619,7 @@
   element's <span title="concept-fe-value">value</span>.</p>
 
   <!-- this next bit is also in the <textarea> section -->
+  <!-- and something similar is in the session history section -->
   <p>If the element is <i title="concept-input-mutable">mutable</i>,
   the user agent should allow the user to change the writing direction
   of the element, setting it either to a left-to-right writing
@@ -51693,6 +51694,7 @@
   attribute.</p>
 
   <!-- this next bit is also in the <input> Text/Search section -->
+  <!-- and something similar is in the session history section -->
   <p>If the element is <span
   title="concept-textarea-mutable">mutable</span>, the user agent
   should allow the user to change the writing direction of the
@@ -69858,11 +69860,25 @@
    persisted user state</span>, but its URL has a fragment identifier,
    <span>scroll to the fragment identifier</span>.</p></li>
 
-   <li><p>If the entry is <span>an entry with persisted user
-   state</span>, the user agent may update aspects of the document and
-   its rendering, for instance the scroll position or values of form
-   fields, that it had previously recorded.</p></li>
+   <li>
 
+    <p>If the entry is <span>an entry with persisted user
+    state</span>, the user agent may update aspects of the document
+    and its rendering, for instance the scroll position or values of
+    form fields, that it had previously recorded.</p>
+
+    <!-- see similar paragraphs in the textarea and input sections -->
+    <p class="note">This can even include updating the <code
+    title="attr-dir">dir</code> attribute of <code>textarea</code>
+    elements or <code>input</code> elements whose <code
+    title="attr-input-type">type</code> attribute is in either the
+    <span title="attr-input-type-text">Text</span> state or the <span
+    title="attr-input-type-search">Search</span> state, if the
+    persisted state includes the directionality of user input in such
+    controls.</p>
+
+   </li>
+
    <li><p>If the entry is a <span>state object</span> entry, let <var
    title="">state</var> be a <span>structured clone</span> of that
    state object. Otherwise, let <var title="">state</var> be




More information about the Commit-Watchers mailing list