File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -94,16 +94,16 @@ associated with the expected result.
94
94
95
95
``color3_hsl.json ``
96
96
Same as ``color3.json ``.
97
- This file is generated the ``make_color3_hsl.py `` Python script.
97
+ This file is generated by the ``make_color3_hsl.py `` Python script.
98
98
99
99
``color3_keywords.json ``
100
100
Same as ``color3.json ``,
101
101
except that the values for the Red, Green and Blue channel
102
102
are between 0 and 255.
103
- This file is generated the ``make_color3_keywords.py `` Python script.
103
+ This file is generated by the ``make_color3_keywords.py `` Python script.
104
104
105
- ``an+b .json ``
106
- Tests the `an+b <http://dev.w3.org/csswg/css-syntax/#the-anb-type >`_
105
+ ``An+B .json ``
106
+ Tests the `An+B <http://dev.w3.org/csswg/css-syntax/#the-anb-type >`_
107
107
syntax defined in CSS Syntax Level 3.
108
108
This `differs <http://dev.w3.org/csswg/css-syntax/#changes >`_ from the
109
109
`nth grammar rule <http://www.w3.org/TR/css3-selectors/#nth-child-pseudo >`_
@@ -121,7 +121,7 @@ AST nodes (the results of parsing) are represented in JSON as follow.
121
121
This representation was chosen to be compact
122
122
(and thus less annoying to write by hand)
123
123
while staying unambiguous.
124
- For example, the difference between @import and \@ import is not lost:
124
+ For example, the difference between `` @import `` and `` \@import `` is not lost:
125
125
they are represented as ``["at-keyword", "import"] `` and ``["ident", "@import"] ``,
126
126
respectively.
127
127
You can’t perform that action at this time.
0 commit comments