[fxtf-drafts] [geometry] DOMMatrixReadOnly string init depends on backwards compatibility syntax

fserb has just created a new issue for https://github.com/w3c/fxtf-drafts:

== [geometry] DOMMatrixReadOnly string init depends on backwards compatibility syntax ==
Spec: https://drafts.fxtf.org/geometry/#dom-dommatrixreadonly-dommatrixreadonly

The `If init is a DOMString` step `3` references `Syntax of the SVG ‘transform’ attribute` of [css transform spec](https://drafts.csswg.org/css-transforms). That syntax is there, according to CSS transform spec:

> To provide backwards compatibility, the syntax of the [SVG] transform presentation attribute differs from the syntax of the [CSS] transform style property as shown in the example above. [...] Authors are advised to follow the rules of CSS Values and Units Module.

It doesn't make much sense to target a new spec with a syntax that is there only for backwards compatibility. I propose we change this `3rd` item to depend on the main CSS transform style syntax defined on CSS Values and Units.

Was there an underlying issue to reference DOMMatrix init with the backwards compatible SVG transform?

Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/149 using your GitHub account

Received on Wednesday, 10 May 2017 21:06:49 UTC