css-regions/Overview.bs

changeset 16986
5be73fbc8592
parent 16542
27d9df21dcba
child 16989
255258410d1b
     1.1 --- a/css-regions/Overview.bs	Mon Feb 01 10:33:00 2016 +1100
     1.2 +++ b/css-regions/Overview.bs	Sun Jan 31 15:42:31 2016 -0800
     1.3 @@ -9,7 +9,7 @@
     1.4  TR: http://www.w3.org/TR/css-regions-1/
     1.5  Previous Version: http://www.w3.org/TR/2014/WD-css-regions-1-20141009/
     1.6  Previous Version: http://www.w3.org/TR/2014/WD-css3-regions-20140218/
     1.7 -ED: http://dev.w3.org/csswg/css-regions/
     1.8 +ED: https://drafts.csswg.org/css-regions/
     1.9  Editor: Rossen Atanassov, Microsoft Corporation, [email protected]
    1.10  Editor: Alan Stearns, Adobe Systems, Inc., [email protected]
    1.11  Former Editor: Vincent Hardy, Adobe Systems, Inc., [email protected]
    1.12 @@ -1221,7 +1221,7 @@
    1.13  	(<a href="http://www.w3.org/TR/dom/#interface-element">
    1.14  		<code class= "idl">Elements</code></a>,
    1.15  	pseudo-elements or other CSS constructs
    1.16 -	such as <a href="http://dev.w3.org/csswg/css3-page-template/#templates-and-slots">slots</a>) in an implementation which can be <a>CSS Regions</a>.
    1.17 +	such as <a href="https://drafts.csswg.org/css3-page-template/#templates-and-slots">slots</a>) in an implementation which can be <a>CSS Regions</a>.
    1.18  
    1.19  	<pre class="idl">
    1.20  		[NoInterfaceObject]
    1.21 @@ -1450,9 +1450,9 @@
    1.22  <code class="idl">offsetWidth</code>, <code class="idl">offsetHeight</code> and <code class="idl">offsetParent</code></h4>
    1.23  
    1.24  	The computation of the
    1.25 -	<a href="http://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlelement-interface">offset attributes</a>
    1.26 +	<a href="https://drafts.csswg.org/cssom-view/#extensions-to-the-htmlelement-interface">offset attributes</a>
    1.27  	for elements laid out in a <a>named flow</a> follow the
    1.28 -	<a href="http://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlelement-interface">specification</a>
    1.29 +	<a href="https://drafts.csswg.org/cssom-view/#extensions-to-the-htmlelement-interface">specification</a>
    1.30  	[[!CSSOM]].
    1.31  	For the purpose of these algorithms,
    1.32  	the <em>first CSS layout box</em> associated
    1.33 @@ -1466,7 +1466,7 @@
    1.34  Multi-column regions</h2>
    1.35  
    1.36  	A
    1.37 -	<a href="http://dev.w3.org/csswg/css3-multicol/#multi-column-element">multi-column</a>
    1.38 +	<a href="https://drafts.csswg.org/css3-multicol/#multi-column-element">multi-column</a>
    1.39  	[[CSS3COL]]
    1.40  	element can be
    1.41  	assigned to a <a>region chain</a>.
    1.42 @@ -1504,7 +1504,7 @@
    1.43  	is the last region
    1.44  	in a <a>region chain</a>,
    1.45  	then the multicol region must follow the
    1.46 -	<a href="http://dev.w3.org/csswg/css3-multicol/#overflow-columns">overflow column rules</a>
    1.47 +	<a href="https://drafts.csswg.org/css3-multicol/#overflow-columns">overflow column rules</a>
    1.48  	[[!CSS3COL]].
    1.49  
    1.50  	<div class="example">
    1.51 @@ -2069,7 +2069,7 @@
    1.52  		will not receive user events
    1.53  		that trigger on their named flow content.
    1.54  		Event handlers for named flow content can check
    1.55 -		<code><a href="http://dev.w3.org/csswg/cssom-view/#extensions-to-the-document-interface">getElementsFromPoint()</a></code> [[CSSOM-VIEW]]
    1.56 +		<code><a href="https://drafts.csswg.org/cssom-view/#extensions-to-the-document-interface">getElementsFromPoint()</a></code> [[CSSOM-VIEW]]
    1.57  		to find the <a>CSS Region</a>
    1.58  		where the user event occurred.
    1.59  		Future versions of CSS-UI may provide

mercurial