Email or username:

Password:

Forgot your password?
7 posts total
Patrick Brosset

The official results from the State of HTML 2024 survey are now live: 2024.stateofhtml.com/en-US
including a conclusion from yours truly.

The State of HTML logo
Patrick Brosset

Looking at the State of CSS 2024 results. Anchor positioning came out first in the "CSS features you can't use yet" question.

I agree! We can't get this soon enough to get rid of complex and costly tooltip positioning JS code. And, we can all help by applying some pressure!

Firefox implementation bug: bugzilla.mozilla.org/show_bug.
Safari implementation bugs (couldn't find just one parent bug): bugs.webkit.org/buglist.cgi?qu

Vote. CC yourself. Add comments to let your use cases known.

Looking at the State of CSS 2024 results. Anchor positioning came out first in the "CSS features you can't use yet" question.

I agree! We can't get this soon enough to get rid of complex and costly tooltip positioning JS code. And, we can all help by applying some pressure!

Firefox implementation bug: bugzilla.mozilla.org/show_bug.
Safari implementation bugs (couldn't find just one parent bug): bugs.webkit.org/buglist.cgi?qu

Patrick Brosset

Today is the LAST day to submit proposals for the Interop 2025 project.

But also, it's a great time to review the existing proposals and upvote the ones you care about!

Unleash your thumbs-up emojis at:
github.com/web-platform-tests/

W3C Developers

Hear, hear!
@patrickbrosset 👍 👍 👍 !
📢 Submit your ideas for features to become part of the Interop 2025 effort!
▶️ github.com/web-platform-tests/

Patrick Brosset

The Interop 2025 project is now accepting focus area proposals.

Know of areas of the web platform that could use a boost from the Interop project next year? Submit it at github.com/web-platform-tests/

Want to see what others have proposed, and +1 them? Review the list at github.com/web-platform-tests/

And for more information, read our blog post: blogs.windows.com/msedgedev/20

The Interop 2025 project is now accepting focus area proposals.

Know of areas of the web platform that could use a boost from the Interop project next year? Submit it at github.com/web-platform-tests/

Want to see what others have proposed, and +1 them? Review the list at github.com/web-platform-tests/

W3C Developers

📢 Submit your ideas for features to become part of the Interop 2025 effort!
▶️ github.com/web-platform-tests/

⌛ Interop 2025 is open for proposals until Oct 9th, 2024

If you need some inspiration, check out the Interop 2024 dashboard, which displays feature details, required tasks, and the current scores for each browser.

Interop 2024 dashboard displaying the number of stable features (87 interop and 12 investigations) as of 2 Oct. 2024.
Current scores for each browser: Chrome Canary = 99, Edge Dev = 98, Firefox Nightly = 93 and Safary Technology Preview = 95
Patrick Brosset

🌟 We now have an RSS feed 🌟

You can now subscribe to our web platform release notes at
web-platform-dx.github.io/web-

Thank you @azu_re for contributing that very useful feature.

skryking

@patrickbrosset Nice content. I very much appreciated it, but for some reason the way the paragraphs are broken up made the continuity of thought flow funny. It might just be me though.

Patrick Brosset

Starting with version 128, Chrome and Edge now have an implementation of document.caretPositionFromPoint!

Docs: developer.mozilla.org/en-US/do

Very useful for web text editors, especially when working with Shadow DOM.
This was one of the most requested Chromium features, and was proposed for Interop 24 (sadly not accepted).

We only need Safari now for it to become Baseline!

Go Up