Zearin
Zearin
I am trying WebC for the first time. I’m trying it out in a project that uses Pug, if that matters. I’m not converting all Pug templates—just a few small...
I’m brand new to WebC, and I just tested out whether I could get it to work in an existing project. I was able to get it to work with...
## TL;DR A WebC component that can optionally contain itself (much like a `ul` can contain other `ul`s) is not generating the nested elements correctly. Since the docs state that...
Adds a test to address Issue #179. According to [the WebC docs](https://www.11ty.dev/docs/languages/webc/#webcfor-loops) `webc:for`: > …works with Objects and any Iterable (String, Array, Map, Set, etc). ---- Currently a draft, as...
I’m trying to loop over some data in a WebC component. After struggling on and off for a few weeks, I remembered that I could set breakpoints in VSCode and...
**DISCLAIMER:** This is the sort of thing that I have only a broad, surface-level understanding of. Please excuse me if I'm barking up the wrong tree. 😉 ---- Ever since...
I keep reading the [WebC Language Reference](https://www.11ty.dev/docs/languages/webc/), but I can’t seem to grok how to do certain things in WebC that I’ve been doing with event handlers (particularly on [`pointermove`](https://developer.mozilla.org/en-US/docs/Web/API/Element/pointermove_event)...
The official docs have used the prefix in examples for years. According to the NodeJS docs for [Modules (§Core Modules)](https://nodejs.org/dist/latest-v18.x/docs/api/modules.html#core-modules), the `node:` “protocol” was added in: - NodeJS **v16.0.0** (initial...
Like anything else, H5BP doesn’t stand still! If you want people to use this skeleton, reassure them that it’s up-to-date and includes the latest work from the canonical H5BP repo.
- Modernize variable declarations - Add sentence to emphasize the code samples are showing API differences (which is surprisingly easy to miss when casually scanning the README) - Minor formatting...