- From: Andrea Giammarchi <notifications@github.com>
- Date: Thu, 12 Mar 2026 09:15:00 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 March 2026 16:15:04 UTC
WebReflection left a comment (whatwg/dom#1454)
> It feels odd for it to lowercase,
that's what any other attribute on HTML space does though, right?
```js
document.body.setAttribute('WUT', 123);
document.body.getAttribute('wut'); // 123
```
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1454#issuecomment-4048041458
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/dom/pull/1454/c4048041458@github.com>
Received on Thursday, 12 March 2026 16:15:04 UTC