w3c / bp-i18n-specdev

Internationalization Best Practices for Spec Developers
https://w3c.github.io/bp-i18n-specdev/
Other
22 stars 24 forks source link

Styling issue? #131

Closed xfq closed 3 months ago

xfq commented 4 months ago

https://github.com/w3c/bp-i18n-specdev/blob/ab5f4d072a3e76727df094d8c10f9cc6654674fb/local.css#L259-L266

The code above doesn't seem to do what it intended to do? There should probably be descendant combinators before td and code, like:

table.truncExample th,
table.truncExample td {
    vertical-align: top;
    }

table.truncExample kbd,
table.truncExample code {
    color: blue;
    font-size: larger;
    }