wbamberg

Results 430 comments of wbamberg

I asked for this bug because in https://github.com/mdn/content/pull/10504#issuecomment-970624479, @estelle asked to keep `{{draft}}` for https://developer.mozilla.org/en-US/docs/Learn/Common_questions/HTML_features_for_accessibility. because the page needs updating. In a case like that I thought it would be...

For CSS functions, we should update the CSSSyntax macro so it can find the formal syntax for those. From a quick look I think this is a really simple change,...

I've filed https://github.com/mdn/mdn-community/discussions/175 to decide how to proceed wrt nonstandard properties. @najmiehsa , I think it would be best to wait until we have a resolution there.

I've taken a look at this, made a sheet listing all the pages under CSS that have the error message "Error: could not find syntax for this item": https://docs.google.com/spreadsheets/d/1tNRrwtG_Kx2JWROeTQhqVGKoJQxfHHxp8on0OtQXp9g/edit#gid=0 ....

## Nonstandard items For these items, according to the discussion in https://github.com/orgs/mdn/discussions/175, we should hardcode the formal syntax: https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-float-edge https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-force-broken-image-icon https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-image-region https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-orient https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-outline-radius https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-outline-radius-bottomleft https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-outline-radius-bottomright https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-outline-radius-topleft https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-outline-radius-topright https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-user-focus https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-user-input https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-border-before...

> Thanks, @wbamberg I continue with the [google doc](https://docs.google.com/spreadsheets/d/1tNRrwtG_Kx2JWROeTQhqVGKoJQxfHHxp8on0OtQXp9g/edit#gid=0) list and the second list mentioned here [#18780 (comment)](https://github.com/mdn/content/issues/18780#issuecomment-1213231721) Then I can check for any other instances that need an edit....

## Badly tagged pages (or other content-side problems) Badly tagged pages: https://developer.mozilla.org/en-US/docs/Web/CSS/align-tracks https://developer.mozilla.org/en-US/docs/Web/CSS/justify-tracks https://developer.mozilla.org/en-US/docs/Web/CSS/masonry-auto-flow https://developer.mozilla.org/en-US/docs/Web/CSS/padding-block https://developer.mozilla.org/en-US/docs/Web/CSS/padding-inline https://developer.mozilla.org/en-US/docs/Web/CSS/paint-order https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-thickness https://developer.mozilla.org/en-US/docs/Web/CSS/text-underline-offset ...these should be fixed by updating the pages with the...

## Syntax not in webref This includes the following syntaxes that aren't given in webref: https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/repeating-conic-gradient https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/repeating-linear-gradient https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/repeating-radial-gradient https://developer.mozilla.org/en-US/docs/Web/CSS/math-depth https://developer.mozilla.org/en-US/docs/Web/CSS/math-style https://developer.mozilla.org/en-US/docs/Web/CSS/minmax The `math-depth` and `math-style` properties are defined in the...

## Custom CSS property I forgot, there is one left over: https://developer.mozilla.org/en-US/docs/Web/CSS/--_star_ . I'm not sure this should be a CSS property page at all. It isn't describing a specific...

> I would prefer to only list functions in Webref that are defined as functions in CSS specs. We could complete the extracts with additional values though (provided we also...