On Sunday, March 24, 2019 at 10:21:10 PM UTC-7, Domenic Denicola wrote:
> the tests at
> https://github.com/web-platform-tests/wpt/tree/master/html/semantics/grouping-content/the-ol-element
correction,
https://github.com/web-platform-tests/wpt/tree/master/html/semantics/grouping-content/the-li
Some time ago we spent some effort documenting a cross-browser
mostly-interoperable behavior for list-item-like behaviors, in
https://github.com/whatwg/html/pull/2002 and linked threads. The result is the
spec at https://html.spec.whatwg.org/multipage/grouping-content.html#list-owner
and the te
Summary:
The ::marker pseudo-element represents the automatically generated
marker box of a list item. It allows authors to style the marker
and generate content for it through its 'content' property (like
::before/::after).
Bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=205202
Animation supp
Summary:
The built-in 'list-item' counter is used to implement HTML /
(and other elements with display:list-item) using CSS.
I'm also removing our old (frame-based) code for list item counters,
which had a number of decades-old bugs (bug 4522 et al), was rather
slow (bug 3246) and crashy (bug 151
Summary:
The counter-set CSS property assigns an absolute value to a CSS counter.
(It behaves the same as counter-increment but assigns instead of
increments.)
It will be used internally to map to set the value of
the built-in 'list-item' counter (see separate announcement following
this).
Bug:
5 matches
Mail list logo