Skip to content

Conversation

@stalgiag
Copy link
Contributor

@stalgiag stalgiag commented Dec 4, 2025

Feature: list-elements
Reference: https://github.com/web-platform-dx/web-features/blob/main/features/list-elements.yml

Notable exclusions

  1. css/css-lists/*

    • Most tests in this directory focus on CSS properties (list-style-*, counter-*) independent of the HTML list elements. Only tests explicitly verifying HTML attributes (value, start, reversed, type) or implicit list counters were included.
  2. html/rendering/non-replaced-elements/lists/dir-type*.html

    • Tests for the deprecated <dir> element were excluded as the feature definition only covers <ol>, <ul>, and <li>.

Notable inclusions

  1. css/css-lists/li-value-*, css/css-lists/ol-*

    • Tests verifying the rendering behavior of HTML attributes (value, reversed) were included, even though they reside in the CSS directory.
  2. html/rendering/non-replaced-elements/lists/

    • Tests in this directory were included as they verify the presentational hints and default rendering of list elements.

Feature: `list-elements`
Reference: https://github.com/web-platform-dx/web-features/blob/main/features/list-elements.yml

Notable exclusions

1. `css/css-lists/*`
   - Most tests in this directory focus on CSS properties (`list-style-*`, `counter-*`) independent of the HTML list elements. Only tests explicitly verifying HTML attributes (`value`, `start`, `reversed`, `type`) or implicit list counters were included.

2. `html/rendering/non-replaced-elements/lists/dir-type*.html`
   - Tests for the deprecated `<dir>` element were excluded as the feature definition only covers `<ol>`, `<ul>`, and `<li>`.

Notable inclusions

1. `css/css-lists/li-value-*`, `css/css-lists/ol-*`
   - Tests verifying the rendering behavior of HTML attributes (`value`, `reversed`) were included, even though they reside in the CSS directory.

2. `html/rendering/non-replaced-elements/lists/`
   - Tests in this directory were included as they verify the presentational hints and default rendering of list elements.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants