File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 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.
9494
9595``color3_hsl.json ``
9696 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.
9898
9999``color3_keywords.json ``
100100 Same as ``color3.json ``,
101101 except that the values for the Red, Green and Blue channel
102102 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.
104104
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 >`_
107107 syntax defined in CSS Syntax Level 3.
108108 This `differs <http://dev.w3.org/csswg/css-syntax/#changes >`_ from the
109109 `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.
121121This representation was chosen to be compact
122122(and thus less annoying to write by hand)
123123while 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:
125125they are represented as ``["at-keyword", "import"] `` and ``["ident", "@import"] ``,
126126respectively.
127127
You can’t perform that action at this time.
0 commit comments