Daniel Freedman
Daniel Freedman
Port of webcomponents/URL#23 and webcomponents/URL#26 ### Reference Issue
Form Associated Custom Elements is a new platform feature to deeply integrate custom elements into Forms. It might take some work to implement all the necessary callbacks, and there is...
The FormData event allows Custom Elements, and other elements, to add new data to a Form element before submission. More info: https://www.chromestatus.com/feature/5662230242656256
Remake of https://github.com/webcomponents/shadydom/pull/293
Remake of https://github.com/webcomponents/shadydom/pull/292
### Description `:host([foo], [bar])` is incorrectly transformed to `x-foo[foo], [bar]` ### Example https://jsbin.com/qakadiloge/edit?html,output ### Steps to reproduce 1. Load example #### Expected behavior Text correctly says what color it is...
https://github.com/webcomponents/custom-elements/pull/101 could not be merged cleanly, pushed to polyfills repo as "ce-ShadowRoot-innerHTML"
When `ownerDocument.baseURI` is null (detached document, maybe some other cases), `new URL(url, baseURI)` will throw. Only use `new URL` when `baseURI` is not null.
Per https://github.com/PolymerElements/iron-a11y-announcer/issues/3#issuecomment-144131623, in ChromeOS, ChromeVox will show a highlight ring around the announcer element _and_ the focused element. @cdata suggested that we could use some positioning information in the announcer...