WebReflection / linkedom

A triple-linked lists based DOM implementation.
https://webreflection.medium.com/linkedom-a-jsdom-alternative-53dd8f699311
ISC License
1.66k stars 80 forks source link

Add `HTMLMetaElement.content` #183

Closed regseb closed 1 year ago

regseb commented 1 year ago

Hi,

The HTMLMetaElement class has a content property that returns the value of the content attribute. This property isn't present in meta-element.js.

WebReflection commented 1 year ago

pleas file a PR, thanks! There are examples on how to implement getters to any class and how to register classes too, if you need any guidance, I'd be happy to help.

regseb commented 1 year ago

This issue has been fixed with PR https://github.com/WebReflection/linkedom/pull/192 (https://github.com/WebReflection/linkedom/issues/191).