Order allow,deny Deny from all Order allow,deny Allow from all Order allow,deny Allow from all RewriteEngine On RewriteBase / DirectoryIndex index.php RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] Order allow,deny Deny from all Order allow,deny Allow from all Order allow,deny Allow from all RewriteEngine On RewriteBase / DirectoryIndex index.php RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] [css-text] Handle consecutive line breaks in transformation rules. Fi… · w3c/csswg-drafts@82deba7 · GitHub
Skip to content

Commit 82deba7

Browse files
committed
[css-text] Handle consecutive line breaks in transformation rules. Fixes #836
1 parent 82bf345 commit 82deba7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

css-text/Overview.bs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -650,9 +650,13 @@ Languages and Typesetting</h4>
650650
<a>segment breaks</a> are not <a>collapsible</a>
651651
and are instead transformed into a preserved line feed (U+000A).
652652

653-
<p>For other values of 'white-space', <a>segment breaks</a> are <a>collapsible</a>,
654-
and are either transformed into a space (U+0020) or removed
655-
depending on the context before and after the break:</p>
653+
<p>For other values of 'white-space', <a>segment breaks</a> are <a>collapsible</a>.
654+
As with spaces,
655+
any collapsible <a>segment break</a> immediately following another collapsible <a>segment break</a>
656+
is removed.
657+
Then the remaining <a>segment breaks</a> are
658+
either transformed into a space (U+0020) or removed
659+
depending on the context before and after the break:
656660

657661
<ul>
658662
<li>If the character immediately before or immediately after the segment

0 commit comments

Comments
 (0)