masking/ChangeLog

Sun, 10 Mar 2013 19:35:27 -0700

author
Dirk Schulze <dschulze@adobe.com>
date
Sun, 10 Mar 2013 19:35:27 -0700
changeset 734
59236286d848
parent 731
fd09b94a3a4d
child 741
cd0593275768
permissions
-rw-r--r--

Incorporate feedback from Liam R E Quin.

     1 2013-03-11  Dirk Schulze  <dschulze@adobe.com>
     2 	Incorporate feedback from Liam R E Quin.
     3 	http://lists.w3.org/Archives/Public/www-style/2013Mar/0198.html
     5 2013-03-10  Dirk Schulze  <dschulze@adobe.com>
     6 	Incorporate feedback from Björn Höhrmann.
     7 	http://lists.w3.org/Archives/Public/www-style/2013Mar/0190.html
     9 2013-03-08  Dirk Schulze  <dschulze@adobe.com>
    10 	Introduce unclipped masks for 'mask' element.
    12 2013-03-07  Dirk Schulze  <dschulze@adobe.com>
    13 	Style changes.
    15 2013-03-01  Dirk Schulze  <dschulze@adobe.com>
    16 	More clarifications on definintion text.
    18 2013-03-01 Brian Birtles <bbirtles@mozilla.com>
    19 	Clarify the meaning of 'child' when used with the 'clip-path' property.
    20 	Remove some overlapping definitions.
    22 2013-02-19  Dirk Schulze  <dschulze@adobe.com>
    23 	Rely on CSS Backgrounds and Border sepcification text as much as possible.
    25 2013-01-17  Dirk Schulze  <dschulze@adobe.com>
    26 	SVG WG resolved to use bounding client rect for percentage resolving.
    28 2013-01-17  Dirk Schulze  <dschulze@adobe.com>
    29 	Make SVGClipPathElement inherit from SVGElement and add 'transform' attribute to interface.
    31 2013-01-15  Dirk Schulze  <dschulze@adobe.com>
    32 	Remove implementing of SVGTest as discussed on SVG WG meeting of 01-10-2013.
    34 2013-01-09 dschulze@adobe.com
    35 	Remove defintions for SVGDefinitionElement.
    37 2013-01-09 dschulze@adobe.com
    38 	Add changes to 'mask' shorthand as clarified in CSS WG meeting today.
    40 2013-01-09 dschulze@adobe.com
    41 	Correct IDL defintion of SVGClipPathElement.
    43 2013-01-08 dschulze@adobe.com
    44 	Fixed syntax for 'mask-image' property.
    46 2012-12-21 dschulze@adobe.com
    47 	Fixed some typos and examples.
    49 2012-12-21 dschulze@adobe.com
    50 	Introduce source-type data type.
    51 	Introduce mask-source-type longhand.
    53 2012-12-10 dschulze@adobe.com
    54 	Introduce mask-reference data type.
    55 	Remove issues as discussed in FXTF call from 2012-12-10.
    56 	Replace 'none' by 'no-clip' for mask-clip.
    58 2012-11-08 dschulze@adobe.com
    59 	Smaller typo corrections. Remove statement about extending drawing area with masks.
    61 2012-10-29 dschulze@adobe.com
    62 	Add 'none' as keyword for 'mask-clip'.
    63 	Deprecate 'clip'.
    64 	Clean up issues.
    66 2012-10-27 dschulze@adobe.com
    67 	Add origin restriction for resources.
    69 2012-10-26 dschulze@adobe.com
    70 	Add issue to 'mask' property after feedback from Mozilla.
    71 	Link clean up.
    73 2012-10-22 bbirtles@mozilla.com
    74 	Remove absolute links to interfaces and take them from the definitions file
    75 	instead.
    77 2012-10-22 bbirtles@mozilla.com
    78 	Fix some typos and links.
    80 2012-10-21 dschulze@adobe.com
    81 	Make interface code more validator friendly.
    83 2012-10-21 dschulze@adobe.com
    84 	Add CSSOM-VIEW to other references section.
    86 2012-10-21 dschulze@adobe.com
    87 	Add DOM interfaces for 'mask' and 'clipPath'.
    89 2012-10-19 dschulze@adobe.com
    90 	Merge clip region defintion from 'clip' and 'clip-path'.
    92 2012-10-19 dschulze@adobe.com
    93 	Remove masking from example images.
    95 2012-10-12 dschulze@adobe.com
    96 	Added clipping to abstract and introduction.
    98 2012-10-11 dschulze@adobe.com
    99 	Specify how mask-box-image contribute to masking.
   100 	Cleanup.
   102 2012-10-11 dschulze@adobe.com
   103 	Replace all FuncIRI references by url.
   104 	Remove normative reference to Filter Effects and just use SVG 1.1.
   105 	Fixed typos.
   107 2012-10-10 dschulze@adobe.com
   108 	Added 'clip' property from CSS 2.1.
   109 	Fixed typos.
   111 2012-10-09 bbirtles@mozilla.com
   112 	Fixed further typos.
   113 	Added definition of alpha and luminance under 'mask' property.
   114 	Extend example of mask-type overriding to something more realistic.
   116 2012-10-07 dschulze@adobe.com
   117 	Fixed typos.
   119 2012-10-05 dschulze@adobe.com
   120 	'alpha' and 'luminance' keywords on 'mask' override 'mask-type' definition.
   121 	Make 'mask-type' presentation attribute.
   122 	Define that 'mask-*' properties have no affect on referenced 'mask' elements.
   124 2012-10-02 dschulze@adobe.com
   125 	Added 'alpha' and 'luminance' keywords to mask reference syntax.
   126 	Specified how mask images of different masking types are combined.
   128 2012-09-26 dschulze@adobe.com
   129 	Added Brian as editor to the spec.
   131 2012-09-25 bbirtles@mozilla.com
   132 	Remove maskType from mask element since it is now defined as the mask-type
   133 	property.
   134 	Fix some typos / grammar.
   135 	Fix some linking issues.
   136 	Add Brian as author.
   137 	Disallow 'mask-image: none alpha'
   138 	Remove some broken links.
   140 2012-09-19 dschulze@adobe.com
   141 	Fxed typos.
   142 	Made correction on syntax for 'mask-image'. Compatible to WebKit again.
   143 	Updated descripton of 'mask-type'.
   144 	Added issues about used bording boxes as discussed with SVG WG.
   146 2012-09-17 dschulze@adobe.com
   147 	'mask-type' just applies to mask element.
   148 	Define border-box and content-box for SVG.
   149 	Add mask type values to 'mask-image'.
   151 2012-09-05 dschulze@adobe.com
   152 	Added new editors Tab Atkins and Dirk Schulze to CSS Masking.
   154 2012-08-29 dschulze@adobe.com
   155 	Removed 'mask-attachment' for now and updated issues to match resolutions of CSS WG.
   157 2012-08-20 dschulze@adobe.com
   158 	Fixed some links.
   160 2012-08-20 dschulze@adobe.com
   161 	Add introduction for 'mask-box-image'.
   163 2012-08-20 dschulze@adobe.com
   164 	Allow <shape>, child and select() values for 'clip-path'.
   166 2012-08-15 dschulze@adobe.com
   167 	Added issues that feature need to be proofed for 'mask-attachment', 'mask-origin' and 'mask-clip'
   168 	Replaced more PNG images with SVG
   170 2012-08-14 dschulze@adobe.com
   171 	Added example for 'mask-box-image'
   173 2012-08-14 dschulze@adobe.com
   174 	Add new example of masking in the intro.
   176 2012-08-13 dschulze@adobe.com
   177 	Add 'mask-box-image' property descriptions.
   178 	Changed intitial values of 'mask-box-image' properties to match WebKit.
   180 2012-08-13 dschulze@adobe.com
   181 	Add 'mask-box-image' properties, description follows.
   182 	Changed pseudo-stacking-context to stacking context.
   184 2012-08-12 dschulze@adobe.com
   185 	Add 'clip-path' to specification uppen a request of the SVG WG.
   187 2012-08-12 dschulze@adobe.com
   188 	Created new sections for Mask and Mask Box Image.
   190 2012-08-13 bbirtles@mozilla.com
   191 	Add DOM reference. Make Selector 4 reference normative.
   193 2012-08-13 bbirtles@mozilla.com
   194 	Define decorated bounding box.
   196 2012-08-13 bbirtles@mozilla.com
   197 	Fix link to paint server.
   199 2012-08-13 bbirtles@mozilla.com
   200 	Specify the child selection part of masking.
   202 2012-08-13 bbirtles@mozilla.com
   203 	Fix some broken links in masking spec.
   205 2012-08-13 bbirtles@mozilla.com
   206 	Add extra text from SVG 2 mask property explaining defaults.
   208 2012-08-13 bbirtles@mozilla.com
   209 	Add note about needing to define parsing for url() syntax.
   211 2012-08-13 bbirtles@mozilla.com
   212 	Remove section about direct mask sources and replace with section on paint
   213 	servers.
   215 2012-08-12 dschulze@adobe.com
   216 	Added more images.
   218 2012-08-12 dschulze@adobe.com
   219 	More clarification on used terms.
   221 2012-08-11 dschulze@adobe.com
   222 	Changed syntax for 'mask' and other properties to fit initial intention.
   224 2012-08-11 dschulze@adobe.com
   225 	Added 'The Masking Rendering Model' section.
   227 2012-08-11 dschulze@adobe.com
   228 	Mask sources can not be stacked to a mask layer.
   230 2012-08-11 dschulze@adobe.com
   231     Make 'mask' shorthand property.
   233 2012-08-11 dschulze@adobe.com
   234     Fixed typo on 'mask-origin'.
   236 2012-08-11 dschulze@adobe.com
   237     Added 'mask-origin'.
   239 2012-08-11 dschulze@adobe.com
   240     Added more properties from the implementation of CSS mask in WebKit.
   242 2012-08-10 dschulze@adobe.com
   243     Create template for CSS Masking.

mercurial