Waldir Pimenta

Results 319 issues of Waldir Pimenta

and whether there's something we'd want to adopt/adapt. [https://chalarangelo.github.io/mini.css/table.html](https://htmlpreview.github.io/?https://github.com/Chalarangelo/mini.css/blob/master/docs/v2/table.html) ([project home page](https://htmlpreview.github.io/?https://github.com/Chalarangelo/mini.css/blob/master/docs/v2/index.html))

Currently the [bookmarklet](https://github.com/waldyrious/downstyler/blob/63c2be057f1e8d649be1c4bddd33d7e2667a87e8/index.xhtml#L52-L62) removes all styles from the page and dynamically adds the `downstyler.css` stylesheet, which can take a second or two to load / apply, resulting in the dreaded...

[Water.css](https://watercss.kognise.dev) has a similar bookmarklet called "Waterize". [The code](https://github.com/kognise/water.css/blob/d950cbc9f8607521587fae1aa523f85e25f8396f/bookmarklet/original.js) seems to be similar to [Dowstyler's bookmarklet](https://github.com/waldyrious/downstyler/blob/63c2be057f1e8d649be1c4bddd33d7e2667a87e8/index.xhtml#L52-L62), but it's a little more complex and does more things. For starters, it doesn't...

As originally mentioned in #41. Since then, [::selection](https://caniuse.com/#feat=css-selection) became supported in the major browsers (e.g. it became unprefixed in Firefox in v62, released on 5 Sep 2018), so it should...

We [already do this](https://github.com/waldyrious/downstyler/blob/7e392d2cdb341f180a9c2156e5986a7144025fb8/downstyler.css#L67) for `img[class*="emoji"][src$=".svg"]`. Example in the wild: https://twobithistory.org/2020/06/28/rest.html

Especially the [small images](https://github.com/waldyrious/downstyler/blob/7e392d2cdb341f180a9c2156e5986a7144025fb8/downstyler.css#L66-L68) ones. Reference: - https://developer.mozilla.org/en-US/docs/Web/CSS/:is - https://developer.mozilla.org/en-US/docs/Web/CSS/:where

Kind of a text-specific margin. Should not affect other layout items. I wonder if one of the possible `display` values could work for this.

enhancement
question

CSS has been recommended as an alternative to `align` attributes in `img` tags for a while now, so it would make sense to recognize (heuristically) cases where such styles have...

Since the goal is to ensure a certain number of characters per line, `ch` units should work better than `em`. From [7 CSS Units You Might Not Know About](https://webdesign.tutsplus.com/articles/7-css-units-you-might-not-know-about--cms-22573): >...

text-size

The text seems to be way bigger than non-monospaced text. Using normal units appears to provide the correct proportions. This is likely a known bug.

bug
question
text-size