[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="">></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> >
- <a href="/products/">Products</a> >
- <a href="/products/dishwashers/">Dishwashers</a> >
+ <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> >
- <a href="/second-hand/">Second hand</a> >
+ <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="">></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> >
- <a href="/products/">Products</a> >
- <a href="/products/dishwashers/">Dishwashers</a> >
+ <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> >
- <a href="/second-hand/">Second hand</a> >
+ <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="">></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> >
- <a href="/products/">Products</a> >
- <a href="/products/dishwashers/">Dishwashers</a> >
+ <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> >
- <a href="/second-hand/">Second hand</a> >
+ <a href="/">Main</a> ▸
+ <a href="/second-hand/">Second hand</a> ▸
<a>Dishwashers</a>
</p>
</nav></pre>
More information about the Commit-Watchers
mailing list