Jens Oliver Meiert

Results 61 issues of Jens Oliver Meiert

Regarding [“Disallow too many floats”](https://github.com/CSSLint/csslint/wiki/Disallow-too-many-floats), could you expand on “too many” and add data? (At the moment and from my perspective, the rule seems so weak as to better be...

[“Disallow universal selector”](https://github.com/CSSLint/csslint/wiki/Disallow-universal-selector) touches on a valid but practically irrelevant point (intentionally phrased strongly :): yes, universal selectors have an impact on performance, but no, this impact is too small...

[“Disallow `!important`”](https://github.com/CSSLint/csslint/wiki/Disallow-%21important) outright bans a [critical part of the CSS cascade](https://www.w3.org/TR/CSS22/cascade.html#important-rules); [there’s nothing wrong with `!important`](https://meiert.com/en/blog/important/)—just because the occasional developer struggles putting `!important` to good use seems to be a...

[“Disallow IDs in selectors”](https://github.com/CSSLint/csslint/wiki/Disallow-IDs-in-selectors) outright bans a [critical part of the CSS cascade](https://www.w3.org/TR/CSS22/cascade.html#specificity). There’s nothing wrong with IDs (wrong use is not an argument, as everything can be used wrongly...

[“Disallow negative text indent”](https://github.com/CSSLint/csslint/wiki/Disallow-negative-text-indent) doesn’t seem to provide strong reasons not to use an “outdent” (there are some good points but nothing so strong as to warrant an outright ban)....

[“Disallow adjoining classes”](https://github.com/CSSLint/csslint/wiki/Disallow-adjoining-classes) doesn’t seem to provide any strong reasons against combining classes; the only such reason, lack of support, has practically speaking long fallen away as pretty much no...

After it was unclear whether Merlin is still being worked on (cf. #18), I continued work on it with [Imagemin Guard](https://github.com/j9t/imagemin-guard). Imagemin Guard is up-to-date and includes some new features,...

URL being validated or code to reproduce error: ``` rel ``` Expected result: The validator returns an error for `rel` on `pre`. Actual result: No errors or warnings. Rationale: I...

The site recommends [just the `pre` element](https://whatthetag.com/#/read-only/code) for computer code. More appropriate would be the `pre` element together with the `code` element, that is, `[]`. See the HTML specification for...

(Exploratory defensive optimization using ImageOptim: “Saved 74 KB out of 5.4 MB. 4.5% per file on average (up to 96.2%)”) Signed-off-by: Jens Oliver Meiert

performance