Re: [csswg-drafts] [CSS Writing Modes] The initial value for "direction" is misleading (#11402)

Forgot the example:
```html
<!DOCTYPE html>
<html dir="rtl">
  <body>
    <p id="paragraph">What direction is this text?</p>
    <script>
      console.log(getComputedStyle(document.getElementById("paragraph")).direction);
    </script>
  </body>
</html>
```

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


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

Received on Friday, 20 December 2024 18:58:08 UTC