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] What does 'allowed' mean? · Issue #2450 · w3c/csswg-drafts · GitHub
Skip to content

[css-text-3] What does 'allowed' mean? #2450

@r12a

Description

@r12a

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

The following breaks are allowed for normal and loose line breaking if the content language is Chinese or Japanese, and are otherwise forbidden:

The counterpoint to 'allowed' in the spec text is forbidden, which is pretty clear for testing purposes.

Depending on how the author of the spec text was using the word, however, 'allowed', might mean 'could be, but might not be' (which is not testable) or might mean 'are expected' (ie. trying to express the opposite outcome).

It seems odd that there's no way to say "I want to ensure that things behave in the opposite way to strict". An undefined behaviour seems acceptable for normal , but loose should surely be different?

Which is the correct interpretation? (My tests currently assume the former, so no tests would be submittable to WPT for 'loose'. See https://w3c.github.io/i18n-tests/results/line-breaks-jazh)

Metadata

Metadata

Assignees

Labels

Closed Accepted as Obvious BugfixCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.TestedMemory aid - issue has WPT testsTracked in DoCcss-text-3Current Worki18n-clreqChinese language enablementi18n-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