@@ -590,11 +590,15 @@ Description:
590590
591591 Otherwise, we should add a note after that last sentence.
592592 Note: In CSS3 pauses are inserted around the cues and
593- content rather than between them.
593+ content rather than between them. See [CSS3 Speech] for
594+ details.
594595
595596Resolution:
596597
597- =WG= Discuss.
598+ Tentative resolution to change CSS2.1's definition as
599+ described above.
600+
601+ =Bert= Edit.
598602------------------------------------------------------------------------
599603Issue 29.
600604URI: http://lists.w3.org/Archives/Public/www-style/2007Mar/0004.html
@@ -605,7 +609,10 @@ Description:
605609
606610Resolution:
607611
608- =WG= Discuss.
612+ Add "Content that has been clipped does not cause overflow" to after
613+ "... outside the clipping region" in section 11.1.2
614+
615+ =Bert= Edit.
609616------------------------------------------------------------------------
610617Issue 30.
611618URI: http://lists.w3.org/Archives/Member/w3c-css-wg/2007JanMar/att-0376/MarginCollapsingSamples070302.htm
@@ -633,7 +640,7 @@ Description:
633640
634641 This creates a circular reference which makes the two rules contradictory.
635642
636- Proposal :
643+ Original proposal from MS :
637644
638645 In 8.3.1, remove all 5 instances of the word 'clearance' (and whole sentences
639646 that are not needed without 'clearance')
@@ -643,6 +650,27 @@ Proposal:
643650 to 9.5.2 and 8.3.1. However since margin collapsing happens before
644651 clearance, it doesn't need to have clearance-related rules.
645652
653+ Alternate proposal from Hyatt:
654+
655+ Change the following in section 9.5.2:
656+
657+ "If the element's top border edge has not passed the relevant floats, then
658+ its clearance is set to the amount necessary to place the border edge of
659+ the block even with the bottom outer edge of the lowest float that must be
660+ cleared."
661+
662+ to:
663+
664+ "If the element's top border edge has not passed the relevant floats, then
665+ its clearance is set to the amount necessary to place the border edge of
666+ the block even with the bottom outer edge of the lowest float that must be
667+ cleared. The space consumed by the previous collapsed margins, the
668+ clearance, and the collapsed margins between the clearance and the border
669+ edge of the block cannot be less than the space that would have been
670+ consumed by all of the collapsed margins up to the border edge of the block
671+ if no clearance had occurred. The clearance is increased such that the two
672+ distances match when this situation occurs."
673+
646674Resolution:
647675
648676=WG= Discuss.
@@ -700,9 +728,18 @@ Description:
700728 page-break-inside on child can override parent, but the same isn't
701729 true of page-break-before/after
702730
703- Proposal:
731+ Proposal 1:
732+
733+ Do nothing. Add a new value in CSS3.
734+
735+ Proposal 2:
736+
737+ Insert before the last "," in rule B: "and all the blocks contributing
738+ to the margin have a 'page-break-inside' value of 'avoid'"
704739
705740Resolution:
706741
707- =WG= Discuss.
742+ No change.
743+
744+ Issue closed.
708745------------------------------------------------------------------------
0 commit comments