Skip to content
Updated CSS Context API implementation spec (markdown) authored by RaymondLim's avatar RaymondLim
...@@ -92,23 +92,25 @@ PROP_NAME Token Type ...@@ -92,23 +92,25 @@ PROP_NAME Token Type
><br /> | ><br /> |
> >
> 3. div { > 3. div {
> |clip: ><br /> |clip:
> >
> 4. div { > 4. div {
> clip|: ><br /> clip|:
> >
<br /> <br />
###Examples of Invalid CSS Context###
*div {
clip |:
```
*div {
clip |both
```
###Examples of Property Value context### ###Examples of Property Value context###
* > 1. div {|
* >
* > 2. div {
><br /> |
>
> 3. div {
><br /> |clip:
>
> 4. div {
><br /> clip|:
>