w3c / uievents

UI Events
https://w3c.github.io/uievents/
Other
147 stars 52 forks source link

Restore key/char/glyph styles #312

Closed saschanaz closed 1 year ago

saschanaz commented 3 years ago

spec.css has styles for them but somehow were omitted during bikeshed migration.

garykac commented 3 years ago

These styles are applied in the build.py pre-processing step.

This was probably broken by the having the auto-publish call kikeshed directly without any pre-processing.

saschanaz commented 3 years ago

build.py does add classes but not the stylesheet itself 👀

garykac commented 3 years ago

!! I know that was working in the past (with bikeshed), I wonder when it broke. Anyway, thanks for catching this.

garykac commented 1 year ago

Apparently, these style files are no longer automatically included in the generated file. I have a workaround where I manually include the style files in the .BS file.