Skip to content

Commit 4e3c2f2

Browse files
committed
Add the upstream repo URL in README
1 parent 38eb736 commit 4e3c2f2

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
1-
Importing into another repository with git-subtree_
2-
===================================================
1+
CSS parsing tests
2+
#################
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_.
318

419
.. _git-subtree: https://github.com/apenwarr/git-subtree
520

0 commit comments

Comments
 (0)