mirror of
https://github.com/servo/servo.git
synced 2025-06-18 22:34:30 +01:00
One part (of 8!) of css font family disambiguation is that font families should be matched case-insensitively. This patch implements that. Once it lands, a bug needs to be filed to do lowercasing properly (as a string, instead of char-by-char -- it's a unicode thing). r? @gw
1 line
52 B
HTML
1 line
52 B
HTML
<div style="font-family: arial">Hello, world!</div>
|