jfkthame

Results 15 issues of jfkthame

The **text preparation algorithm** described in §4.12.5.1.4 of https://html.spec.whatwg.org/multipage/canvas.html#text-styles says: > 5. Form a hypothetical infinitely\-wide CSS line box containing a single inline box containing the text text, with its...

topic: canvas

I was surprised by the entry "you'v", added as one of the contractions in 6b8efd7d5053b68013e0193357a79011aa648ce2; as far as I'm aware this is not a normal or valid contraction in English....

The spec text for the [`font-variant` property](https://drafts.csswg.org/css-fonts-4/#font-variant-prop) says that it > is a shorthand for all font-variant subproperties and its value syntax *almost* reflects this. However, it does not include...

css-fonts-4
Agenda+

The [Conditional Rules level 5 spec](https://drafts.csswg.org/css-conditional-5/#at-supports-ext) extends `@supports` with new `font-tech()` and `font-format()` functions. In looking to implement these, a few minor questions have come up that I'd like to...

css-conditional-5

This will allow clients that handle cycles safely at rendering time to disable the OTS rejection. Motivated by https://bugzilla.mozilla.org/show_bug.cgi?id=1870240. (cc @drott)

It would be good to clarify how `text-wrap: balance` interacts with `line-clamp`. Specifically, when both balancing and clamping are requested, in which order do these effects operate? Does the block...

css-text-4
Agenda+

It's unclear to me from the current text at https://www.w3.org/TR/css-fonts-4/#font-face-src-loading exactly what a UA should do if the source referenced by a `@font-face` rule is a collection, but no fragment...

css-fonts-4
Needs Edits

The non-standard `-webkit-text-security` property exists in both webkit and blink, but does not seem to be mentioned in the compatibility standard. We've seen real-world webcompat issues because this property is...

At least according to the example seen on https://v-fonts.com/, the width axis seems to work backwards: it has a range from 0..100, but as the value of the axis is...

The [spec for the TextMetrics interface](https://html.spec.whatwg.org/multipage/canvas.html#textmetrics) does *not* include an `advances` attribute. This was proposed at some point in the past, but dropped due to lack of clarity on exactly...