Jean-Yves Moyen

Results 290 comments of Jean-Yves Moyen

Hi @jrpool, thanks for the message. --- Why we flag it? The initial value of `line-height` is `normal`, which result in a used value generally around 1.2, which is below...

Hi, R73 is not about clipping text, it checks the following bit of 1.4.8: > For the visual presentation of [blocks of text](https://www.w3.org/TR/WCAG/#dfn-blocks-of-text), a [mechanism](https://www.w3.org/TR/WCAG/#dfn-mechanism) is available to achieve the...

Apparently, this seems to be valid syntax only in TS 4.7 and API extractor is still using 4.6 😕

Still on TS 4.7 syntax, I'm also running in troubles when trying to use [variance annotation](https://github.com/microsoft/TypeScript/pull/48240). ```typescript export declare class Calculation { static of(): Calculation; } ``` gives me ```...

TS has been updated to 4.7 in [API extractor 7.29](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md#7290), and I'm not seeing these problems anymore 🎉 I'm closing the issue ✔️

Summoning @carlosapaduarte and @WilcoFiers to continue the discussion on actionable element.

@WilcoFiers good catch on the presence of repeated content. That was lost in various iterations… This lead me to make a composite rule with one atomic checking for repeated content...

> @Jym77 @carlosapaduarte, > > What are your thoughts on adding this into the agenda items, if @bobbytung and @JediLin are able to join? Yes, definitely.