Bug 58445 - [css3-background] Support percentages in border-width
Summary: [css3-background] Support percentages in border-width
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://jsfiddle.net/leaverou/DFLHw/
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-13 08:53 PDT by Lea Verou
Modified: 2011-05-18 17:31 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lea Verou 2011-04-13 08:53:40 PDT
Backgrounds & Borders allows for percentages in border-width and they refer to
the width of the containing block:
http://www.w3.org/TR/css3-background/#the-border-width

However, as the testcase demonstrates, they are not yet supported in Webkit.
Comment 1 David Barr 2011-05-17 23:30:15 PDT
> http://www.w3.org/TR/css3-background/#the-border-width
As at the time of this comment, that draft is labeled 'W3C Candidate Recommendation 15 February 2011'.

Whereas in the 'Editor's Draft 17 May 2011':
http://dev.w3.org/csswg/css3-background/#the-border-width
... the prose about percentages for border widths has been removed.

See this thread on www-style for some context:
http://lists.w3.org/Archives/Public/www-style/2011May/0371.html
Comment 2 Mike Lawther 2011-05-18 17:31:11 PDT
Closing as the CSS editor indicates this is not a planned feature.

Please reopen if that changes.