Syed Umar Anis
Syed Umar Anis
Here is a very comprehensive answer on the question of ignoring ally warnings: https://stackoverflow.com/questions/77518443/disable-certain-a11y-warnings-globally-in-sveltekit/77518444#77518444
fixed for `svelte-lexical` package by 0db5b50
Sorry for the delayed response @ktecho Here is my view on the issue. We don't want to style the components out of the box (in the library itself) because often...
Hi @ktecho , The overall situation is much better now as I have implemented some of your suggestions. All toolbar and UI styling is now nested inside the `.svelte-lexical` class.
Hi @ktecho , In all three cases, the style is scoped to the component, so svelte should take care of applying scoping class to make it more specific. Wondering why...
Hi @ktecho , Styles cannot leak out of the component because svelte scopes it as shown below.  I believe what's happening is the style leaking in because you have...
> @umaranis if you have access to the Svelte discord: > > https://discord.com/channels/457912077277855764/1023340103071965194/threads/1199685510394814554 > > If not, what they told me is that `import`ing a CSS will make the style...
Yes, please submit a PR
Hi @ktecho , With the latest release, svelte-lexical is upgraded to svelte 4
HI @ktecho , Upgrade to sveltekit2 is blocked because of this issue with lexical https://github.com/facebook/lexical/issues/1707. You can find more details from the perspective of svelte-lexical here #68 There is still...