Closed
Bug 760736
Opened 13 years ago
Closed 13 years ago
[CSS] Use a common prefix with other web browser engines
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: zefling, Unassigned)
Details
(Whiteboard: [mozfr-community])
User Agent: Mozilla/5.0 (Windows NT 5.2; WOW64; rv:15.0) Gecko/15.0 Firefox/15.0a1
Build ID: 20120601030520
Steps to reproduce:
I would like to simplify the experimental prefixes. Today, to test an experimental property, you write:
-webkit-perspective: 500px;
-moz-perspective: 500px;
-o-perspective: 500px;
-ms-outlook: 500px;
perspective: 500px;
It would be easier to have:
-exp-perspective: 500px;
perspective: 500px;
Comment 1•13 years ago
|
||
This is something for the CSS WG to decide, it seems rather pointless unless
all browser vendors agree on that first. The www-style mailing list is the
proper forum for that discussion and there have been multiple threads
discussing this lately, so please take your arguments there. Thanks.
http://lists.w3.org/Archives/Public/www-style/
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•