Dan Burzo

Results 131 comments of Dan Burzo

I think (although I haven't tested) `font-size: 0` is still broken on Android: http://codepen.io/stowball/details/LsICH A suggested workaround is to use a very small value -- e.g. 0.001px http://codepen.io/SelenIT/pen/HIika

@pageaffairs you'll also want to add a `width: 100%` to the parent in most cases.

@pageaffairs your current example does have a block level parent, but the `display:table` property affects how it computes its layout. If that was the case by default, the section in...

_(Moved from #911)_ — I think we should also include a mention of whether the Portal will take control of the DOM element it receives as `container` (and, consequently, it...

@kof do you mean placing the content of the `text/plain` clipboard entry into the `text/json` entry? In which I case a more general mechanism that can handle more common MIME...

Thanks for the report, it seems that something is not hooked up correctly when the HTML content comes via the standard input. Will investigate!

In the example from the first message, image URLs don’t use a file extension that allows us to identify the image format. In #178 I’ve made a change so that...

> I have a question: how can I modify the following command to bundle multiple web pages into one EPUB?Thanks! To bundle several pages fetched with an external tool (in...

Released as [`[email protected]`](https://github.com/danburzo/percollate/releases/tag/v4.2.3)

Converting from Oklch to Okhsl passes through sRGB as the base color space. The color `oklch(0.2 0.1 230)` is out of gamut for sRGB, and converting sRGB to Okhsl is...