Closed Bug 1312773 Opened 8 years ago Closed 8 years ago

Remove "-moz-" prefixes from names of css properties "column-*"

Categories

(Core :: CSS Parsing and Computation, defect)

49 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 698783

People

(Reporter: rulumasi, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36

Steps to reproduce:

Rename
"-moz-column-count",
"-moz-column-gap",
"-moz-column-rule-color",
"-moz-column-rule-width" and
"-moz-column-rule-style"
to
"column-count",
"column-gap",
"column-rule-color",
"column-rule-width" and
"column-rule-style"
respectively.

Google chrome already supports
these properties without prefixes.
David, what's the position of Moz devs about unprefixing these properties?
Component: Untriaged → CSS Parsing and Computation
Flags: needinfo?(dbaron)
Product: Firefox → Core
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Flags: needinfo?(dbaron)
Resolution: --- → DUPLICATE
(Or you could consider this a duplicate of bug 1300895, which is now fixed.)
You need to log in before you can comment on or make changes to this bug.