This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 29623 - "interface CSS {" should be "namespace CSS {”
Summary: "interface CSS {" should be "namespace CSS {”
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: CSSOM (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Simon Pieters
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-12 21:15 UTC by Simon Pieters
Modified: 2018-07-21 20:39 UTC (History)
1 user (show)

See Also:


Attachments

Description Simon Pieters 2016-05-12 21:15:06 UTC
https://drafts.csswg.org/cssom/#the-css.escape()-method

[[
interface CSS {
]]

Change this to use WebIDL namespace. See https://github.com/heycam/webidl/pull/121

Also fix https://drafts.csswg.org/css-images-4/#elementsources and https://drafts.csswg.org/css-conditional/#the-css-interface to use partial namespace.
Comment 1 Simon Pieters 2016-08-25 21:44:45 UTC
https://heycam.github.io/webidl/#idl-namespaces
Comment 3 Simon Pieters 2016-09-05 15:53:31 UTC
https://github.com/w3c/csswg-drafts/pull/437

(Leaving open to PR css-houdini)
Comment 4 Philip Jägenstedt 2018-07-21 20:39:57 UTC
PRs for 4 remaining specs:
https://github.com/w3c/css-houdini-drafts/pull/784
https://github.com/WICG/CSS-Parser-API/pull/12