Closed SebastianZ closed 1 month ago
It seems a bit early for these, are there any implementations?
No, though with our tests we reflect what is in the specs, even if they are very experimental. Specs like Color 6, Display 4, Line Grid 1, or Linked Parameters 1 also don't have any implementations, so far (at least as I know of). Though we still list them as (experimental) specs.
And once CSS Mixins 1 changes, we'll also adjust the tests.
Sebastian
Ah ok, originally we'd only add features that were a bit more mature, but I'm fine with that change in direction.
The spec. is still very much in flux, though there are already two features defined. One is the
@function
rule and the other one the relatedCSSFunctionRule
DOM API.I'm not perfectly sure about the test cases, though. Especially the
using()
clause for declaring function dependencies is unclear to me, so I'm not sure I provided proper tests for it.Sebastian