Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve a slot element's directionality from the flattened tree
This CL applies the new agreements for a <slot> element on the standards meeting[1][2]. - Resolve the slot element's directionality from the flattened tree - Apply one exception that the slot element's directionality should be the same as a shadow host's directionality if the slot element has a dir=auto attribute and has no slotted content. This CL adds the unit tests on blink and WPT tests will be added on [3]. [1] whatwg/html#7299 [2] whatwg/html#3699 (comment) [3] #29820 Bug: 1236384 Change-Id: I43ca7351fc4d65dd4f72fe4f9627ffa5382e5c20
- Loading branch information