Skip to content

Commit 9faf605

Browse files
committed
Fix raw-file URLs into repository to be correct editor's draft URLs.
1 parent 0b8e0b8 commit 9faf605

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-transforms/definitions-filters.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,9 @@
397397
<property name='flood-color' href='#FloodColorProperty'/>
398398
<property name='flood-opacity' href='#FloodOpacityProperty'/>
399399
<property name='lighting-color' href='#LightingColorProperty'/>
400-
<property name='mix' href='https://hg.fxtf.org/drafts/rawfile/default/compositing/index.html#mix-shorthand'/>
401-
<property name='mix-blend-mode' href='https://hg.fxtf.org/drafts/rawfile/default/compositing/index.html#mix-blend-mode'/>
402-
<property name='mix-composite' href='https://hg.fxtf.org/drafts/rawfile/default/compositing/index.html#mix-composite'/>
400+
<property name='mix' href='http://dev.w3.org/fxtf/compositing/#mix-shorthand'/>
401+
<property name='mix-blend-mode' href='http://dev.w3.org/fxtf/compositing/#mix-blend-mode'/>
402+
<property name='mix-composite' href='http://dev.w3.org/fxtf/compositing/#mix-composite'/>
403403

404404

405405
<!-- ... interfaces ..................................................... -->

0 commit comments

Comments
 (0)