Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

U - Fix CSS linter errors: data.browser_compatibility errors #3436

@wbamberg

Description

@wbamberg

The linter will check that pages correctly include this ingredient.

As per the spec for the linter, there are two specific errors that the linter raises here.

  • "data.browser_compatibility/expected-heading" is raised when the page doesn't have an H2 "Browser compatibility".
  • "data.browser_compatibility/expected-macro" is raised when the section does not include a call to the {{Compat}} macro.

Currently we have 42 "data.browser_compatibility/expected-heading" errors and 46 "data.browser_compatibility/expected-macro" errors. They are listed in the spreadsheet, all together in the "data.browser_compatibility" tab.

A substantial number of these will involve adding the BCD for these features.

Acceptance criteria

Metadata

Metadata

Assignees

Labels

Content:CSSThis is related to CSS contentUser StoryIncremental value deliverable witin a Sprint / Iteration cycle and meeting part of an Epic's AC

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions