<li> in quirks mode should sometimes have list-style-position:inside
Open
@zcorpan is already working on this.
Since Jan 21, 2016.
compat
topic: rendering
- Dominant language
- HTML
- Stars
- 9.4k
- Forks
- 3.2k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 38
Description
https://html.spec.whatwg.org/multipage/rendering.html#lists
li { display: list-item; }
See http://mxr.mozilla.org/mozilla-central/source/layout/style/quirk.css#8
The rendering in Chrome for <li>x appears the same as in Gecko, but getComputedStyle claims outside in Chrome; not sure how it's implemented there, but it is different from <div style=display:list-item>...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.