-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New feature: CSS Typed Object Model (CSS Typed OM) #4164
Comments
This has now landed in Chrome 66, would be nice to see it on caniuse.com Until then, we have: https://ishoudinireadyyet.com/ (https://github.com/surma/ishoudinireadyyet.com) |
Safari TP 145 https://webkit.org/blog/12629/release-notes-for-safari-technology-preview-145/:
=>
|
https://webkit.org/blog/13686/release-notes-for-safari-technology-preview-161/:
|
https://developer.apple.com/documentation/safari-release-notes/safari-16_4-release-notes:
|
There's no blockers on Firefox other than time and resources now https://bugzilla.mozilla.org/show_bug.cgi?id=1278697#c10 |
Is it this one https://developer.mozilla.org/en-US/docs/Web/API/CSS_Typed_OM_API? Then it's technically already on caniuse, via MDN 🎉 |
? |
Following how MDN decided to split in in their support tables: =>
But I still think a singular entry by caniuse itself encompassing all of this would be beneficial, giving viewers a table to quickly comprehend the support. |
if |
Specification: https://drafts.css-houdini.org/css-typed-om/
Polyfill: https://github.com/jonathantneal/css-typed-om
Browser Support:
I found out about this feature through the Google Developers article Working with the new CSS Typed Object Model.
The text was updated successfully, but these errors were encountered: