Skip to content

Commit

Permalink
[giow] (2) Define <wbr> handling.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8720

git-svn-id: http://svn.whatwg.org/webapps@4731 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 14, 2010
1 parent 5c7cf94 commit b18db11
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions complete.html
Expand Up @@ -81703,6 +81703,10 @@ <h4 id=punctuation-and-decorations><span class=secno>14.2.6 </span>Punctuation a
error, a default value of 1px is expected to be used for that
property instead.</p>

<p>The <code><a href=#wbr>wbr</a></code> element is expected to override the
'white-space' property and always provide a line-breaking
opportunity.</p>

</div>


Expand Down
4 changes: 4 additions & 0 deletions index
Expand Up @@ -76012,6 +76012,10 @@ table[border] &gt; tfoot &gt; tr &gt; td, table[border] &gt; tfoot &gt; tr &gt;
error, a default value of 1px is expected to be used for that
property instead.</p>

<p>The <code><a href=#wbr>wbr</a></code> element is expected to override the
'white-space' property and always provide a line-breaking
opportunity.</p>

</div>


Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -90750,6 +90750,10 @@ table[border] > tfoot > tr > td, table[border] > tfoot > tr > th {
error, a default value of 1px is expected to be used for that
property instead.</p>

<p>The <code>wbr</code> element is expected to override the
'white-space' property and always provide a line-breaking
opportunity.</p>

</div>


Expand Down

0 comments on commit b18db11

Please sign in to comment.