WHATWG
Gecko
Apple
<svg>
<rect x="10px" y="10px" height="100px" width="100px" fill="blue"/>
</svg>
<body>
<canvas id="myCanvas" width="300" height="300">
Texte alternatif pour les navigateurs ne supportant pas Canvas.
</canvas>
<script>
var canvas = document.getElementById("myCanvas");
var ctx = canvas.getContext("2d");
ctx.fillStyle = "#0000FF";
ctx.fillRect(10, 10, 100, 100);
</script>
</body>
luminosité
saturation
contrastes