- From: <bugzilla@jessica.w3.org>
- Date: Thu, 01 Jan 2015 14:46:36 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27723
Bug ID: 27723
Summary: The type of the attribute stringifiers must not be a
dictionary
Product: CSS
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: Color
Assignee: tantek@cs.stanford.edu
Reporter: rainer.schuster@gmail.com
QA Contact: public-html-bugzilla@w3.org
CC: chris@w3.org, dbaron@dbaron.org
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
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 1 January 2015 14:46:37 UTC