Re: [csswg-drafts] [css-writing-modes-4] Allow sideways-x and vertical-x to share a block formatting context? (#10714)

Two testcases, maybe (though I might be getting this wrong, since I don't often think about the subtleties of `sideways`):
```
data:text/html,<!DOCTYPE html><div style="writing-mode: sideways-rl">AAA<span style="writing-mode: vertical-rl">BBB<span style="float:left">Float

data:text/html,<!DOCTYPE html><div style="writing-mode: sideways-lr">AAA<span style="writing-mode: vertical-lr">BBB<span style="float:left">Float
```

-- 
GitHub Notification of comment by dholbert
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10714#issuecomment-2518164128 using your GitHub account


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

Received on Wednesday, 4 December 2024 18:01:29 UTC