Re: [whatwg/dom] Define processing instruction attributes (PR #1454)

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