Pit Wenkin
Pit Wenkin
According to https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types `first` and `last` are deprecated. They are also no longer listed on https://html.spec.whatwg.org/multipage/links.html#linkTypes A discussion about this can be found on https://stackoverflow.com/q/42841618/534883
**Describe the bug** Some (most/all) individual scores are listes twice in the detailed list. Sometimes even with different scores In the example: `RCVD_IN_PBL` is listed with `3.3`as well as `0`...
**Describe the bug** The popup with the detailed information is empty whenever I open it a second time. Regardless if it is the same message or a different one. Regardless...
``` main, aside { container: my-layout / inline-size; } ``` from https://www.w3.org/TR/css-contain-3/#container-queries is not recognized as valid. Returns `Property container doesn't exist. The closest matching property name is contain :...
``` @container my-layout (inline-size > 45em) { .media-object { grid-template: 'img content' auto / auto 1fr; } } ``` from https://www.w3.org/TR/css-contain-3/#container-queries is not recognized as valid