- From: David Storey via GitHub <sysbot+gh@w3.org>
- Date: Wed, 16 May 2018 21:23:44 +0000
- To: public-fxtf-archive@w3.org
dstorey has just created a new issue for https://github.com/w3c/fxtf-drafts: == Link to fespecularlighting surfaceScale fails linting in SVG spec due to not exporting it in filters spec == The link to fespecularlighting surfaceScale links to the stable version of the spec, rather than the drafts like all other attributes. This causes linting issues in the SVG spec. > master/definitions-filters.xml:87:5: broken link https://dev.w3.org/fxtf/filters/ (fragment element-attrdef-fespecularlighting-surfacescale not found) The dt element where it is defined lack the special attributes (id, data-* etc.) that the other attributes have: link for surfaceScale content attribute: ``` <a id="ref-for-feSpecularLightingSurfaceScaleAttribute" href="https://www.w3.org/TR/SVG/filters.html#feSpecularLightingSurfaceScaleAttribute" data-link-type="element-attr">surfaceScale</a> ``` Markup where it is defined: ``` <dt data-md="">surfaceScale = "<em>...snip...</em>"</dt> ``` The other attributes are marked up correctly, e.g. ``` <dt data-md=""><dfn class="dfn-paneled" id="element-attrdef-fespecularlighting-specularconstant" data-dfn-type="element-attr" data-export="" data-dfn-for="feSpecularLighting"><code>specularConstant</code></dfn> = "<em>...snip...</em>" </dt> ``` Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/287 using your GitHub account
Received on Wednesday, 16 May 2018 21:23:47 UTC