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 29511 - value appending definition should handle lists of component values
Summary: value appending definition should handle lists of component values
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: CSSOM (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Simon Pieters
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-02 08:29 UTC by L. David Baron (Mozilla)
Modified: 2016-03-02 08:29 UTC (History)
0 users

See Also:


Attachments

Description L. David Baron (Mozilla) 2016-03-02 08:29:58 UTC
https://drafts.csswg.org/cssom/#serializing-css-values

[[
Append the result of invoking serialize a CSS component value of declaration’s value to values. 
]]


I think this should presumably talk about appending *each* component value in the value (which is a list of component values).  (Otherwise, it's not clear to me how it handles things with multiple values.)