Added annotations to Rendering Model and Clipping, Masking and Compositing sections.
--- a/master/masking.html Wed Aug 01 20:50:23 2012 +1000
+++ b/master/masking.html Fri Aug 03 16:16:20 2012 +1000
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional+edit//EN" "xhtml1-transitional+edit.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:edit="http://xmlns.grorg.org/SVGT12NG/">
<head>
@@ -12,6 +12,19 @@
</head>
<body>
+
+<div class="annotation">
+ <p>
+ The SVG 2 rendering model will follow the rules defined by the <a href="https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html">Compositing and Blending specification</a>.
+ </p>
+ <p>
+ Resolution: <a href="http://www.w3.org/2012/07/24-svg-minutes.html#item09">Seattle/Paris 2012 F2F day 3</a>.
+ </p>
+ <p>
+ Owner: Nikos (Action 3332).
+ </p>
+</div>
+
<h1>Clipping, Masking and Compositing</h1>
<h2 id="Introduction">Introduction</h2>
--- a/master/render.html Wed Aug 01 20:50:23 2012 +1000
+++ b/master/render.html Fri Aug 03 16:16:20 2012 +1000
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional+edit//EN" "xhtml1-transitional+edit.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:edit="http://xmlns.grorg.org/SVGT12NG/">
<head>
@@ -30,6 +30,22 @@
</p>
</div>
+<div class="annotation">
+ <p>
+ The SVG 2 rendering model will follow the rules defined by the <a href="https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html">Compositing and Blending specification</a>.
+ </p>
+ <p>
+ Resolution: <a href="http://www.w3.org/2012/07/24-svg-minutes.html#item09">Seattle/Paris 2012 F2F day 3</a>.
+ </p>
+ <p>
+ Owner: Nikos (Action 3332).
+ </p>
+ <p class="issue">
+ There is an unresolved incompatibility with filter-effects.
+ http://lists.w3.org/Archives/Public/public-svg-wg/2012JulSep/0050.html
+ </p>
+</div>
+
<h1>Rendering Model</h1>
<h2 id="Introduction">Introduction</h2>