[fxtf-drafts] Current Transform Matrix (CTM) setup to not export

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

== Current Transform Matrix (CTM) setup to not export ==
In SVG we are referencing CTM:

```
  <term name='CTM' href='https://www.w3.org/TR/css-transforms-1/#current-transformation-matrix'/>
  <term name='current transformation matrix' href='https://www.w3.org/TR/css-transforms-1/#current-transformation-matrix'/>
```

We get lint errors as this term is set to noexport in CSS Transforms:

```
<dfn class="dfn-paneled" id="current-transformation-matrix" data-noexport="" data-dfn-type="dfn">current transformation matrix</dfn>
```
 
https://drafts.csswg.org/css-transforms/#current-transformation-matrix

Is it possible to change this to data-export or is there a reason why it is noexport?

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

Received on Friday, 18 May 2018 22:56:30 UTC