Claas Augner

Results 341 comments of Claas Augner

For now, I can think of two solutions: 1. Read the `index.json` from https://developer.mozilla.org/ 2. Rewrite links to https://developer.mozilla.org (but this is tricky, because you might navigate back to the...

Here are updated numbers: ``` 461 "max-nesting-depth" 242 "no-descending-specificity" 176 "selector-max-compound-selectors" 114 "selector-no-qualifying-type" 40 "selector-max-id" 27 "a11y/selector-pseudo-class-focus" 22 "selector-pseudo-element-colon-notation" 14 "a11y/media-prefers-reduced-motion" 11 "declaration-property-value-disallowed-list" 7 "selector-class-pattern" 7 "property-no-vendor-prefix" 4 "no-invalid-position-at-import-rule" 3...

CSSRef is still the slowest macro, and it contributes about 3.5 minutes of build time to the English locale: ``` [en-us] Macro render report [en-us] name,count,min (ms),avg (ms),max (ms),sum (ms)...

@yoshinorin Sorry once again for the long wait. We haven't come to a decision with our designer, so it would be best to convert this into an issue, referencing this...

@674Y3r Could you please verify if the issue persists? I just checked in Firefox with the `about:config` settings that you provided, and the text of the examples appeared to be...

Duplicate of https://github.com/mdn/yari/issues/5804: > In the mean-time, we have addressed the readability of the BCD tables by using circles only for no support, unknown support and pre-release feature (see [here](https://developer.mozilla.org/en-US/docs/Web/API/Window#browser_compatibility)):

The Firefox team pointed me to https://github.com/mozilla/readability/blob/master/Readability.js, which is the underlying implementation that decides what elements to show. It could be that the `scroll` in the `table-scroll` class is causing...

FWIW Reverting https://github.com/mdn/yari/pull/5560 indeed makes the table re-appear in the Reader View, whereas just changing or removing the `table-scroll` class does not seem to do the trick. 🤔

Glad to hear it's working now! 🙂 > Would you like me to open a separate issue for this? I think this should be covered by https://github.com/mdn/yari/issues/3653, i.e. resolving that...

MDN Offline only offers a limited functionality, and redirecting from URLs without a locale is not supported. However, we can add the locale to the footer link here: https://github.com/mdn/yari/blob/52e41038cce87d2a35768d7c428727d819763315/client/src/ui/organisms/footer/index.tsx#L228-L230 @ExploreLearnMake...