Files
rust_browser/tests/goldens/expected/155-ordered-list-start.dl.txt
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

8 lines
490 B
Plaintext

DisplayList items=6
Text rect=(34.132156, 24, 9.867842, 16) text="5." color=#000000 font_size=16
Text rect=(48, 24, 21.720999, 16) text="Five" color=#000000 font_size=16
Text rect=(34.132156, 43.2, 9.867842, 16) text="6." color=#000000 font_size=16
Text rect=(48, 43.2, 15.694567, 16) text="Six" color=#000000 font_size=16
Text rect=(34.132156, 62.4, 9.867842, 16) text="7." color=#000000 font_size=16
Text rect=(48, 62.4, 32.928047, 16) text="Seven" color=#000000 font_size=16