You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Matthias Bläsing (Jira)" <ji...@apache.org> on 2020/08/05 19:33:00 UTC

[jira] [Updated] (NETBEANS-4687) Support all global CSS3 values

     [ https://issues.apache.org/jira/browse/NETBEANS-4687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Bläsing updated NETBEANS-4687:
---------------------------------------
    Description: 
CSS defined three global values: _initial_, _inherit_ and _unset_

[https://www.w3.org/TR/css-values-3/#common-keywords]

The values are valid for the top level of a property, grammar, but not elements of composed properties:
{quote}Note: This implies that, in general, combining these keywords with other component values in the same declaration results in an invalid declaration.
{quote}

  was:
CSS defined three global values: _initial_, inherit and unset

[https://www.w3.org/TR/css-values-3/#common-keywords]

The values are valid for the top level of a property, grammar, but not elements of composed properties:
{quote}Note: This implies that, in general, combining these keywords with other component values in the same declaration results in an invalid declaration.
{quote}


> Support all global CSS3 values
> ------------------------------
>
>                 Key: NETBEANS-4687
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4687
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: web - CSS Editor
>    Affects Versions: 12.0
>            Reporter: Matthias Bläsing
>            Assignee: Matthias Bläsing
>            Priority: Major
>
> CSS defined three global values: _initial_, _inherit_ and _unset_
> [https://www.w3.org/TR/css-values-3/#common-keywords]
> The values are valid for the top level of a property, grammar, but not elements of composed properties:
> {quote}Note: This implies that, in general, combining these keywords with other component values in the same declaration results in an invalid declaration.
> {quote}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists