[csswg-drafts] Pull Request: [cssom-view] Correct indentation for "run the scroll steps"

AtkinsSJ has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [cssom-view] Correct indentation for "run the scroll steps" ==
These substeps were indented by 2 spaces, which Bikeshed didn't interpret as being nested, but was placing them at the same level. Indenting the steps by 4 spaces instead corrects the HTML output.

This is an editorial change, purely whitespace.

To illustrate, before:
<img width="750" height="832" alt="image" src="https://github.com/user-attachments/assets/fe388fdb-3fbd-465a-ae62-930289caa838" />

And after:
<img width="742" height="894" alt="image" src="https://github.com/user-attachments/assets/d0ccb0b6-b43d-480a-9b98-ad09b0f6248b" />


See https://github.com/w3c/csswg-drafts/pull/13238


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 18 December 2025 14:55:35 UTC