-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change in the language/direction infoset items #129
Conversation
…xt to be localizable
(The travis error can be ignored, it was the result of an unlucky manipulation with .travis.yml) |
index.html
Outdated
<li>calculate the language using its own algorithm.</li> | ||
</ul> | ||
|
||
<p>If a language tag cannot be determined, the value "<code>und</code>" (undetermined) MUST be used.</p> | ||
<p>If a language tag cannot be determined, the value "<code>und</code>" (undetermined) MUST be used. If the base direction cannot be determined, the value <code>ltr</code> MUST be assumed.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
auto
might be a better default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops... of course. Will take care of this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please undo this one change
index.html
Outdated
@@ -403,7 +402,7 @@ <h3>Requirements</h3> | |||
<span>RECOMMENDED:</span> | |||
<ul class="flat"> | |||
<li><a href="#wp-a11y">accessibility</a></li> | |||
<li><a href="#wp-dir">base direction</a></li> | |||
<li><a href="#wp-language">base direction</a></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this changed to language, it should still be dir?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lrosenthol the previous version contained two independent sections, one for language and another for direction. With the extra features it looked editorially better to merge the two sections. Hence the two identical targets.
The "id" value may not be ideal (just kept the old id of one of the original sections) but that is only an internal thing, invisible to the reader. We can harmonize those later.
Added/changed the language and direction section to allow for each text to be localizable, which led to a slight reorganization of the spec.
Refers to #124
Preview | Diff