-
### Discussed in https://github.com/AlaskaAirlines/WC-Generator/discussions/495
Originally posted by **blackfalcon** February 5, 2024
Alaska has invested into a series of a11y testing tools f…
-
### Describe the bug
Using a webcomponent renderer, the source code on Canvas/Source block is not correctly generated.
The component is correctly rendered but the source code only shows an empty h…
-
# 🐛 bug report
## Preflight Checklist
- [x] I have read the
[Contributing Guidelines](https://github.com/codesandbox/codesandbox-client/blob/master/CONTRIBUTING.md)
for this pr…
-
I had the idea to store the LitElement tag name as literal (as static member of the class) and refer to it in the decorator, _HTMLElementTagNameMap_, query selectors, ...
But it turns out web-compon…
-
This should provide better integration with [lit-html'(https://github.com/Polymer/lit-html)s `shady-render` functionality. Currently, @apply will not correctly track properties when `prepareTemplate` …
-
### Which package(s) are affected?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Description
If you pass through both the CSS property but using both kebab-case and a camelCase, th…
-
Hi,
This is a very edge case. I am mainly reporting it in the hope that it could possibly hide a bigger problem.
Basically, is the package name in package.json has the same name as the directory t…
-
Hi there!
I was just about to use the PermissionController to be able to work with the geolocations or to display the UI in a slightly different way depending on the state. I'm not sure if I'm doi…
-
Currently imports inline module scripts are not resolved:
```
import { html } from 'lit-html';
```
-
I have implemented a radio-group with sd-radio components inside:
```
Apple (442)
Insignia™ (746)
...
```
I get the following javascript error …