-
Notifications
You must be signed in to change notification settings - Fork 141
U - Fix CSS linter errors: data.constituent_properties errors #3323
Comments
According to the spreadsheet there are 58 pages that generate this error. However, this includes prefixed properties, some of which we might want to archive. So, as in all these stories, it makes sense to work on the unprefixed properties first, while we work out which prefixed ones we might want to archive. In effect this error is because in the recipe defining the structure and content for CSS shorthand property pages (https://github.com/mdn/stumptown-content/blob/master/recipes/css-shorthand-property.yaml) we have introduced a new mandatory section. The section is named The section is placed after the interactive example and before the "Syntax" section. I've made an example here: https://wiki.developer.mozilla.org/en-US/docs/User:wbamberg/shorthand-property#Constituent_properties of what it might look like. |
@wbamberg these are all done except for:
Do you want me to leave this open, or close and record the stragglers somewhere else? |
Thanks for doing all these Chris!
Yes, let's file a separate issue to update the linter for this case.
I don't think just being nonstandard is a reason to archive something. I believe the general rule is that they have to be unavailable to web content in any browsers for at least 2 years (see also #3491).
I'd like to keep this open until these 2 are addressed. |
I've filed mdn/stumptown-content#526 for dealing with |
Nice one @wbamberg. Yup, I was a bit hasty on |
As discussed in mdn/stumptown-content#526, I've re-tagged |
For shorthand properties we've defined a new ingredient "data.constituent_properties". The linter will check that shorthand property pages correctly include this ingredient.
Acceptance criteria
The text was updated successfully, but these errors were encountered: