RESOLVED WONTFIX 18787
Bugzilla doesn't provide -webkit- variants of -moz- properties in stylesheets
https://bugs.webkit.org/show_bug.cgi?id=18787
Summary Bugzilla doesn't provide -webkit- variants of -moz- properties in stylesheets
David Kilzer (:ddkilzer)
Reported 2008-04-28 09:38:54 PDT
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
David Kilzer (:ddkilzer)
Comment 1 2008-04-28 10:02:29 PDT
David Storey, not sure what the equivalent opera border-radius properties are. Please add comments to the bugzilla.mozilla.org bug.
David Storey
Comment 2 2008-04-29 05:21:24 PDT
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
Comment 3 2012-11-26 12:26:47 PST
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. :)
Note You need to log in before you can comment on or make changes to this bug.