shuppy

Results 88 issues of shuppy

example: U+03BB could be found in a search for “lam**b**da” if we were to extend our data model to allow us to store the Unicode_1_Name for that code point

enhancement

* named character sequences * https://www.unicode.org/reports/tr34/ * https://www.unicode.org/Public/14.0.0/ucd/NamedSequences.txt * standardized variation sequences * https://www.unicode.org/versions/Unicode14.0.0/ch23.pdf § 23.4 * https://www.unicode.org/Public/14.0.0/ucd/StandardizedVariants.txt * emoji variation sequences * https://www.unicode.org/reports/tr51/ * https://www.unicode.org/Public/14.0.0/ucd/emoji/emoji-variation-sequences.txt * ideographic variation sequences?...

(and something for mobile?)

* http://wpt.live/compat/webkit-text-fill-color-property-002.html * http://wpt.live/compat/webkit-text-fill-color-property-003.html The tests are currently incorrect because ‘-webkit-text-fill-color’ is not applicable to highlight pseudos like ::selection (w3c/csswg-drafts#7580). If the property was made applicable, webkit-text-fill-property-002 would still be...

https://drafts.csswg.org/css-pseudo-4/#highlight-styling > The following properties apply to the highlight pseudo-elements: > * […] > * [text-decoration](https://drafts.csswg.org/css-text-decor-4/#propdef-text-decoration) and its associated properties > * [text-shadow](https://drafts.csswg.org/css-text-decor-4/#propdef-text-shadow) > * […] The current spec text...

css-pseudo-4
i18n-tracker
Needs Review of Proposed Text

* https://drafts.csswg.org/css-pseudo-4/#highlight-pseudos * https://drafts.csswg.org/css-highlight-api-1/#default-styles ### ~~Problem 1: UA default highlight colors~~ **(this problem turned out to effectively be the same as #6774)** ~~If I understand conventional behaviour and [#highlight-ua-styles](https://drafts.csswg.org/css-pseudo-4/#highlight-ua-styles) correctly,...

css-pseudo-4
Needs Review of Proposed Text
css-highlight-api-1

This patch updates the pp calculations in osuplus to use [Francesco149/ojsama](https://github.com/Francesco149/ojsama), which is more up to date than osuck, but not up to date with the [most recent pp changes](https://osu.ppy.sh/home/news/2021-11-09-performance-points-star-rating-updates)....

``` ▶ FAIL [expected TIMEOUT] b'/html/canvas/element/manual/drawing-text-to-the-canvas/canvas.2d.disconnected.html' │ → /html/canvas/element/manual/drawing-text-to-the-canvas/canvas.2d.disconnected.html ['8234e070bef85536b8ff2b855e415c3eed4f7451'] │ → /html/canvas/element/manual/drawing-text-to-the-canvas/canvas.2d.disconnected-ref.html ['bacc1b9885647e3e841f2f21c6844807d370c03a'] └ → Screenshot is solid color 0xFFFFFF for /html/canvas/element/manual/drawing-text-to-the-canvas/canvas.2d.disconnected.html ``` * https://github.com/servo/servo/actions/runs/3880848273/jobs/6619758251 (#29198) * https://github.com/servo/servo/actions/runs/3880848333/jobs/6619755101 (#29201)

I-intermittent