After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 761328 - Missing and misspelled CSS2 properties and values
Missing and misspelled CSS2 properties and values
Status: RESOLVED FIXED
Product: gtksourceview
Classification: Platform
Component: Syntax files
3.19.x
Other Linux
: Normal normal
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2016-01-30 16:08 UTC by Tobias Schönberg
Modified: 2016-01-31 10:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add some missing and misspelled CSS2 properties and values (2.80 KB, patch)
2016-01-30 16:19 UTC, Tobias Schönberg
committed Details | Review

Description Tobias Schönberg 2016-01-30 16:08:03 UTC
Currently the CSS2-property speak-numeral is misspelled as speak-numerical.

See:
https://www.w3.org/TR/CSS21/aural.html#propdef-speak-numeral

The property 'font' is missing the values 'caption', 'icon', 'menu', 'message-box', 'small-caption', 'status-bar'.

See:
https://www.w3.org/TR/CSS21/fonts.html#propdef-font

The property 'white-space' is missing 'pre-line' and 'pre-wrap'.

See:
https://www.w3.org/TR/CSS21/text.html#propdef-white-space

I will send a patch that adds the missing keywords.
Comment 1 Tobias Schönberg 2016-01-30 16:19:13 UTC
Created attachment 320086 [details] [review]
Add some missing and misspelled CSS2 properties and values

Currently the property 'speak-numeral' is misspelled. The patch
fixes the spelling of the keyword.
The property 'font' is missing the values 'caption', 'icon',
'menu', 'message-box', 'small-caption', 'status-bar'. The
property 'white-space' is missing the values 'pre-line' and
'pre-wrap'. The patch adds the missing keywords.

https://bugzilla.gnome.org/show_bug.cgi?id=761328
Fixes #761328
Comment 2 Paolo Borelli 2016-01-31 10:41:45 UTC
Applied, thank you!