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 23191 - "serialize a CSS value" wrong for 'border:solid'
Summary: "serialize a CSS value" wrong for 'border:solid'
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: 2013-09-09 22:20 UTC by Simon Pieters
Modified: 2013-09-12 11:09 UTC (History)
0 users

See Also:


Attachments

Description Simon Pieters 2013-09-09 22:20:53 UTC
http://dev.w3.org/csswg/cssom/#serialize-a-css-value

[[
serialize a CSS value
]]

For 'border:solid' the spec roundtrips as 'border: solid solid solid solid;'. Should check for this after step 1.4.
Comment 1 Simon Pieters 2013-09-12 11:09:09 UTC
Or rather it probably needs property-specific knowledge.