-
### Description
Scrollend tells developers when a scroll has completed (including both the scroll itself and any updates to offsets from the scroll) through event listeners. Knowing when a scroll has…
-
As discussed in https://github.com/web-platform-tests/wpt/pull/45161 and prior to that in https://github.com/web-platform-tests/wpt/pull/7644 and elsewhere there's minimum viewport size assumptions. A…
-
I guess it is within our charter to deal with the BSF chart, but I assume that that also might include things related to it: For example, making that chart itself more understandable by linking an 'un…
-
For example visit here, click download > gpx
https://www.thecrag.com/en/climbing/united-states/ralph-stover-state-park
get data like this:
```
Area: The Practice Face
```
-
This issue can track how we can eventually set up automated runs of WPT and extract results periodically. There's a [Node wrapper for the API](https://github.com/marcelduran/webpagetest-api) that look…
-
### Description
If I am writing a document, I would like my `` elements to be the same color as my text. I can apply the following CSS to ensure that always happens:
```css
hr {
color: inher…
-
I've been working on upgrading the Web Platform Tests in PR #54468, but I'm running into an issue with the WebCryptoAPI tests failing. After investigating, I found that I could reproduce the problem i…
-
There are a bunch of specifications which might be promoted to be in the Official Definition section.
# [Media Queries 4](https://www.w3.org/TR/mediaqueries-4/)
Current status: CRD (last publish…
-
The spec uses StructuredSerializeWithTransfer in the [writeEncodedData algorithm](https://w3c.github.io/webrtc-encoded-transform/#abstract-opdef-writeencodeddata) but it does not define the [transfer …
-
## [`Element.requestFullscreen()`](https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullscreen) returns `Promise`
[Source](https://github.com/rust-windowing/winit/blob/fc046add78f676…