a11delavar

Results 7 issues of a11delavar

### Which package is this a feature request for? Task (@lit-labs/task) ### Description I find myself not using lit's `Task` in most cases because there is no way of rendering...

### Is your feature request related to a problem? Cascading menu: it is described in Material spec [here](https://material.io/components/menus#dropdown-menu) under "Cascading menu (Desktop only)". ![image](https://user-images.githubusercontent.com/38350963/133232326-33d2f4a8-b493-496b-b448-8441d2f15949.png) ### Describe the solution you've considered...

Type: Feature
Focus Area: Components

Hello! I'm using the `minify-html-literals-loader` in my webpack setup, and basically it throws an error only if I use `unsafeCSS` inside the styles e.g. ```ts return css` :host([type=${unsafeCSS(SomeType.One)}]) { color:...

Consider the scenario with the following `style` directive: ![image](https://user-images.githubusercontent.com/38350963/187404348-27f9c4a9-98a6-47e7-b0b0-82e3662f9fde.png) If lit-plugin is activated, VS Code's TypeScript Intellisense breaks ***only when the directive is used on the element part*** (The TS...

I was creating some custom elements from a generic base class using LitElement and came to some odd problems where the analyzer didn't type-check generic-related properties. A simplified version of...

This PR makes observer controllers not to initialize the observers when the constructor is called in SSR environment, preventing a crash in SSR environment. Fixes #4590. The `isServer` check being...

### Which package(s) are affected? Observers (@lit-labs/observers) ### Description All observer controllers crash when used in SSR as their constructors don't count on the fact that the window object is...