Print, font-loading stability, and the contribution path.
No entries of this kind in this release.
- Added Metric-matched fallback fonts. Three
@font-facedeclarations give Arial and Courier New the real faces' ascent, descent and average width, and each stack names its fallback before the generic families. The browser lays out at the right line height and width immediately, so the web font lands into a box that already fits instead of rewrapping every heading. Every number is read out of the shipped woff2 with fontTools, not estimated. - Added A real print stylesheet. It was one line — hiding four elements. It now forces a black-on-white palette, drops navigation, sidebars, tab controls and copy buttons, opens every tab panel and accordion so nothing hides behind a control that cannot be clicked, prints the address after each external link, and sets page-break rules so headings are not stranded at the foot of a page and tables are not split across two.
- Added
.pf-no-printand.pf-print-only. - Added
CONTRIBUTING.mdstating the eight conventions a new component has to follow, and GitHub issue templates that ask for the viewport width — the static checks cannot see layout, and a width is usually the whole clue. - Added A build check on
.well-known/security.txt: it fails on a lapsedExpiresdate and warns within thirty days of one. A stale contact is worse than no file. - Added Print and font-loading documentation on the performance page, including the measured metrics table.