- From: Vincent Hardy <vhardy@adobe.com>
- Date: Mon, 30 May 2011 17:09:04 -0700
- To: W3C style mailing list <www-style@w3.org>
Hello,
I have published a new version of the CSS Regions working draft. Please find the log of changes below.
The new draft is dated May 29th:
http://dev.w3.org/csswg/css3-regions/
Kind regards,
Vincent Hardy.
=====================================================================================
- Made flow property type a <string> & added issue.
- Added issue about content-order being a <float> and not an <integer>
- Added issue about duplicating content into a flow instead of moving
to a flow (http://lists.w3.org/Archives/Public/www-style/2011May/0521.html)
- Added a region-overflow property
region-overflow: break | auto
where break would not position elements that do not fit and auto would
break if the region is not the last one and overflow if it is the
last.http://lists.w3.org/Archives/Public/www-style/2011May/0520.html
- DID NOT ADD. Add an example with 'projection' media (because that does not seem to belong to the spec.)
http://lists.w3.org/Archives/Public/www-style/2011May/0520.html
- content syntax:
content: from-flow(); // To clarify that from is bound to a 'flow' property
http://lists.w3.org/Archives/Public/www-style/2011May/0520.html
- region styling:
Limit to ::region-lines and include issue about element fitting fully in
region + issue about right list of properties.
http://lists.w3.org/Archives/Public/www-style/2011May/0520.htmlhttp://lists
.w3.org/Archives/Public/www-style/2011May/0517.html
http://lists.w3.org/Archives/Public/www-style/2011May/0432.html
Added issue about selecting only elements that fall fully into the region:
http://lists.w3.org/Archives/Public/www-style/2011May/0310.html
- Use @region instead of @region-style:
http://lists.w3.org/Archives/Public/www-style/2011May/0309.html
- content: from-flow() applies to block level elements.
http://lists.w3.org/Archives/Public/www-style/2011May/0433.html
Also applies to non-replace block elements:
http://lists.w3.org/Archives/Public/www-style/2011May/0362.html
- Do not provide content balancing
http://lists.w3.org/Archives/Public/www-style/2011May/0362.html
- Removed flexbox example:
http://lists.w3.org/Archives/Public/www-style/2011May/0229.html
- Modified CSSOM View
Element.regionOverflow = overflow | fit | empty
Element.flowRanges
Issue about 'onlayoutchanged'
Issue about locating a region from an flow element.
http://lists.w3.org/Archives/Public/www-style/2011May/0508.html
http://lists.w3.org/Archives/Public/www-style/2011May/0379.html
- Use intrinsic width of 0 for region content.
http://lists.w3.org/Archives/Public/www-style/2011May/0302.html
- Breaks.
Added wording about where breaks may happen and reference the Paged Media
spec.
http://dev.w3.org/csswg/css3-page/#allowed-pg-brk
- Added reference to first-line pseudo-element and list of properties
- Some additional restyling.
- Removed issue 12 about 'range' selection since this is no longer
relevant with the proposal to only match elements that are fully in the
region.
- Added note about concern over underspecification of the first-line
pseudo-selector.
http://lists.w3.org/Archives/Public/www-style/2011May/0518.html
- CSSOM View: renamed ContentFlow to NamedFlow
- Removed issue on accessing multiple clientRects on Element since
there is already an interface for that:
http://www.w3.org/TR/cssom-view/#dom-element-getclientrects.
- Added comment that floats in the region flow impact the content flowing into the region.
Comment from implementor Alex Chiculita.
- Added issue about doing capture/bubble through a region element.
Comment from implementor Alex Chiculita.
============================================================================================
All Emails with [css3-regions] threads.
[css3-regions] OM for region content overflow
(http://lists.w3.org/Archives/Public/www-style/2011May/0486.html)
Proposed to use:
Element.regionOverflow = overflow | fit | empty
in http://lists.w3.org/Archives/Public/www-style/2011May/0508.html (last
thread message).
[css3-regions] pagination and inline elements
(http://lists.w3.org/Archives/Public/www-style/2011May/0281.html)
Explained that there are use cases for a chain of fixed-size container
ending with a flexible container. No changes to the spec.
[css3-regions][css3-content] Explicit/Implicit, Named/Anonymous Regions
(http://lists.w3.org/Archives/Public/www-style/2011May/0382.html)
Added issue raised by Fantasai about underspecification of ::first-line.
Added an issue about copying content to a flow instead of moving it to a
flow (raised by Christoph).
[css3-regions] region breaks
(http://lists.w3.org/Archives/Public/www-style/2011May/0258.html)
Added issue about unification of region/page/column breaks.
[css3-regions] region sthyling (Feedback on regions document)
(http://lists.w3.org/Archives/Public/www-style/2011May/0259.html)
Proposed the @region & ::region-lines combination.
[[css3-regions] Feedback on regions document
(http://lists.w3.org/Archives/Public/www-style/2011May/0218.html)
- Settled on region styling alternate proposal (@region + ::region-lines)
- Agreed to not bind a flow and a region directly (as in #flow { position:
into(region); })
(http://lists.w3.org/Archives/Public/www-style/2011May/0241.html)
- Agreed to keep regions that are document elements
(http://lists.w3.org/Archives/Public/www-style/2011May/0272.html)
- Agreed on intrinsic width=0 for regions.
[css3-regions] more feedback
http://lists.w3.org/Archives/Public/www-style/2011May/0261.html
- removed issue on balancing content.
- removed issue on generating additional regions automatically.
- removed issue on adding features for 'flexible' flow elements.
Received on Tuesday, 31 May 2011 00:09:35 UTC