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-3] Correct mistake in previous commit · w3c/csswg-drafts@0a82ea0 · GitHub
Skip to content

Commit 0a82ea0

Browse files
committed
[css-text-3] Correct mistake in previous commit
1 parent a05ef3e commit 0a82ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-text-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ Text Processing</h3>
10971097
</li>
10981098
<li><p>If 'white-space' is set to ''pre'' or ''pre-wrap''
10991099
any sequence of spaces is treated as a sequence of non-breaking spaces;
1100-
however, a <a>soft wrap opportunity</a> exists at the end of the sequence.
1100+
however, for ''pre-wrap'', a <a>soft wrap opportunity</a> exists at the end of the sequence.
11011101
In the case of ''break-spaces'',
11021102
a <a>soft wrap opportunity</a> exists after every space.
11031103
<wpt>

0 commit comments

Comments
 (0)