Export 'the directionality' for Element#6676
Export 'the directionality' for Element#6676marcoscaceres wants to merge 2 commits intowhatwg:mainfrom
Conversation
annevk
left a comment
There was a problem hiding this comment.
So https://notifications.spec.whatwg.org/ has no such defaulting. I'm a bit worried that folks might not set the direction on the document element consistently enough and it only works for APIs that have a document nearby. Wouldn't it be better to force this to be set for all APIs (defaulting to "auto") so people know what to do and what to expect?
source
Outdated
| <hr> | ||
|
|
||
| <p><dfn>The directionality</dfn> of an element (any element, not just an <span data-x="HTML | ||
| <p><dfn export for="Element">The directionality</dfn> of an element (any element, not just an <span data-x="HTML |
There was a problem hiding this comment.
We wrap at a 100 columns on spaces.
True, and it applies to both the notification's
Agree.
Personally, I think it's better to do it the way it's done in Notifications, by having it set explicitly in by the API. I'm going to see if Payment Request can get away without having the explicit direction in "v1", then we can add the explicit Related w3c/string-meta#54 and whatwg/webidl#358 |
|
If I am reading w3c/payment-request#956 right this is no longer needed. Please let us know if I misunderstood though! |
/dom.html ( diff )