A little Saturday #webPlatformTests writing session going on over here:
- https://github.com/web-platform-tests/wpt/pull/47440
- https://github.com/web-platform-tests/wpt/pull/47441

That second one's a little spicy with both unspec'd behavior based on mixed implementation and "tentative" tests for things no browser has started to support yet. 😁

#testTheWebForward

Ensure :part(...):disabled works alone and in grouped selectors by Westbrook · Pull Request #47440 · web-platform-tests/wpt

::part(button):disabled should be a valid selector that can apply rules when associated custom elements are configured corrected selector groups including matched ::part(...):disabled selectors do ...

GitHub

Initial PR to #webPlatformTests to ensure that #elementInternals behaves the same x-browser in response to the above: https://github.com/web-platform-tests/wpt/pull/47233

How have you worked to make the web a better place today?

#testTheWebForward #customElements

Confirm that roles set via Element Internals are published correctly by Westbrook · Pull Request #47233 · web-platform-tests/wpt

add testing for the application of ALL roles in https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles included roles that require a specific parent/child relationship currently all ...

GitHub

Cross browser support for delivering content from _native DOM element_ to the accessibility tree is... INTERESTINGLY lumpy.

How's getting #a11y testing into #webPlatformTests coming along?

#webDev #testing #itWorksHow?

📢 Breakouts Day 2024: session for web #developers on web-features, baseline and #compatibility data

🗓️ Join us tomorrow, 12 March, 14:00-15:00 UTC

In this session, @tidoust, @patrickbrosset and @kadirtopal provide updates regarding the web-features project, utilizing it to contribute to the standardization process, along with supplementary data, tooling and visualizations to make web-features a powerful tool for standards bodies.

cc @MDN #caniuse #WebPlatformTests

▶️ https://www.w3.org/2024/03/breakouts-day-2024/#b-9e7690a7-cd77-4192-ab60-337243f9b70a

W3C Breakouts Day 2024

New post: “My First Web Platform Tests”

https://blog.kizu.dev/my-first-web-platform-tests/

I wanted to start contributing to the #WebPlatformTests for a while, and a few weeks ago I finally got to read the documentation and push my first commit there, with another one following suit today.

I found it easy in some ways and hard in others, so I decided to share what I had to do in order to contribute, along with some links you might find helpful.

My First Web Platform Tests

I wanted to start contributing to the Web Platform Tests for a while, and a few weeks ago I finally got to read the documentation and push my first commit there, with another one following suit today.