-
### 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…
atjn updated
2 months ago
-
## I expect
- application/x-www-form-urlencoded is a media type
- IANA registration points to https://url.spec.whatwg.org/#application/x-www-form-urlencoded
-
`throw Error();` could be improved with some message for devs, like "I couldn't encode the char XX because of the mapping wasn't found"
I'm getting into that line with `codePoint = 8706` and mode not…
-
Why does this have serifs
-
https://fetch.spec.whatwg.org/#http-network-or-cache-fetch 18
> Modify httpRequest’s header list per HTTP.
It is unclear what "list per HTTP" means?
ronag updated
3 years ago
-
When opening a new connection, should port blocking be consulted? Otherwise `Alt-Svc` and maybe other features can be used to circumvent it.
cc @whatwg/security
-
Based on feedback from @annevk.
In order handle decisions such as XFO/CSP decisions that should depend on it.
https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate
-
CORS is defined by https://fetch.spec.whatwg.org/. The TR/cors/ copy is misleading and doesn't reflect what's implemented.
-
`var target = new EventTarget()`
https://dom.spec.whatwg.org/#dom-eventtarget-eventtarget
-
This has been deprecated as per latest chrome (36).
See more here http://dom.spec.whatwg.org/#dom-range-detach
Not sure if it has a negative effect, but worth looking into.