You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@fiji-flo Could this be fixed by adding css/functions.json to MDNDataFiles, and using the mdn_url from there? I guess the current color-mix() entry comes from css/syntaxes.json, which doesn't have mdn_url context.
What information was incorrect, unhelpful, or incomplete?
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference#index, created with a macro call to
{{css_ref}}
lists pages as missing even though they are documented.color-mix(), ::cue, :has, :is, layer, :where(), and many other pages in red do exist
some are in subdirectories (https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color-mix, https://developer.mozilla.org/en-US/docs/Web/CSS/@import/layer_function)
others have parenthesis that aren't in the slug (https://developer.mozilla.org/en-US/docs/Web/CSS/:has, https://developer.mozilla.org/en-US/docs/Web/CSS/:is, https://developer.mozilla.org/en-US/docs/Web/CSS/:where)
What did you expect to see?
blue links
Do you have any supporting links, references, or citations?
see above comments
Do you have anything more you want to share?
https://github.com/mdn/rari/blob/main/crates/rari-doc/src/templ/templs/css_ref.rs
The text was updated successfully, but these errors were encountered: