Boris Zbarsky

Results 41 issues of Boris Zbarsky

I'd love a way to just have the route shown without then needing to do the whole 3-d "move along the route" thing.

Spec at says: > The table element's height attribute maps to the dimension property (ignoring zero) 'height' on the table element. > The table element's width attribute maps to the...

good first issue
topic: rendering

Firefox and Chrome seem to use the current global. Safari seems to use the relevant global. Edge doesn't implement this API.

normative
topic: api

We seem to have a fully active check in open() but not send(). That doesn't make much sense to me...

Specifically, the question is what the backend storage is and what the actual return value should look like. Want to avoid two things: 1. Having the browser's accessibility backend need...

The US vs British spelling thing is annoying. For an API like this, you could just treat the two as aliases, or have the single-'l' version throw if someone tries...

Stylesheet parsing is affected by quirks mode. Should constructable stylesheets always be parsed in standards mode? Should they pick up the quirks mode of a document (which)? @tabatkins @annevk @domenic...

https://github.com/WICG/construct-stylesheets/pull/110 added a constructor operation to the partial interface, but that's not allowed by the IDL grammar. There used to be a `[Constructor]` there, which was disallowed on partial interfaces...

https://wicg.github.io/construct-stylesheets/#ref-for-adopted-stylesheets%E2%91%A1 says: > The user agent must include all style sheets in the DocumentOrShadowRoot's adopted stylesheets inside its document or shadow root CSS style sheets. But "adopted stylesheets" is a...

For same-origin or CORS-enabled things one can fetch the data, then construct from data. What about non-same-origin non-CORS things?

enhancement