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] Fix earlier neutral plaintext line wording: bidi switche… · w3c/csswg-drafts@fa59f77 · GitHub
Skip to content

Commit fa59f77

Browse files
committed
[css-text-3] Fix earlier neutral plaintext line wording: bidi switches on paragraph content, not line box content. #4405
1 parent 369b940 commit fa59f77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-text-3/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5712,7 +5712,8 @@ Bidirectionality and Line Boxes</h3>
57125712
An empty line box
57135713
(i.e. one that contains no atomic inlines or
57145714
characters other than the line-breaking character, if any)
5715-
or one that contains only weak or neutral characters,
5715+
or one whose <a>bidi paragraph</a> has no strong directionality
5716+
(contains only weak or neutral characters),
57165717
takes its <a>inline base direction</a> from the preceding line box (if any), or,
57175718
if this is the first line box in the containing block,
57185719
then from the 'direction' property of the containing block.

0 commit comments

Comments
 (0)