Skip to content
Updated CSS Context API implementation spec (markdown) authored by RaymondLim's avatar RaymondLim
......@@ -98,16 +98,11 @@ ones.
```
{
selector:
{ index: -1,
values: [] },
prop:
{ name: "",
context: "",
offset: 0,
name: "",
index: -1,
values: [] },
position:
{ tokenType: "",
offset: 0 }
values: []
}
```
<a name="notsupported"> </a>
......
......