- From: Vincent Hardy via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 May 2011 17:57:20 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-regions In directory hutz:/tmp/cvs-serv13340 Modified Files: Overview.html Overview.src.html Log Message: Made use of 'CSS Regions Module' consistent. Fixed typos. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-regions/Overview.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Overview.html 4 May 2011 05:32:27 -0000 1.2 +++ Overview.html 5 May 2011 17:57:18 -0000 1.3 @@ -1,314 +1,349 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html dir=ltr lang=en> - <head profile="http://www.w3.org/2006/03/hcard"><meta content="IE=edge" - http-equiv=X-UA-Compatible> - <meta content="text/html; charset=utf-8" http-equiv=Content-Type> +<html dir="ltr" lang="en"> +<head profile="http://www.w3.org/2006/03/hcard"> + <meta content="IE=edge" http-equiv="X-UA-Compatible"> + <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> [...3089 lines suppressed...] + <td>N/A</td> - <td>visual - </table> - <!--end-properties--> - <!-- Keep this comment at the end of the file + <td>visual</td> + </tr> + </tbody> + </table><!--end-properties--> + <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-declaration:"~/SGML/HTML4.decl" @@ -1914,3 +2018,5 @@ sgml-local-ecat-files:nil End: --> +</body> +</html> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-regions/Overview.src.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Overview.src.html 4 May 2011 05:32:27 -0000 1.2 +++ Overview.src.html 5 May 2011 17:57:18 -0000 1.3 @@ -13,12 +13,11 @@ type="text/css"> <link id="st" href="alternate-spec-style.css" rel="stylesheet" type= "text/css" title="additional spec styles"> - - <script type="text/javascript" src="style-toggle.js"></script> + <script type="text/javascript" src="style-toggle.js"> +</script> </head> <body> - <div class="head" id="div-head"> <!--begin-logo--> @@ -86,12 +85,12 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2> - <p>CSS Regions allow content to flow across multiple areas called regions. - The regions do not necessarily follow the document order. CSS Regions are - an advanced content flow mechanism, which can be combined with positioning - schemes as defined by other CSS modules such as the Multi-Column Module - [[CSS3COL]] or the Grid Layout Module [[CSS3-GRID-LAYOUT]] to position the - regions where content flows.</p> + <p>The CSS Regions module allows content to flow across multiple areas + called regions. The regions do not necessarily follow the document order. + The CSS Regions module provides an advanced content flow mechanism, which + can be combined with positioning schemes as defined by other CSS modules + such as the Multi-Column Module [[CSS3COL]] or the Grid Layout Module + [[CSS3-GRID-LAYOUT]] to position the regions where content flows.</p> <h2 class="no-num no-toc" id="status">Status of this document</h2> <!--begin-status--> @@ -129,21 +128,16 @@ <p> </p> - <p>CSS Regions can be seen as an extension of the concept of multi-column - elements.<br> - With CSS Multi-column layout [[CSS3COL]], columns share the same - dimensions<br> - and define column boxes organized in rows. Content flows from one column - to<br> - the next.</p> + <p>The CSS Regions module can be seen as an extension of the concept of + multi-column elements. With CSS Multi-column layout [[CSS3COL]], columns + share the same dimensions and define column boxes organized in rows. + Content flows from one column to the next.</p> <p> </p> - <p>This model is an example of flowing content from one area to another, - where<br> - the areas are the multi-column element's column boxes and the flow is made - of<br> - the multi-column element's children.</p> + <p>The multi-column model is an example of flowing content from one area to + another, where the areas are the multi-column element's column boxes and + the flow is made of the multi-column element's children.</p> <p> </p> @@ -222,15 +216,16 @@ </pre> </div> - <p>The above styleshet directs the <code>#article</code> element to a named - flow called 'article_flow' by setting the 'flow' property. Then, content is - "poured" from that named flow into the desired regions by setting the - regions' 'content' property to <code>from(article_flow)</code>.</p> + <p>The above stylesheet directs the <code>#article</code> element to a + named flow called 'article_flow' by setting the 'flow' property. Then, + content is "poured" from that named flow into the desired regions by + setting the regions' 'content' property to + <code>from(article_flow)</code>.</p> <h3 id="region-styling">Regions Styling</h3> <p>Region styling allows content to be styled depending on the region it - flows into. It is a form of context based styling, similar to <a href= + flows into. It is a form of context-based styling, similar to <a href= "#CSSMEDIAQUERIES">Media Queries</a> [[MEDIAQ]] which enable or disable selectors depending on the rendering context. With region styling, additional selectors may match an element depending on the region into @@ -321,9 +316,9 @@ <p> </p> - <p>CSS Regions generalize the concept of flow by adding the concept of a - <em>named flow</em>. CSS Regions lets authors explicitly place elements - into a <em>named flow</em>.</p> + <p>The CSS Regions module generalizes the concept of flow by adding the + concept of a <em>named flow</em>. This module lets authors explicitly place + elements into a <em>named flow</em>.</p> <p> </p> @@ -458,21 +453,21 @@ <h3>Relation to document events</h3> - <p>CSS Regions do not alter in any way the normal processing of events in - the document tree. In particular, if an event occurs on an element that is - part of a named flow, the <a href= + <p>The CSS Region module does not alter in any way the normal processing of + events in the document tree. In particular, if an event occurs on an + element that is part of a named flow, the <a href= "http://www.w3.org/TR/DOM-Level-3-Events/#dom-event-architecture">event's bubble and capture phases</a> happen following the document tree order.</p> <h2 id="regions-properties">Properties and Rules</h2> - <p>The main CSS Regions properties are the ‘flow’ and 'content' properties. - The ‘flow’ property is used to place an element into a specific named flow - or lets the <a href="auto-flows">automatic flow assignment</a> take place. - The ‘content’ property is bind regions with a flow. When multiple regions - are bound to the same flow, the 'content-order' property determines the - order in which content flows into the sequence of regions. This sequences - of regions is called a <dfn>chain of regions</dfn>.</p> + <p>The main CSS Regions module properties are the ‘flow’ and 'content' + properties. The ‘flow’ property is used to place an element into a specific + named flow or lets the <a href="auto-flows">automatic flow assignment</a> + take place. The ‘content’ property is bind regions with a flow. When + multiple regions are bound to the same flow, the 'content-order' property + determines the order in which content flows into the sequence of regions. + This sequences of regions is called a <dfn>chain of regions</dfn>.</p> <p> </p> @@ -740,7 +735,7 @@ <p>Defines the ordering of the chain of regions into which content flows. If region A and region B are in the same chain of regions and the - ‘content-order’ of regionA is lower than that of region B, then regionA + ‘content-order’ of region A is lower than that of region B, then region A will precede region B in that chain: content will flow into region A before it flows into region B.</p> @@ -802,10 +797,10 @@ values are allowed.</dd> </dl> - <p>If two or more regions with the same 'from( <name>) <name> ' - value for their 'content' property, they are first sorted according to - their 'content-order' value. If multiple regions in have the same - 'content-order' value, they are sorted according to the document order.</p> + <p>If two or more regions with the same 'from( <name>)' value for + their 'content' property, they are first sorted according to their + 'content-order' value. If multiple regions in have the same 'content-order' + value, they are sorted according to the document order.</p> <div class="issue"> CSS Modules should define the document order for pseudo elements. For @@ -1436,10 +1431,10 @@ <li>CSS Exclusions Module [[CSS3EXCLUSIONS]]. This module defines a generic way to define arbitrarily shaped exclusions into which content can flow or around which content can flow. This can be seen as an - extension to the way CSS float provide rectangular areas into which + extension to the way CSS floats provide rectangular areas into which content flows and around which content flows. In advanced layout - designs, it is expected that CSS Exclusions will be commonly combined - with CSS Regions.</li> + designs, it is expected that the CSS Exclusions module will be commonly + combined with the CSS Regions module.</li> <li>CSS Line Grid Module [[CSS3LINEGRID]]. This module defines a concept of line grid to align the position of lines in different
Received on Thursday, 5 May 2011 17:57:24 UTC