Vadim Makeev

Results 264 comments of Vadim Makeev

Да, стоит это сделать по примеру того, как в словаре терминов приводятся примеры употребления

Например, по аналогии с соответствующими свойствами, чтобы было понятнее их отношение.

Думаю можно смело заводить ПР со словарной статьёй и уже там обсуждать варианты.

FYI, I’m trying to [build something similar](https://github.com/11ty/eleventy/discussions/2388) with PostCSS, but using built-in dev server and addExtension. It still doesn’t work the way it supposed to, but I think I’m close...

It happened to me as well 😔 I got an error that wasn’t helpful. Tabs in the front matter caused it (indent before `title`): ``` --- eleventyComputed: title: '{{ global.title...

We could fix some of them: - Strip HTML from `` - Add some email But I guess not all of them: we need `` for videos and `` **is**...

@mathiasbynens, good point, I thought it’s required

Yep, but still. Could be included to soon-to-be-created “clean up `my.opera.com/*` links” task.

@SakshiShreya I checked the demo ([source](https://github.com/mdn/web-components-examples/tree/main/slotchange), [live](https://mdn.github.io/web-components-examples/slotchange/)) and it works the same way and with no errors in both cases: 1. `this.shadowRoot.querySelectorAll('slot')` 2. `shadowRoot.querySelectorAll('slot')` Could you show the steps to...