Skip to content

Commit

Permalink
[giow] (0) Update how 'br' is specced at the CSS level. This depends …
Browse files Browse the repository at this point in the history
…on as-yet incomplete CSS changes.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25503
Affected topics: Rendering

git-svn-id: http://svn.whatwg.org/webapps@8745 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 4, 2014
1 parent 193ac0a commit 10ab760
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -77382,7 +77382,7 @@ <h4 id=phrasing-content-3>14.3.4 Phrasing content</h4>
q::before { content: open-quote; }
q::after { content: close-quote; }

<span id=br-wbr-content>br { content: '\A'; white-space: pre; } /* <a href=#bidi-rendering>this also has bidi implications</a> */
<span id=br-wbr-content>br { display-outside: newline; } /* <a href=#bidi-rendering>this also has bidi implications</a> */
nobr { white-space: nowrap; }
wbr { content: '\200B'; } /* <a href=#bidi-rendering>this also has bidi implications</a> */
nobr wbr { white-space: normal; }</span></pre>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -77382,7 +77382,7 @@ blink { text-decoration: blink; }
q::before { content: open-quote; }
q::after { content: close-quote; }

<span id=br-wbr-content>br { content: '\A'; white-space: pre; } /* <a href=#bidi-rendering>this also has bidi implications</a> */
<span id=br-wbr-content>br { display-outside: newline; } /* <a href=#bidi-rendering>this also has bidi implications</a> */
nobr { white-space: nowrap; }
wbr { content: '\200B'; } /* <a href=#bidi-rendering>this also has bidi implications</a> */
nobr wbr { white-space: normal; }</span></pre>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -105789,7 +105789,7 @@ blink { text-decoration: blink; }
q::before { content: open-quote; }
q::after { content: close-quote; }

<span data-x="" id="br-wbr-content">br { content: '\A'; white-space: pre; } /* <a href="#bidi-rendering">this also has bidi implications</a> */
<span data-x="" id="br-wbr-content">br { display-outside: newline; } /* <a href="#bidi-rendering">this also has bidi implications</a> */
nobr { white-space: nowrap; }
wbr { content: '\200B'; } /* <a href="#bidi-rendering">this also has bidi implications</a> */
nobr wbr { white-space: normal; }</span></pre>
Expand Down

0 comments on commit 10ab760

Please sign in to comment.