[html5] r7103 - [giow] (0) Allow browsers to make an informed choice, not literally a random one [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue May 15 14:34:30 PDT 2012


Author: ianh
Date: 2012-05-15 14:34:29 -0700 (Tue, 15 May 2012)
New Revision: 7103

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Allow browsers to make an informed choice, not literally a random one. Oops.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-05-15 07:39:54 UTC (rev 7102)
+++ complete.html	2012-05-15 21:34:29 UTC (rev 7103)
@@ -24082,9 +24082,10 @@
 
    <li>
 
-    <p>Optionally, return the <a href=#url>URL</a> of a random entry in
-    <var title="">candidates</var>, and that entry's associated pixel
-    density, and then abort these steps.</p>
+    <p>Optionally, return the <a href=#url>URL</a> of an entry in <var title="">candidates</var> chosen by the user agent, and that
+    entry's associated pixel density, and then abort these steps. The
+    user agent may apply any algorithm or heuristic in its selection
+    of an entry for the purposes of this step.</p>
 
     <p class=note>This allows a user agent to override the default
     algorithm (as described in subsequent steps) in case the user

Modified: index
===================================================================
--- index	2012-05-15 07:39:54 UTC (rev 7102)
+++ index	2012-05-15 21:34:29 UTC (rev 7103)
@@ -24082,9 +24082,10 @@
 
    <li>
 
-    <p>Optionally, return the <a href=#url>URL</a> of a random entry in
-    <var title="">candidates</var>, and that entry's associated pixel
-    density, and then abort these steps.</p>
+    <p>Optionally, return the <a href=#url>URL</a> of an entry in <var title="">candidates</var> chosen by the user agent, and that
+    entry's associated pixel density, and then abort these steps. The
+    user agent may apply any algorithm or heuristic in its selection
+    of an entry for the purposes of this step.</p>
 
     <p class=note>This allows a user agent to override the default
     algorithm (as described in subsequent steps) in case the user

Modified: source
===================================================================
--- source	2012-05-15 07:39:54 UTC (rev 7102)
+++ source	2012-05-15 21:34:29 UTC (rev 7103)
@@ -25877,9 +25877,11 @@
 
    <li>
 
-    <p>Optionally, return the <span>URL</span> of a random entry in
-    <var title="">candidates</var>, and that entry's associated pixel
-    density, and then abort these steps.</p>
+    <p>Optionally, return the <span>URL</span> of an entry in <var
+    title="">candidates</var> chosen by the user agent, and that
+    entry's associated pixel density, and then abort these steps. The
+    user agent may apply any algorithm or heuristic in its selection
+    of an entry for the purposes of this step.</p>
 
     <p class="note">This allows a user agent to override the default
     algorithm (as described in subsequent steps) in case the user




More information about the Commit-Watchers mailing list