DescriptionProblem: Blink list-item-position is inside for unstyled list items
The <li>HTML elements that is not within <ul> / <ol> parent elements has a nonstandard hard coded non-overridable
list-style-position: inside like behavior.
It looks like Gecko based browsers doesn't have this behavior.
Solution: To remove the 'notInList' flag along with its setters and
getter methods. 'notInList' flag is responsible for creating "list-style-position: inside" like behavior.
BUG=590094
Patch Set 1 #
Messages
Total messages: 18 (9 generated)
|