Sven Burkert

Results 32 issues of Sven Burkert

There's a problem with function "moveImportsToTop": If it converts following CSS: ```css @charset "UTF-8";@import url(//fast.fonts.net/t/1.css?apiType=...);.aa{display:block} ``` The resulting (invalid) CSS is this: ```css @import url(//fast.fonts.net/t/1.css?apiType=...);@charset "UTF-8".aa{display:block} ``` This is invalid:...

The attribute "intrinsicsize" seems to be deprecated, see e.g. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img And the HTML validator says: `Error: Attribute intrinsicsize not allowed on element img at this point.` Also, when I fully...

task

# Pull Request ## Related Issues * Fixes #930 ## Prerequisites * [x] Changes have been tested on TYPO3 v9.5 LTS * [x] Changes have been tested on TYPO3 v10.4...

needs work

For the carousel, you should better use the default bootstrap styles, instead of heavily enhance them. Now, the CSS styles are a little bit "unclean", e.g. for carousel controls: CSS...

bug
need feedback

In some templates there's no main tag, e.g. in "Default" or "DefaultClean", it only exists in templates with more than one column. This tag is important e.g. for screen readers...

needs work

In the security ViewHelper (v:security.allow or v:security.deny) the subgroups of backend user groups aren't considered. E.g. when using this ViewHelper in Fluid... ```html ``` ...the ViewHelper should not only check...

**Current Behavior** I'm not able to move my configuration from configuration records to Page TSconfig. **Expected behavior/output** Configuration is possible in Page TSconfig, like it is possible with configuration records....

Bug
TYPO3v11
v11.x
v12.x
TYPO3v12

# Bug Report ## Prerequisites * [x] Can you reproduce the problem on TYPO3 v11.5 LTS * [x] Can you reproduce the problem on TYPO3 v12.4 LTS * [x] Did...

bug

# Bug Report ## Prerequisites * [ ] Can you reproduce the problem on TYPO3 v11.5 LTS * [x] Can you reproduce the problem on TYPO3 v12.4 LTS * [x]...

bug

# Bug Report ## Prerequisites * [ ] Can you reproduce the problem on TYPO3 v11.5 LTS * [x] Can you reproduce the problem on TYPO3 v12.4 LTS * [x]...

bug