Results 12 issues of aschmitz

For example: ![child](https://raw.githubusercontent.com/twitter/twemoji/gh-pages/2/svg/1f9d2.svg) vs. ![boy](https://raw.githubusercontent.com/twitter/twemoji/gh-pages/2/svg/1f466.svg) vs. ![girl](https://raw.githubusercontent.com/twitter/twemoji/gh-pages/2/svg/1f467.svg) Note that the "Adult" (1F9D1) vs. "Man" (1F468) or "Woman" (1F469) is of a similar size (the "Man" face is larger than the...

artwork change

At a high level, there are two separate issues that are currently colliding: 1. We [almost] treat inline boxes (like ``s) as if they were separate words for wrapping purposes....

bug

Like #1545, this feels like a missing feature from the footnote spec (so perhaps I should be filing issues there / instead), but it doesn't seem to be possible to...

feature

I don't think this is particularly clearly specified in the spec, but it would be nice if there were a way to link from a `::footnote-call` site to the footnote...

feature
good first issue

I have a page with a footer including the page number and number of total pages, included via `content: counter(page)` and `content: counter(pages)`. It appears as though version 54.0b1 treats...

feature

WeasyPrint supports `` elements with `width` attributes, but not [other attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/col#deprecated_attributes) that have been deprecated and are no longer actually defined in HTML5 (although `width` is not either). The `align`...

feature

I'm running into a bit of an odd situation: I have a fixed-width `` that is floated to the left of another `` with a sufficient margin and fixed width....

bug

(Opening this as an issue rather than a PR to see if there's a reason for the existing behavior. If not, feel free to cherry-pick https://github.com/aschmitz/mastodon/commit/f866b860351e871b41b62ce8faff312c9b56c418 or I can open...

fit for beginners
suggestion

This is a *very* preliminary attempt at doing line breaking in WeasyPrint rather than using Pango to do line breaking. It can do very rudimentary HTML conversion, but is far...

If there are no public items in the collection, continues on to hidden items instead of breaking out of the loop entirely.