We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76faf0c commit 4b9a753Copy full SHA for 4b9a753
CHANGES
@@ -5,10 +5,13 @@ tinycss changelog
5
Version 0.3
6
-----------
7
8
-Not released yet.
9
-
10
-* Fix a bug when parsing \5c (an escaped antislash.)
+Released on 2012-09-18.
11
+* Fix a bug when parsing ``\5c`` (an escaped antislash.)
+* Allow ``@page`` rules inside ``@media`` rules in ``CSSPage3Parser``, as
12
+ per `css3-page <http://dev.w3.org/csswg/css3-page/#syntax-page-selector>`_.
13
+* Add the ``:blank`` pseudo-class on ``@page``, as `defined in css3-gcpm
14
+ <http://dev.w3.org/csswg/css3-gcpm/#styling-blank-pages>`_.
15
16
17
Version 0.2
0 commit comments