Oliver Williams
Oliver Williams
Chrome 123 added support for import attributes. Chrome already supported CSS module scripts but used a now deprecated syntax. Now that CSS module scripts work with the up-to-date syntax it...
Outlook is changing its rendering engine so will support rounded corners in the future: https://mobile.twitter.com/HTeuMeuLeu/status/1527761298901057537
[This section of this article](https://developer.chrome.com/en/articles/declarative-shadow-dom/#parser-only) might answer that
Revisiting this. `innerHTML` doesn't play nicely with declarative shadow DOM. When you inject HTML containing `` into the page with `innerHTML`, it remains just a template, whereas it's meant to...
The documentation for all of this is currently pretty terrible so I wrote about it here: https://fullystacked.net/innerhtml-alternatives/
Was anybody from the Swift UI team or the Android team invited to comment on the specification?
gif format offers bad visual quality whereas mp4 offers good visual quality. Converting to gif and then to mp4 will work but is not the best way to go about...
> @o-t-w Strange! Could you DM me on Twitter with the file in question? Messaged you 👍
Microsoft publicly released three Figma files of their emoji. They make heavy use inner-shadow. I hope that is something COLRv2 can support. https://www.figma.com/community/file/1138254942249677742 https://www.figma.com/community/file/1138258900298544048 https://www.figma.com/community/file/1138260689105864626
Apologies if this represents a lack of understanding on my part. I know this event is perhaps exclusively meant for use with view transitions. Lets say somebody needs to inject...