- From: Stephen Chenney via GitHub <sysbot+gh@w3.org>
- Date: Fri, 20 Dec 2024 18:58:07 +0000
- To: public-css-archive@w3.org
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