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 example text. #5758 · w3c/csswg-drafts@ef471fc · GitHub
Skip to content

Commit ef471fc

Browse files
committed
[css-text-3] Fix example text. #5758
1 parent 9d51829 commit ef471fc

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

css-text-3/Overview.bs

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5685,17 +5685,19 @@ Bidirectionality and Line Boxes</h3>
56855685
then from the 'direction' property of the containing block.
56865686

56875687
<div class="example">
5688-
<p>In the following example, assuming the <code>&lt;block&gt;</code>
5689-
is a preformatted block (''display: block; white-space: pre'') inheriting
5690-
''text-align: start'', every other line is right-aligned:</p>
5691-
<pre>
5688+
<p>In the following example,
5689+
assuming the <code>&lt;block&gt;</code>
5690+
is a start-aligned preformatted block
5691+
(''display: block; white-space: pre; text-align: start''),
5692+
every other line is right-aligned:
5693+
<pre dir=auto>
56925694
&lt;block style="unicode-bidi: plaintext"&gt;
5693-
Latin
5694-
&#x0648;·&#x06A9;&#x0645;&#x06CC;
5695-
Latin
5696-
&#x0648;·&#x06A9;&#x0645;&#x06CC;
5697-
Latin
5698-
&#x0648;·&#x06A9;&#x0645;&#x06CC;
5695+
français
5696+
فارسی
5697+
français
5698+
فارسی
5699+
français
5700+
فارسی
56995701
&lt;/block&gt;</pre>
57005702
</div>
57015703

0 commit comments

Comments
 (0)