[css3-transitions] Missing apostrophes in value definition of 'transition' shorthand

View: New views
2 Messages — Rating Filter:   Alert me  

[css3-transitions] Missing apostrophes in value definition of 'transition' shorthand

by Øyvind Stenhaug :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

A minor issue in  
<http://www.w3.org/TR/css3-transitions/#the-transition-shorthand-property->:  
I believe there should be apostrophes before the greater-than signs and  
after the less-than signs. I.e.

[<'transition-property'> || <'transition-duration'> ||  
<'transition-timing-function'> || <'transition-delay'> [,  
[<'transition-property'> || <'transition-duration'> ||  
<'transition-timing-function'> || <'transition-delay'>]]*


--
Øyvind Stenhaug
Core Norway, Opera Software ASA


Re: [css3-transitions] Missing apostrophes in value definition of 'transition' shorthand

by Dean Jackson-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 30/10/2009, at 2:43 AM, Øyvind Stenhaug wrote:

> A minor issue in <http://www.w3.org/TR/css3-transitions/#the-transition-shorthand-property- 
> >: I believe there should be apostrophes before the greater-than  
> signs and after the less-than signs. I.e.
>
> [<'transition-property'> || <'transition-duration'> || <'transition-
> timing-function'> || <'transition-delay'> [, [<'transition-
> property'> || <'transition-duration'> || <'transition-timing-
> function'> || <'transition-delay'>]]*

Fixed, thanks Øyvind.

Dean