Benjamin Otte
|
93b643c44d
|
css: Make font-weight an integer
This conforms to what Pango does and to the CSS4 spec. And it makes the
parsing code easier. So let's go for it.
|
2019-04-12 19:34:28 +02:00 |
|
Matthias Clasen
|
91497348bf
|
Update all css parser tests
I have not tracked down in detail where all these changes originate,
this commit just gets things back to working again.
|
2017-10-18 17:30:20 +02:00 |
|
Matthias Clasen
|
7855294594
|
Fix css parser tests
These tests were affected by the font and linear-gradient parsing
changes.
|
2016-04-26 00:03:09 -04:00 |
|
Emmanuele Bassi
|
5ad60caa3c
|
css: Implement font-stretch
The font-stretch CSS property is defined in the Level 3 CSS Fonts
module, available at:
http://dev.w3.org/csswg/css-fonts/#propdef-font-stretch
It allows defining a normal, condensed, or expanded face to the font
description. Pango already supports it, so this is literally just the
CSS parser machinery needed to bridge our CSS to the FontDescription
API.
https://bugzilla.gnome.org/show_bug.cgi?id=735593
|
2014-08-28 13:41:40 +01:00 |
|
Benjamin Otte
|
edde840513
|
build: Move tests/css to testsuite/css
|
2013-05-15 15:37:17 +02:00 |
|