<!doctype>
<html>
<head>
<style>
div {
background:rgba(0,255,255,0.3);
}
#div1 {
width:300px;
height:300px;
}
#div2 {
width:200px;
height:200px;
}
</style>
</head>
<body>
<div id="div1"><div id="div2"></div></div><br/>
</body>
What exactly is the calculated opacity of div2? I am puzzled. It's a mysterious value that isn't 0.3 + 0.3 or 0.3 + 0.3 * 0.3