-
In [Mozilla bug 1917071](https://bugzilla.mozilla.org/show_bug.cgi?id=1917071) we came across a case where Gecko is firing transitions as a result of calling `commitStyles`.
Specifically, for the f…
-
Just did a build and deployed the solution and added the control as described. Unfortunately nothing happens (no rendering) Do you have a reference solution built to check if i made a mistake?
-
There seems to be some confusion/ergonomic issues with `no-inline-styles` rule.
While I agree that inline styles should be avoided where possible, sometimes they are necessary to accomplish certain…
-
## Is your feature request related to a problem? Please describe
In Media & Text block user can resize the image but it uses inline styles for styling:
```html
```
Like in any other blocks …
-
Hi !
Your package is the only one that work great for me.
I just want to know if it's possible to avoid "beautify" inline JS and inline CSS included in `` and `` tag.
If not, can you please, make it p…
-
**What is the current behavior? Describe the bug**
Applying format in init_instance_callback with Inline Editor causes extra element and thus a newly initialized editor with no content to have height…
-
Hi,
I had text within an HTML table cell that was styled using a `` element. None of these styles were being parsed through to the phpWord DOM.
I got them working by introducing a `` node type in th…
-
What works:
- Recharts allows customizing the styles for all components by passing in inline styles to appropriate properties. https://github.com/recharts/recharts/issues/574
- Developers can also o…
-
```
getElementSizeStyle leaves height and width inline styles on elements, which
overrides the default for both styles in elements (auto).
Here's the suggested patched getElementSizeStyles
getElemen…
-
Could we consider decoupling `` and `style="..."` usage in `style-src 'unsafe-inline'` CSP setup?
The rationale is that as far as I am aware `style="..."` has no modern security issues in CSP support…