whatwg / whatwg/html

<li> in quirks mode should sometimes have list-style-position:inside

Open
#549 1 comment 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.