[html5] r7538 - [] (0) Clarify the requirements for <wbr>. Fixing https://www.w3.org/Bugs/Public [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Nov 24 20:09:26 PST 2012


Author: ianh
Date: 2012-11-24 20:09:25 -0800 (Sat, 24 Nov 2012)
New Revision: 7538

Modified:
   complete.html
   index
   source
Log:
[] (0) Clarify the requirements for <wbr>.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17824
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-11-25 03:33:42 UTC (rev 7537)
+++ complete.html	2012-11-25 04:09:25 UTC (rev 7538)
@@ -23164,7 +23164,6 @@
   an HTML+CSS user agent could implement these requirements by
   implementing the CSS 'unicode-bidi' property. <a href=#refsBIDI>[BIDI]</a> <a href=#refsCSS>[CSS]</a></p>
 
-
   </div>
 
 
@@ -23184,6 +23183,17 @@
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-wbr-element>wbr</a></code> element <a href=#represents>represents</a> a line break
   opportunity.</p>
 
+  <div class=impl>
+
+  <p>For the purposes of applying the bidirectional algorithm to the paragraph-level container that
+  a <code><a href=#the-wbr-element>wbr</a></code> element finds itself within, the <code><a href=#the-wbr-element>wbr</a></code> element must be treated like
+  a U+200B ZERO WIDTH SPACE (i.e. it has no effect).</p>
+
+  <p>The requirements on handling the <code><a href=#the-bdi-element>bdi</a></code> element for the bidirectional algorithm may
+  be implemented indirectly through the style layer, e.g. by implementing the suggestions in the <a href=#rendering>rendering</a> section.</p>
+
+  </div>
+
   <div class=example>
 
    <p>In the following example, someone is quoted as saying something

Modified: index
===================================================================
--- index	2012-11-25 03:33:42 UTC (rev 7537)
+++ index	2012-11-25 04:09:25 UTC (rev 7538)
@@ -23164,7 +23164,6 @@
   an HTML+CSS user agent could implement these requirements by
   implementing the CSS 'unicode-bidi' property. <a href=#refsBIDI>[BIDI]</a> <a href=#refsCSS>[CSS]</a></p>
 
-
   </div>
 
 
@@ -23184,6 +23183,17 @@
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-wbr-element>wbr</a></code> element <a href=#represents>represents</a> a line break
   opportunity.</p>
 
+  <div class=impl>
+
+  <p>For the purposes of applying the bidirectional algorithm to the paragraph-level container that
+  a <code><a href=#the-wbr-element>wbr</a></code> element finds itself within, the <code><a href=#the-wbr-element>wbr</a></code> element must be treated like
+  a U+200B ZERO WIDTH SPACE (i.e. it has no effect).</p>
+
+  <p>The requirements on handling the <code><a href=#the-bdi-element>bdi</a></code> element for the bidirectional algorithm may
+  be implemented indirectly through the style layer, e.g. by implementing the suggestions in the <a href=#rendering>rendering</a> section.</p>
+
+  </div>
+
   <div class=example>
 
    <p>In the following example, someone is quoted as saying something

Modified: source
===================================================================
--- source	2012-11-25 03:33:42 UTC (rev 7537)
+++ source	2012-11-25 04:09:25 UTC (rev 7538)
@@ -24626,7 +24626,6 @@
   implementing the CSS 'unicode-bidi' property. <a
   href="#refsBIDI">[BIDI]</a> <a href="#refsCSS">[CSS]</a></p>
 
-
   </div>
 
 
@@ -24649,6 +24648,18 @@
   <p>The <code>wbr</code> element <span>represents</span> a line break
   opportunity.</p>
 
+  <div class="impl">
+
+  <p>For the purposes of applying the bidirectional algorithm to the paragraph-level container that
+  a <code>wbr</code> element finds itself within, the <code>wbr</code> element must be treated like
+  a U+200B ZERO WIDTH SPACE (i.e. it has no effect).</p>
+
+  <p>The requirements on handling the <code>bdi</code> element for the bidirectional algorithm may
+  be implemented indirectly through the style layer, e.g. by implementing the suggestions in the <a
+  href="#rendering">rendering</a> section.</p>
+
+  </div>
+
   <div class="example">
 
    <p>In the following example, someone is quoted as saying something




More information about the Commit-Watchers mailing list