tr-design
tr-design copied to clipboard
CSS used by W3C specs (this repo is not about the w3.org/TR index page)
ReSpec, being an async/dynamic spec generator, requires that "all its ducks are in a row" before fixup.js can run. Right now, we are loading this script async, deferred, and after...
Currently the set of selectors targeting the logo assume that `.head p:not(.copyright):first-child` is guaranteed to hit the logo. As I've said before, making this sort of assumption is wrong and...
Should "It is not a W3C Standard nor is it on the W3C Standards Track." be more clearly displayed?
See https://github.com/w3c/respec/issues/4157
That PR addresses the new [target size](https://www.w3.org/TR/WCAG22/#target-size-minimum) success criterion introduced in WCAG 2.2. Fix #318
@michael-n-cooper asked me to post this here. WCAG 2.2 is introducing a new [target size (minimum)](https://www.w3.org/TR/WCAG22/#target-size-minimum) success criterion. This criterion requires targets to have a minimum size of 24px, or...
Sync with https://github.com/w3c/bp-i18n-specdev/pull/130 /cc @aphillips
I've come here because some [advice given here](https://w3c.github.io/tr-design/src/README#unicode-codepoints) is incorrect, and it led to some problematic markup and rendering in recent drafts and PRs on [vc-di-bbs](https://github.com/w3c/vc-di-bbs), especially [PR#15](https://github.com/w3c/vc-di-bbs/pull/115/files). An example...
Fix #338 To be merged after sync'ing with @tabatkins and @marcoscaceres.
In a number of specs, people have been manually copying around a block of style that formats algorithm blocks in a special way. See for an example. This seems to...
https://github.com/speced/bikeshed/issues/1222 discusses the "domintro" class used by [WHATWG](https://html.spec.whatwg.org/multipage/comms.html#the-messageevent-interface) [specs](https://fetch.spec.whatwg.org/#body-mixin) and [several](https://w3c.github.io/IndexedDB/#request-api) [W3C](https://wicg.github.io/scheduling-apis/#sec-task-priority-change-event) [specs](https://w3c.github.io/DOM-Parsing/#the-xmlserializer-interface). It would be nice if TR-Design's stylesheets would provide the [appropriate styles](https://github.com/speced/bikeshed/issues/1222#issuecomment-1260082777) so we could more easily...