Bug 18787
Summary: | Bugzilla doesn't provide -webkit- variants of -moz- properties in stylesheets | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
Component: | Evangelism | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | dstorey, jensimmons, marcoos+bwo |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | All | ||
URL: | https://bugzilla.mozilla.org/show_bug.cgi?id=431172 |
David Kilzer (:ddkilzer)
There are some places where -moz-border-radius is used in Bugzilla that don't provide the equivalent -webkit-border-radius properties. There's also one case where "white-space: -moz-pre-wrap" is used but no browser equivalents are provided.
I created a bug on bugzilla.mozilla.org and attached a patch to fix the issue. See:
https://bugzilla.mozilla.org/show_bug.cgi?id=431172
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
David Storey, not sure what the equivalent opera border-radius properties are. Please add comments to the bugzilla.mozilla.org bug.
David Storey
Opera doesn't support border-radius yet, but it will be either border-radius or -o-border-radius when we add it, depending on how mature we think the spec is at that time (it seems quite stable now)
Marek Stepien
The mozilla.org bug was resolved wontfix (though probably should have been marked "worksforme" instead) and recent Bugzilla versions don't even include -moz- prefixed properties in their CSS files.
On the other hand, bugs.webkit.org doesn't seem to be updated to a more recent version of Bugzilla without Gecko-specific CSS. :)