Simon Pieters
Simon Pieters
Don't we want to have a defined DOM and styles for `appearance: none`?
1. I don't like either `base` (could refer to base URLs or other) or `interoperable` (things should generally be interoperable). Maybe something like `basestyle` or `stylable`? 2. Why is a...
CSSOM View has some APIs for scrolling. Have you considered extending those?
Inconsistent is on-brand for HTML. 😉 I think dashed names for attribute values are generally nicer, for future naming of tokens, but not worth changing something already shipped.
This is the behavior of https://heycam.github.io/webidl/#OverrideBuiltins which, in HTML, is set on: https://html.spec.whatwg.org/#document https://html.spec.whatwg.org/#domstringmap https://html.spec.whatwg.org/#htmlformelement `DOMStringMap` is only used by `element.dataset`, and is probably not a problem. Other interfaces that...
> It seems that `template` having these inconsistencies compared to `div` is bad and a hazard that can cause bugs on sites, and it seems that we should make `template`...
@mfreed7 IIRC you wanted to add a use counter for this in Chromium. Is there an issue filed?
@mfreed7 filed https://issues.chromium.org/issues/460581850 Thanks!
https://bugs.chromium.org/p/chromium/issues/detail?id=875403 is now fixed by @chrishtr, with the following caveats: > This works for user-initiated print, but not scripted print. > I'm currently thinking it isn't worth it to implement...
Also update the reviewer checklist, which currently includes > The test avoids patterns that make it less likely to be stable. In particular, tests should avoid setting internal timeouts, since...