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] Generically clarify that we ignore inline box boundaries… · w3c/csswg-drafts@dc5f389 · GitHub
Skip to content

Commit dc5f389

Browse files
committed
[css-text-3] Generically clarify that we ignore inline box boundaries and out-of-flow elements when determining text adjacency. #4259
1 parent 6a33764 commit dc5f389

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

css-text-3/Overview.bs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,13 @@ Text Processing</h3>
366366
text-encoding/shaping-tatweel-003.html
367367
</wpt>
368368

369+
For the purpose of determining adjacency for text processing
370+
(such as white space processing, text transformation, line-breaking, etc.),
371+
and thus in general within this specification,
372+
intervening [=inline box=] boundaries and [=out-of-flow=] elements
373+
must be ignored.
374+
With respect to text shaping, however, see [[#boundary-shaping]].
375+
369376
<h2 id="transforming">
370377
Transforming Text</h2>
371378

@@ -1550,7 +1557,6 @@ Text Processing</h3>
15501557
<p>As each line is laid out,</p>
15511558
<ol>
15521559
<li>A sequence of [=collapsible=] [=spaces=] at the beginning of a line
1553-
(ignoring any intervening <a>inline box</a> boundaries)
15541560
is removed.
15551561

15561562
<wpt>
@@ -1593,7 +1599,6 @@ Text Processing</h3>
15931599
Note: See [[UAX9]] for <a href="http://unicode.org/reports/tr9/#L1">rules on how U+0009 tabulation interacts with bidi</a>.
15941600

15951601
<li>A sequence at the end of a line
1596-
(ignoring any intervening <a>inline box</a> boundaries)
15971602
of <a>collapsible</a> [=spaces=]
15981603
and/or [=other space separators=] whose 'white-space' value collapses spaces
15991604
is removed.

0 commit comments

Comments
 (0)