Re: [csswg-drafts] [css-text] Specify HTML alignment as text-align: -webkit-{left,right,center} (#10388)

> <TabAtkins> dbaron: Because for example you can override this inherited behavior by setting another value on text-align. We need to see if that's something that's ok to break.

My suspicion is that this will turn out not to be something that's ok. The pattern which (with my web author's hat on) I suspect to be common is:

```html
<center>
    <div style="text-align: left">...</div>
</center>
```

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


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

Received on Sunday, 28 July 2024 11:02:03 UTC