-
tinyMCE webcomponent is a great piece of work. But it only partially work in a lit-html environement. Events are not fired. Is there a way around it ?
-
# Description
In this article, it mentions that 'lit-html' includes XSS-prevention. That's what lead me to this library.
https://benfrain.com/html-templating-with-vanilla-javascript-es2015-templat…
-
We have several use cases for "attribute templates". These are templates that contain attribute-position bindings like attributes, properties, boolean attributes and other element bindings, but don't …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Some frameworks, like lit, use template strings to define HTML and CSS. For example:
```javascript
const element = html`This is my new custom element!`
```
Wondering what it would take to add su…
-
dep #145
- replace html template `my-element-v1`
- copy state, cssstate, attr, prop
other:
- lit: https://github.com/lit/lit/issues/3627
- react: http://www.ayqy.net/blog/fast-refresh-unde…
-
### What happened?
Hi,
I'm using `html-minifier-terser` to handle HTML template literal, and define each template source using `html` as keyword. For some reason, I have to define customer col se…
-
## Expected behavior
I expect tests that passes on Chrome and Chromium version 127 to also work with Chrome and Chromium 128.
## Actual Behavior
Running the same tests after upgrading Chrome …
-
🌈 Feature
lit-html template example:
```js
html`
Hello world
`
```
This has been requested already in #3562, closed in #3564 and reverted on the same day in 56fe4db4398517277c31e4889f290edf…
-
Lit elements/HTML markup is not currently minified in the prod build.
See https://lit.dev/docs/tools/production/#preparing-code-for-production
https://github.com/terser/terser/issues/951