Vadim Makeev

Results 77 issues of Vadim Makeev

### Proposal It’s not always convenient to link to certain MDN parts or resources. For example, I can text a link to [web.dev/learn](http://web.dev/learn) to a friend in any state of...

p2
proposal
involves: Product

These are boolean attributes, as referenced in the spec: - [nomodule](https://html.spec.whatwg.org/multipage/scripting.html#attr-script-nomodule) - [playsinline](https://html.spec.whatwg.org/multipage/media.html#attr-video-playsinline) Otherwise, they won’t collapse, as rendered by [online version](https://terser.org/html-minifier-terser/): ```html ```

### Summary It’s easy to end up with a trailing double slash when copy-pasting URL parts. And it stops demos from loading. ### URL https://developer.mozilla.org//en-US/docs/Learn/CSS/Building_blocks/Values_and_units#frame_line_height_units ### Reproduction steps 1. Go...

🐛 bug
p1
effort: small
cloud-function

### Description Adds example for `return_call`, tail call version of the `call`. I took it [from the explainer](https://github.com/WebAssembly/tail-call/blob/main/proposals/tail-call/Overview.md#examples). But there’s a catch: the playground shows an error when I try...

Content:WASM
idle
needs infra

Привет! Как я этого добился: 1. Захожу на главную 2. Соглашаюсь с куками 3. Теряю меню https://user-images.githubusercontent.com/105274/220922149-81f56be9-fb99-4b1b-8d1f-270f92213b48.MOV Его конечно можно вернуть, если покрутить страницу, но это кажется лишним мучением Это...

ошибка
вёрстка
дизайн

- Размер картинок 503х273 вместо 1200х630 - Куда-то пропала нижняя часть ![](https://doka.guide/html/images/covers/og.png) https://doka.guide/html/images/covers/og.png ![](https://doka.guide/tools/images/covers/og.png) https://doka.guide/tools/images/covers/og.png

ошибка
кухня

When I’m running it both from `Cmd Shift P` menu or using `Ctrl Alt H` shortcut I’m getting the following error: ``` [Hipster Ipsum: Exception: 'MockRequest' object has no attribute...

## Acceptance Criteria - [x] The listed features are documented sufficiently on MDN - [x] BCD is updated - [ ] Interactive example and data repos are updated if appropriate...

Content:CSS
Firefox 126

## Acceptance criteria - [x] The listed features are documented sufficiently on MDN - [x] BCD is updated - [x] Interactive example and data repos are updated if appropriate -...

Content:CSS
Content:WebAPI
Firefox 126

``` @mixin breakpoint($point) { @if $point == 2x { @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { @content; } } }...

bug