css docs: Get rid of non-breaking spaces

Signed-off-by: Arnaud Rebillout <elboulangero@gmail.com>

https://bugzilla.gnome.org/show_bug.cgi?id=791710
This commit is contained in:
Arnaud Rebillout 2017-12-16 21:42:13 +07:00 committed by Matthias Clasen
parent 73d6076967
commit 3c7c4a019c
2 changed files with 9 additions and 11 deletions

View File

@ -22,7 +22,6 @@ Formatting conventions:
We use We use
U+2011 Non-breaking Hyphen U+2011 Non-breaking Hyphen
  U+00A0 No-break Space
to control line breaks in the Name and Value columns. to control line breaks in the Name and Value columns.
We use We use

View File

@ -22,7 +22,6 @@ Formatting conventions:
We use We use
U+2011 Non-breaking Hyphen U+2011 Non-breaking Hyphen
  U+00A0 No-break Space
to control line breaks in the Name and Value columns. to control line breaks in the Name and Value columns.
We use We use
@ -944,7 +943,7 @@ We use <literallayout> for syntax productions, and each line is put in a <code>
</row> </row>
<row> <row>
<entry>borderimagewidth</entry> <entry>borderimagewidth</entry>
<entry><code>[ 〈length〉 | 〈number〉 | 〈percentage〉 | auto ]{1,4}</code></entry> <entry><code>[ 〈length〉 | 〈number〉 | 〈percentage〉 | auto ]{1,4}</code></entry>
<entry><code>1</code></entry> <entry><code>1</code></entry>
<entry></entry> <entry></entry>
<entry></entry> <entry></entry>
@ -1145,7 +1144,7 @@ We use <literallayout> for syntax productions, and each line is put in a <code>
</row> </row>
<row> <row>
<entry>gtkoutlineradius</entry> <entry>gtkoutlineradius</entry>
<entry><code>[ 〈length〉|〈percentage〉 ]{1,4} [ / [〈length〉 | 〈percentage〉 ]{1,4} ]?</code></entry> <entry><code>[ 〈length〉|〈percentage〉 ]{1,4} [ / [〈length〉 | 〈percentage〉 ]{1,4} ]?</code></entry>
<entry>see individual properties</entry> <entry>see individual properties</entry>
<entry></entry> <entry></entry>
<entry></entry> <entry></entry>
@ -1206,7 +1205,7 @@ We use <literallayout> for syntax productions, and each line is put in a <code>
</row> </row>
<row> <row>
<entry>backgroundposition</entry> <entry>backgroundposition</entry>
<entry><code>〈position〉 [ , 〈position〉 ]*</code></entry> <entry><code>〈position〉 [ , 〈position〉 ]*</code></entry>
<entry><code>0</code></entry> <entry><code>0</code></entry>
<entry></entry> <entry></entry>
<entry></entry> <entry></entry>
@ -1216,7 +1215,7 @@ We use <literallayout> for syntax productions, and each line is put in a <code>
</row> </row>
<row> <row>
<entry>backgroundrepeat</entry> <entry>backgroundrepeat</entry>
<entry><code>〈bg-repeat 〉[ , 〈bg-repeat〉 ]*</code></entry> <entry><code>〈bg-repeat 〉[ , 〈bg-repeat〉 ]*</code></entry>
<entry><code>repeat</code></entry> <entry><code>repeat</code></entry>
<entry></entry> <entry></entry>
<entry></entry> <entry></entry>
@ -1226,7 +1225,7 @@ We use <literallayout> for syntax productions, and each line is put in a <code>
</row> </row>
<row> <row>
<entry>backgroundimage</entry> <entry>backgroundimage</entry>
<entry><code>〈bg-image〉[ , 〈bg-image〉 ]*</code></entry> <entry><code>〈bg-image〉[ , 〈bg-image〉 ]*</code></entry>
<entry><code>none</code></entry> <entry><code>none</code></entry>
<entry></entry> <entry></entry>
<entry></entry> <entry></entry>
@ -1236,7 +1235,7 @@ We use <literallayout> for syntax productions, and each line is put in a <code>
</row> </row>
<row> <row>
<entry>background-blend-mode</entry> <entry>background-blend-mode</entry>
<entry><code>〈blend-mode〉 [ , 〈blend-mode〉 ]*</code></entry> <entry><code>〈blend-mode〉 [ , 〈blend-mode〉 ]*</code></entry>
<entry><code>normal</code></entry> <entry><code>normal</code></entry>
<entry></entry> <entry></entry>
<entry></entry> <entry></entry>
@ -1245,7 +1244,7 @@ We use <literallayout> for syntax productions, and each line is put in a <code>
</row> </row>
<row> <row>
<entry>boxshadow</entry> <entry>boxshadow</entry>
<entry><code>none | 〈box shadow〉 [ , 〈box shadow〉 ]*</code></entry> <entry><code>none | 〈box shadow〉 [ , 〈box shadow〉 ]*</code></entry>
<entry><code>none</code></entry> <entry><code>none</code></entry>
<entry></entry> <entry></entry>
<entry></entry> <entry></entry>
@ -1320,7 +1319,7 @@ We use <literallayout> for syntax productions, and each line is put in a <code>
</row> </row>
<row> <row>
<entry>transitiontimingfunction</entry> <entry>transitiontimingfunction</entry>
<entry><code>〈singletimingfunction〉[ , 〈singletimingfunction〉 ]*</code></entry> <entry><code>〈singletimingfunction〉[ , 〈singletimingfunction〉 ]*</code></entry>
<entry><code>ease</code></entry> <entry><code>ease</code></entry>
<entry></entry> <entry></entry>
<entry></entry> <entry></entry>
@ -1398,7 +1397,7 @@ We use <literallayout> for syntax productions, and each line is put in a <code>
</row> </row>
<row> <row>
<entry>animationiteration-count</entry> <entry>animationiteration-count</entry>
<entry><code>〈singleanimationiterationcount〉 [ , 〈singleanimationiterationcount〉 ]*</code></entry> <entry><code>〈singleanimationiterationcount〉 [ , 〈singleanimationiterationcount〉 ]*</code></entry>
<entry><code>1</code></entry> <entry><code>1</code></entry>
<entry></entry> <entry></entry>
<entry></entry> <entry></entry>