Daniel Freedman

Results 33 issues of Daniel Freedman

Port of webcomponents/URL#23 and webcomponents/URL#26 ### Reference Issue

wontfix

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...

Type: Feature
Severity: Low
Focus Area: Standards & Polyfills
Epic
wontfix

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

Type: Feature
Severity: Medium
Focus Area: Standards & Polyfills
Epic

Remake of https://github.com/webcomponents/shadydom/pull/293

cla: no
wontfix

Remake of https://github.com/webcomponents/shadydom/pull/292

cla: no
wontfix

Remake of https://github.com/webcomponents/shadydom/pull/279

cla: yes
wontfix

### 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...

Severity: Medium
Type: Bug
Source: Hooli
Focus Area: Standards & Polyfills
Package: shadycss
wontfix

https://github.com/webcomponents/custom-elements/pull/101 could not be merged cleanly, pushed to polyfills repo as "ce-ShadowRoot-innerHTML"

Type: Feature
Severity: Medium
wontfix

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.

cla: yes

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...

enhancement
a11y
p0 - critical