Closed
Bug 1380131
Opened 7 years ago
Closed 7 years ago
css windows,orphans, list-style-type:toggle() errored
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 363250
People
(Reporter: jmichae3, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0
Build ID: 20170628075643
Steps to reproduce:
<style>
/* */.folder {
background-color:#2c2; /*random number*/
list-style-type: toggle(disc, circle, "*","[]");
widows:1;
orphans:1;
white-space:nowrap;
}
</style>
Actual results:
Unknown property ‘widows’. Declaration dropped.
Unknown property ‘orphans’. Declaration dropped.
Error in parsing value for ‘list-style-type’. Declaration dropped.
Expected results:
should have worked. they used to. regression.
Reporter | ||
Updated•7 years ago
|
Summary: css windows,orphans, list-style-type:toggle() ignored → css windows,orphans, list-style-type:toggle() errored
Comment 1•7 years ago
|
||
orphans and widows have never worked, and the implementation has been removed with Firefox 44: https://www.fxsitecompat.com/en-CA/docs/2015/several-unimplemented-css-properties-have-been-dropped/ (I thought you filed the same bug before)
list-style-type:toggle has not implemented yet.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•7 years ago
|
||
it used to work on my web site. toggle alternates the symbols listed in perens.
this is not a "not invented here" bug, this is a "has been removed" regression.
Reporter | ||
Comment 3•7 years ago
|
||
and yes, windows and orphans have worked before and they did not used to cause debugger errors like now.
You need to log in
before you can comment on or make changes to this bug.
Description
•