Files
rust_browser/tests/goldens/fixtures/154-ordered-list.html
Zachary D. Rowitsch 4af1dce512 Add list-style-type CSS property support
Implement full list-style-type property through the rendering pipeline:
CSS parsing (including list-style shorthand), style computation with
inheritance, presentational hints for <ol type> attribute, and marker
generation driven by computed styles instead of parent tag inspection.

Tag-level defaults (decimal for ol, disc for ul) are applied in
style computation before the cascade so presentational hints from
<ol type="..."> correctly override them.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 23:50:34 -05:00

6 lines
63 B
HTML

<ol>
<li>First</li>
<li>Second</li>
<li>Third</li>
</ol>