Bug 58445
Summary: | [css3-background] Support percentages in border-width | ||
---|---|---|---|
Product: | WebKit | Reporter: | Lea Verou <lea> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | davidbarr, mikelawther |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
URL: | http://jsfiddle.net/leaverou/DFLHw/ |
Lea Verou
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Barr
> 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
Mike Lawther
Closing as the CSS editor indicates this is not a planned feature.
Please reopen if that changes.