[html5] r8445 - [e] (0) Add some colour to the algorithm for getting an application-name. Fixing [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jan 30 12:05:21 PST 2014


Author: ianh
Date: 2014-01-30 12:05:20 -0800 (Thu, 30 Jan 2014)
New Revision: 8445

Modified:
   complete.html
   index
   source
Log:
[e] (0) Add some colour to the algorithm for getting an application-name.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24442
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-01-30 02:41:49 UTC (rev 8444)
+++ complete.html	2014-01-30 20:05:20 UTC (rev 8445)
@@ -13052,8 +13052,12 @@
 
      </li>
 
-    </ol></div>
+    </ol><p class=note>This algorithm would be used by a browser when it needs a name for the page, for
+    instance, to label a bookmark. The languages it would provide to the algorithm would be the
+    user's preferred languages.</p>
 
+    </div>
+
    </dd>
 
    <dt><dfn id=meta-author title=meta-author><code>author</code></dfn></dt>

Modified: index
===================================================================
--- index	2014-01-30 02:41:49 UTC (rev 8444)
+++ index	2014-01-30 20:05:20 UTC (rev 8445)
@@ -13052,8 +13052,12 @@
 
      </li>
 
-    </ol></div>
+    </ol><p class=note>This algorithm would be used by a browser when it needs a name for the page, for
+    instance, to label a bookmark. The languages it would provide to the algorithm would be the
+    user's preferred languages.</p>
 
+    </div>
+
    </dd>
 
    <dt><dfn id=meta-author title=meta-author><code>author</code></dfn></dt>

Modified: source
===================================================================
--- source	2014-01-30 02:41:49 UTC (rev 8444)
+++ source	2014-01-30 20:05:20 UTC (rev 8445)
@@ -13496,6 +13496,10 @@
 
     </ol>
 
+    <p class="note">This algorithm would be used by a browser when it needs a name for the page, for
+    instance, to label a bookmark. The languages it would provide to the algorithm would be the
+    user's preferred languages.</p>
+
     </div>
 
    </dd>




More information about the Commit-Watchers mailing list