-
Notifications
You must be signed in to change notification settings - Fork 142
Berlin F2F April 2018
Ian Kilpatrick edited this page Apr 9, 2018
·
12 revisions
See CSS meeting page for logistics.
- Approve URL handling/design
- overall structure - generic featureless CSSURLValue class, several independent classes for things that urls can represent
- Loading and absolutization timing
- Reifying style values - everyone happy with the approach?
- Forwards-compat design choices - like this, or some other method? Or live with the eventual constraints it'll place on CSS design?
- Which string type? - DOMString, USVString, or CSSOMString?
- Which Workers to expose to? - currently all, because why not; should we be more selective and only expose when necessary?