Summary
In the example of "Browser compatibility" table for Intl.DateTimeFormat or Intl.NumberFormat there are 4 levels of properties nesting. HTML is correctly generated showing that there is a 4th level of nesting: <th scope="row" class="bc-feature bc-feature-depth-4">...</th>, but the CSS is missing selector .bc-feature-depth-4.
URL
Reproduction steps
- Go to one of the provided links
- Check rows nesting in the "Browser compatibility" table
Expected behavior
CSS selector .bc-feature-depth-4 is properly implemented
Actual behavior
Missing implementation of CSS selector .bc-feature-depth-4
Device
Desktop
Browser
Edge
Browser version
Stable
Operating system
Windows
Screenshot
Here shortGeneric/longGeneric ... and IANA time zone names ... rows should be visually nested below their parent.

Anything else?
I tried creating PR but got message from GitHub stating:
An owner of this repository has limited the ability to open a pull request to users that are collaborators on this repository.
Validations
Summary
In the example of "Browser compatibility" table for
Intl.DateTimeFormatorIntl.NumberFormatthere are 4 levels of properties nesting. HTML is correctly generated showing that there is a 4th level of nesting:<th scope="row" class="bc-feature bc-feature-depth-4">...</th>, but the CSS is missing selector.bc-feature-depth-4.URL
Reproduction steps
Expected behavior
CSS selector
.bc-feature-depth-4is properly implementedActual behavior
Missing implementation of CSS selector
.bc-feature-depth-4Device
Desktop
Browser
Edge
Browser version
Stable
Operating system
Windows
Screenshot
Here
shortGeneric/longGeneric ...andIANA time zone names ...rows should be visually nested below their parent.Anything else?
I tried creating PR but got message from GitHub stating:
Validations