changelog
- Thu, 12 Apr 2018 11:47:08 +0200
- by Chris Lilley <[email protected]> [Thu, 12 Apr 2018 11:47:08 +0200] rev 20934
- [css-fonts-3] update built version
- Thu, 12 Apr 2018 11:37:25 +0200
- by Chris Lilley <[email protected]> [Thu, 12 Apr 2018 11:37:25 +0200] rev 20933
- Changes from #2531
- Thu, 12 Apr 2018 11:24:17 +0200
- by Chris Lilley <[email protected]> [Thu, 12 Apr 2018 11:24:17 +0200] rev 20932
- linkfix for SVG 11 fonts
- Thu, 12 Apr 2018 11:22:32 +0200
- by Chris Lilley <[email protected]> [Thu, 12 Apr 2018 11:22:32 +0200] rev 20931
- [css-fonts-3] update changes section
- Thu, 12 Apr 2018 09:36:09 +0200
- by Brian Birtles <[email protected]> [Thu, 12 Apr 2018 09:36:09 +0200] rev 20930
- [web-animations-1] Don't when an iterator returns null/undefined
This brings the spec's handling of dictionary objects into line with
WebIDL which has:
> If Type(V) is not Undefined, Null or Object, then throw
> a TypeError.[1]
[1] https://heycam.github.io/webidl/#es-dictionary
Closes #2533.
- Wed, 11 Apr 2018 21:32:27 +0200
- by Dirk Schulze <[email protected]> [Wed, 11 Apr 2018 21:32:27 +0200] rev 20929
- [css-transforms-1] Clarify difference between post-multiply, pre-multiply and multiply. Clean up examples and editorial changes. #909
- Wed, 11 Apr 2018 17:25:51 +0200
- by fantasai <[email protected]> [Wed, 11 Apr 2018 17:25:51 +0200] rev 20928
- [css-text-decor-4] Add from-font keyword to text-decoration-width/text-underline-offset per WG resolution. Fixes #2376
- Tue, 10 Apr 2018 21:38:52 +0200
- by fantasai <[email protected]> [Tue, 10 Apr 2018 21:38:52 +0200] rev 20927
- [css-align-3] Fallback alignment for 'last baseline' is 'safe end' per WG resolution. Fixes #1611.
- Wed, 11 Apr 2018 15:14:34 +0200
- by Dirk Schulze <[email protected]> [Wed, 11 Apr 2018 15:14:34 +0200] rev 20926
- [css-transforms-1] Move spec text for patternTransform, gradientTransform to SVG2. #919
- Sat, 07 Apr 2018 15:59:25 +1000
- by Xidorn Quan <[email protected]> [Sat, 07 Apr 2018 15:59:25 +1000] rev 20925
- [cssom] Have property setters append new declaration rather than set in place.
This resolves #1898.