[html5] r7540 - [e] (0) Clarify that this can be a default behaviour. Fixing https://www.w3.org/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Nov 24 21:06:57 PST 2012


Author: ianh
Date: 2012-11-24 21:06:56 -0800 (Sat, 24 Nov 2012)
New Revision: 7540

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify that this can be a default behaviour.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18866
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2012-11-25 04:36:42 UTC (rev 7539)
+++ complete.html	2012-11-25 05:06:56 UTC (rev 7540)
@@ -85781,8 +85781,8 @@
    <dt>Expiring stored data</dt>
    <dd>
 
-    <p>User agents may, if so configured by the user, automatically
-    delete stored data after a period of time.</p>
+    <p>User agents may, possibly in a manner configured by the user, automatically delete stored
+    data after a period of time.</p>
 
     <p>For example, a user agent could be configured to treat
     third-party local storage areas as session-only storage, deleting

Modified: index
===================================================================
--- index	2012-11-25 04:36:42 UTC (rev 7539)
+++ index	2012-11-25 05:06:56 UTC (rev 7540)
@@ -85781,8 +85781,8 @@
    <dt>Expiring stored data</dt>
    <dd>
 
-    <p>User agents may, if so configured by the user, automatically
-    delete stored data after a period of time.</p>
+    <p>User agents may, possibly in a manner configured by the user, automatically delete stored
+    data after a period of time.</p>
 
     <p>For example, a user agent could be configured to treat
     third-party local storage areas as session-only storage, deleting

Modified: source
===================================================================
--- source	2012-11-25 04:36:42 UTC (rev 7539)
+++ source	2012-11-25 05:06:56 UTC (rev 7540)
@@ -99681,8 +99681,8 @@
    <dt>Expiring stored data</dt>
    <dd>
 
-    <p>User agents may, if so configured by the user, automatically
-    delete stored data after a period of time.</p>
+    <p>User agents may, possibly in a manner configured by the user, automatically delete stored
+    data after a period of time.</p>
 
     <p>For example, a user agent could be configured to treat
     third-party local storage areas as session-only storage, deleting




More information about the Commit-Watchers mailing list