Re: [csswg-drafts] [css-selectors] add numeric comparisons on attribute values (#5890)

Can a flag like `i` help?

- `[foo="bar" i]` matches cases insensitively
- `[foo="1e1" n]` switch to numeric comparison. (matches `<div foo="10">`, `<div foo="010">` `<div foo="10.00">`)

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


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

Received on Wednesday, 9 November 2022 08:46:42 UTC