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] Adjust timing of text transform · w3c/csswg-drafts@f604478 · GitHub
Skip to content

Commit f604478

Browse files
committed
[css-text-3] Adjust timing of text transform
text-transform should happen after white-space collapsing but before Trimming and Positioning. Closes #4254
1 parent 6c42318 commit f604478

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-text-3/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,8 +616,9 @@ Text Processing</h3>
616616
text-transform/text-transform-multiple-001.html
617617
</wpt>
618618

619-
<p>Text transformation happens after <a href="#white-space-rules">white
620-
space processing</a>, which means that ''full-width'' only transforms
619+
<p>Text transformation happens after [[#white-space-phase-1]]
620+
but before [[#white-space-phase-2]].
621+
This means that ''full-width'' only transforms
621622
U+0020 spaces to U+3000 within <a>preserved</a> white space.
622623

623624
<wpt>

0 commit comments

Comments
 (0)