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] All IN characters? · Issue #2447 · w3c/csswg-drafts · GitHub
Skip to content

[css-text] All IN characters? #2447

@r12a

Description

@r12a

https://drafts.csswg.org/css-text-3/#line-break-property

• breaks between inseparable characters such as ‥ U+2025, … U+2026 i.e.
characters with the Unicode Line Break property IN. (See LineBreak.txt
in [UNICODE].)

The quoted text above is slightly ambiguous. I took it to mean that this rule "applies to all characters with the Unicode Line Break property IN, such as ‥ U+2025, and … U+2026"

The other possible meaning, given the order in the spec, is that this rule applies to characters such as ‥ U+2025, … U+2026 and those two are characters with the Unicode Line Break property IN

I suggest (if i understood correctly) rewording to say:

• breaks between characters with the Unicode Line Break property IN, i.e. inseparable characters such as ‥ U+2025, and … U+2026. (See LineBreak.txt in [UNICODE].)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Closed Accepted as EditorialCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.TestedMemory aid - issue has WPT testsTracked in DoCcss-text-3Current Worki18n-trackerGroup bringing to attention of Internationalization, or tracked by i18n but not needing response.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions