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 27723 - The type of the attribute stringifiers must not be a dictionary
Summary: The type of the attribute stringifiers must not be a dictionary
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: Color (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Tantek
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-01 14:46 UTC by Rainer Schuster
Modified: 2015-01-01 14:54 UTC (History)
3 users (show)

See Also:


Attachments

Description Rainer Schuster 2015-01-01 14:46:36 UTC
This bug applies to the following specification
http://dev.w3.org/csswg/css-color/
CSS Color Module Level 4
Editor’s Draft, 18 December 2014

According to the Web IDL specification an attribute must not have a dictionary type, but in 
static attribute ColorStringifiers stringifiers;
ColorStringifiers is a dictionary.

For the Web IDL specification see
http://heycam.github.io/webidl/#idl-attributes

The type of the attribute, after resolving typedefs, must not be a nullable or non-nullable version of any of the following types:
* a sequence type
* a dictionary
* a union type that has a nullable or non-nullable sequence type or dictionary as one of its flattened member types