1.1 --- a/css-overflow/Overview.bs Wed Jan 11 16:13:54 2017 -0800 1.2 +++ b/css-overflow/Overview.bs Wed Jan 11 16:14:38 2017 -0800 1.3 @@ -29,8 +29,6 @@ 1.4 <pre class="anchors"> 1.5 url: https://www.w3.org/TR/2008/CR-css3-marquee-20081205/#the-overflow-style; type: property; text: overflow-style; 1.6 url: https://drafts.csswg.org/selectors-3/#subject; type: dfn; text: subject; 1.7 -url: https://drafts.csswg.org/css-containment/#propdef-contain; type: property; text: contain 1.8 -url: https://drafts.csswg.org/css-containment/#paint-containment; type: dfn; text: paint containment 1.9 </pre> 1.10 <style> 1.11 table.source-demo-pair { 1.12 @@ -393,15 +391,6 @@ 1.13 with ''overflow/visible'' changed to ''overflow/auto''. 1.14 </li> 1.15 <li> 1.16 - Otherwise, if both cascaded values are ''overflow/visible'' 1.17 - and the computed value of 'contain' is 1.18 - one that activates <a>paint containment</a> 1.19 - (e.g. ''contain:strict'' 1.20 - or ''contain: paint'' 1.21 - or ''contain: layout paint''â¦), 1.22 - then the computed values of both 'overflow-x' and 'overflow-y' 1.23 - are changed to ''overflow/clip''.</li> 1.24 - <li> 1.25 Otherwise, the computed values are as specified. 1.26 </li> 1.27 </ol>