Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Updated CSS Context API implementation spec (markdown)
authored
Dec 13, 2012
by
RaymondLim
Show whitespace changes
Inline
Side-by-side
CSS-Context-API-implementation-spec.md
View page @
23381c6e
...
@@ -128,11 +128,11 @@ ones.
...
@@ -128,11 +128,11 @@ ones.
<a
name=
"invalid"
>
</a>
<a
name=
"invalid"
>
</a>
###Examples of Invalid CSS Context###
###Examples of Invalid CSS Context###
>div { clear |: both; } /* cursor before the colon and after a valid property name */
>
1.
div { clear |: both; } /* cursor before the colon and after a valid property name */
>
>
>div { clear b|oth; } /* missing colon after "clear" property name */
>
2.
div { clear b|oth; } /* missing colon after "clear" property name */
>
>
>div { font-family: Arial |, Helvetica; } /* cursor before the comma separator */
>
3.
div { font-family: Arial |, Helvetica; } /* cursor before the comma separator */
<br
/>
<br
/>
...
...
...
...