ryansolid / dom-expressions

A Fine-Grained Runtime for Performant DOM Rendering
MIT License
858 stars 125 forks source link

There is no definition of `media` property in interface `MetaHTMLAttributes` #273

Closed GoodbyeNJN closed 11 months ago

GoodbyeNJN commented 12 months ago

According to MDN, there should be a media property on interface MetaHTMLAttributes, but there is no such thing in the latest code.

Is this a bug or intentional?

https://github.com/ryansolid/dom-expressions/blob/8cdb1f14ec82b944147ebc2a2cb7ce20b6e73fab/packages/dom-expressions/src/jsx.d.ts#L993-L998