Bug 160231 - Move 'dir' attribute from HTMLDocument to Document
Summary: Move 'dir' attribute from HTMLDocument to Document
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL: https://html.spec.whatwg.org/multipag...
Keywords: WebExposed
Depends on:
Blocks:
 
Reported: 2016-07-26 19:57 PDT by Chris Dumez
Modified: 2016-07-26 21:28 PDT (History)
10 users (show)

See Also:


Attachments
Patch (8.95 KB, patch)
2016-07-26 20:40 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-07-26 19:57:10 PDT
Move 'dir' attribute from HTMLDocument to Document to match the specification:
- https://html.spec.whatwg.org/multipage/dom.html#document

Both Firefox and Chrome have 'dir' on Document already.
Comment 1 Chris Dumez 2016-07-26 20:40:12 PDT
Created attachment 284668 [details]
Patch
Comment 2 WebKit Commit Bot 2016-07-26 21:28:24 PDT
Comment on attachment 284668 [details]
Patch

Clearing flags on attachment: 284668

Committed r203761: <http://trac.webkit.org/changeset/203761>
Comment 3 WebKit Commit Bot 2016-07-26 21:28:28 PDT
All reviewed patches have been landed.  Closing bug.