capricorn86 / happy-dom

A JavaScript implementation of a web browser without its graphical user interface
MIT License
3.08k stars 185 forks source link

feat: [#1431] Implement HTMLTimeElement #1432

Closed r-thomson closed 1 month ago

r-thomson commented 1 month ago

Implements the HTMLTimeElement type. Closes #1431

Please let me know if I’ve missed anything here

r-thomson commented 1 month ago

Not sure why tests are failing on this one, it looks unrelated to my changes (unless I'm missing something)

capricorn86 commented 1 month ago

Not sure why tests are failing on this one, it looks unrelated to my changes (unless I'm missing something)

There are some time based tests that are failing from time to time. They need to be fixed, but it has gotten less priority compared to other things.