w3c / csvw

Documents produced by the CSV on the Web Working Group
Other
162 stars 57 forks source link

[csvw] instance definitions for direction #839

Closed r12a closed 8 years ago

r12a commented 8 years ago

5 Instance Definitions https://www.w3.org/ns/csvw#instance-definitions

typos 'Determins' and 'Indiects'

Indicates text should be processed left to right is not very clear. It should not be taken to mean that the text viewed when displayed is processed in any way by reading characters from left to right. What i think it should say is "Indicates that the base direction for the text is left to right."

Base direction is the term used to describe the direction-specific context which determines how the Unicode Bidi Algorithm will display a unidirectional logical sequence of characters in memory when the text is rendered. It doesn't order all characters left to right, but rather orders directional runs of similarly typed characters left to right. (If you want to understand that better, see https://www.w3.org/International/articles/inline-bidi-markup/uba-basics)

Similar comment, of course, apply for rtl.

iherman commented 8 years ago

cc: @gkellogg @JeniT ?

Should we make a direct editing (we can, it is not a TR document) or we just label is as an erratum?

gkellogg commented 8 years ago

It's generated from a spreadsheet (of course). I can do a PR with the spelling corrections. The text is taken from the metadata definition, but it is no longer in sync with that from tableDirection. Text from there now is:

Indicates whether the tables in the group should be displayed with the first column on the right, on the left, or based on the first character in the table that has a specific direction.

It think it best to simply update the namespace documents in place.

danbri commented 8 years ago

Yeah +1 for editing ns docs in place for simple mistakes like this. We're not ISO.

iherman commented 8 years ago

Works for me

Ivan

On 20 May 2016, at 19:16, Gregg Kellogg notifications@github.com wrote:

It's generated from a spreadsheet (of course). I can do a PR with the spelling corrections. The text is taken from the metadata definition, but it is no longer in sync with that from tableDirection http://www.w3.org/TR/tabular-metadata/#table-group-direction. Text from there now is:

Indicates whether the tables in the group should be displayed with the first column on the right, on the left, or based on the first character in the table that has a specific direction.

It think it best to simply update the namespace documents in place.

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/w3c/csvw/issues/839#issuecomment-220665383


Ivan Herman, W3C Digital Publishing Lead Home: http://www.w3.org/People/Ivan/ mobile: +31-641044153 ORCID ID: http://orcid.org/0000-0003-0782-2704

iherman commented 8 years ago

For the records: two merged PR-s (#840, #841) solved the issue in the repo, and the corresponding files in http://www.w3.org/ns have been updated.