We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38eb736 commit 4e3c2f2Copy full SHA for 4e3c2f2
README.rst
@@ -1,5 +1,20 @@
1
-Importing into another repository with git-subtree_
2
-===================================================
+CSS parsing tests
+#################
3
+
4
+This repository contains implementation-independent test for CSS parsers,
5
+based on the 2013 draft of the `CSS Syntax Level 3`_ specification.
6
7
+.. _CSS Syntax Level 3: http://dev.w3.org/csswg/css-syntax-3/
8
9
+The upstream repository for these tests is at
10
+https://github.com/SimonSapin/css-parsing-tests
11
12
13
+Importing
14
+=========
15
16
+The recommended way to use these tests in an implementation
17
+is to import them with git-subtree_.
18
19
.. _git-subtree: https://github.com/apenwarr/git-subtree
20
0 commit comments