Re: [web-annotation] Base direction for annotations

Also CSS for the same values: 
https://developer.mozilla.org/en/docs/Web/CSS/direction

CSVW defines the ltr/rtl instances: 
https://www.w3.org/ns/csvw#instance-definitions
And an unusable predicate: and 
https://www.w3.org/ns/csvw#textDirection (due to the overly 
restrictive domain in the ontology).  So we need to duplicate it.

So I propose additions to context and vocab:

```
"csvw" : "https://www.w3.org/ns/csvw#"
"direction": "wa:textDirection",
"ltr" : "csvw:ltr",
"rtl": "csvw:rtl",
"auto": "csvw:auto"
```

and to decrement :beers: owed to @gkellogg by one :)

Also, please note there is a discrepancy between: 
https://www.w3.org/TR/tabular-metadata/ which says the range of 
textDirection is a string, and the actual vocabulary, which defines a 
range of csvw:Direction (of which rtl etc are instances).

:beers: owed-- again


-- 
GitHub Notification of comment by azaroth42
Please view or discuss this issue at 
https://github.com/w3c/web-annotation/issues/224#issuecomment-220377186
 using your GitHub account

Received on Thursday, 19 May 2016 16:22:19 UTC