[html5] r8316 - [e] (0) Move away from angle brackets and towards proper Unicode characters, sin [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Nov 26 15:03:22 PST 2013


Author: ianh
Date: 2013-11-26 15:03:20 -0800 (Tue, 26 Nov 2013)
New Revision: 8316

Modified:
   complete.html
   index
   source
Log:
[e] (0) Move away from angle brackets and towards proper Unicode characters, since Unicode font support is widespread now.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-11-26 22:46:29 UTC (rev 8315)
+++ complete.html	2013-11-26 23:03:20 UTC (rev 8316)
@@ -59027,20 +59027,24 @@
   element can be used to mark the section containing these paragraphs as being navigation
   blocks.</p>
 
+  <!-- If there was implementation interest, we could go back to rel="up", rel="up up", rel="up up
+  top" to programmatically indicate the actual breadcrumb structure. However, UAs and ATs don't seem
+  interested in exposing this in a useful way to users. So... -->
+
   <div class=example>
 
-   <p>In the following example, the current page can be reached via two paths. ("<code title="">&gt;</code>" is the "<code title="">></code>" character.)</p>
+   <p>In the following example, the current page can be reached via two paths.</p>
 
    <pre><nav>
  <p>
-  <a href="/">Main</a> &gt;
-  <a href="/products/">Products</a> &gt;
-  <a href="/products/dishwashers/">Dishwashers</a> &gt;
+  <a href="/">Main</a> ▸
+  <a href="/products/">Products</a> ▸
+  <a href="/products/dishwashers/">Dishwashers</a> ▸
   <a>Second hand</a>
  </p>
  <p>
-  <a href="/">Main</a> &gt;
-  <a href="/second-hand/">Second hand</a> &gt;
+  <a href="/">Main</a> ▸
+  <a href="/second-hand/">Second hand</a> ▸
   <a>Dishwashers</a>
  </p>
 </nav></pre>

Modified: index
===================================================================
--- index	2013-11-26 22:46:29 UTC (rev 8315)
+++ index	2013-11-26 23:03:20 UTC (rev 8316)
@@ -59027,20 +59027,24 @@
   element can be used to mark the section containing these paragraphs as being navigation
   blocks.</p>
 
+  <!-- If there was implementation interest, we could go back to rel="up", rel="up up", rel="up up
+  top" to programmatically indicate the actual breadcrumb structure. However, UAs and ATs don't seem
+  interested in exposing this in a useful way to users. So... -->
+
   <div class=example>
 
-   <p>In the following example, the current page can be reached via two paths. ("<code title="">&gt;</code>" is the "<code title="">></code>" character.)</p>
+   <p>In the following example, the current page can be reached via two paths.</p>
 
    <pre><nav>
  <p>
-  <a href="/">Main</a> &gt;
-  <a href="/products/">Products</a> &gt;
-  <a href="/products/dishwashers/">Dishwashers</a> &gt;
+  <a href="/">Main</a> ▸
+  <a href="/products/">Products</a> ▸
+  <a href="/products/dishwashers/">Dishwashers</a> ▸
   <a>Second hand</a>
  </p>
  <p>
-  <a href="/">Main</a> &gt;
-  <a href="/second-hand/">Second hand</a> &gt;
+  <a href="/">Main</a> ▸
+  <a href="/second-hand/">Second hand</a> ▸
   <a>Dishwashers</a>
  </p>
 </nav></pre>

Modified: source
===================================================================
--- source	2013-11-26 22:46:29 UTC (rev 8315)
+++ source	2013-11-26 23:03:20 UTC (rev 8316)
@@ -65502,21 +65502,24 @@
   element can be used to mark the section containing these paragraphs as being navigation
   blocks.</p>
 
+  <!-- If there was implementation interest, we could go back to rel="up", rel="up up", rel="up up
+  top" to programmatically indicate the actual breadcrumb structure. However, UAs and ATs don't seem
+  interested in exposing this in a useful way to users. So... -->
+
   <div class="example">
 
-   <p>In the following example, the current page can be reached via two paths. ("<code
-   data-x="">&gt;</code>" is the "<code data-x="">></code>" character.)</p>
+   <p>In the following example, the current page can be reached via two paths.</p>
 
    <pre><nav>
  <p>
-  <a href="/">Main</a> &gt;
-  <a href="/products/">Products</a> &gt;
-  <a href="/products/dishwashers/">Dishwashers</a> &gt;
+  <a href="/">Main</a> &#x25B8;
+  <a href="/products/">Products</a> &#x25B8;
+  <a href="/products/dishwashers/">Dishwashers</a> &#x25B8;
   <a>Second hand</a>
  </p>
  <p>
-  <a href="/">Main</a> &gt;
-  <a href="/second-hand/">Second hand</a> &gt;
+  <a href="/">Main</a> &#x25B8;
+  <a href="/second-hand/">Second hand</a> &#x25B8;
   <a>Dishwashers</a>
  </p>
 </nav></pre>




More information about the Commit-Watchers mailing list