@@ -1254,7 +1254,7 @@ <h4 id=exclusions-processing-model-description><span class=secno>3.5.1.
12541254 This is a simple step, based on the definition of containing blocks and
12551255 elements with a computed value for ‘< a href ="#wrap-flow "> < code
12561256 class =property > wrap-flow</ code > </ a > ’ that is not < code
1257- class =css > none</ code >
1257+ class =css > none</ code > .
12581258
12591259 < h4 id ="step-2-resolve wrapping-contexts-layout-containing-blocks "> < span
12601260 class =secno > 3.5.3. </ span > Step 2: resolve wrapping contexts and layout
@@ -1287,9 +1287,8 @@ <h4 id=step-2-B-layout-containing-block-applying-wrapping><span
12871287 class =secno > 3.5.5. </ span > Step 2-B: layout containing block applying
12881288 wrapping</ h4 >
12891289
1290- < p > Finally, the content of the content of the containing block is laid out,
1291- with the inline content wrapping around the wrapping content's exclusion
1292- areas.
1290+ < p > Finally, the content of the containing block is laid out, with the
1291+ inline content wrapping around the wrapping content's exclusion areas.
12931292
12941293 < h4 id =exclusions-processing-model-example > < span class =secno > 3.5.6.
12951294 </ span > Example</ h4 >
@@ -1307,12 +1306,12 @@ <h4 id=exclusions-processing-model-example><span class=secno>3.5.6.
13071306 <body>
13081307 <div id="d1" style="width:100%;height:auto;position:relative">
13091308 Lorem ipsusm ...
1310- <p id="e1" style="position:absolute; left:50%; top:50%;
1309+ <p id="e1" style="wrap-flow: both; position:absolute; left:50%; top:50%;
13111310 width:40%;height:40%; margin-left:-20%;" ></p>
13121311 </div>
13131312 <div id="d2" style="width:100%;height:auto;position:static">
13141313 Lorem ipsusm ...
1315- <p id="e2" style="position:absolute; right:5ex; top:1em;
1314+ <p id="e2" style="wrap-flow: both; position:absolute; right:5ex; top:1em;
13161315 width:12ex;height:10em; margin-left:-20%;" ></p>
13171316 </div>
13181317 </body>
@@ -1426,17 +1425,17 @@ <h6 id=resolving-rwc-1><span class=secno>3.5.6.2.1. </span>Resolving RWC-1</h6>
14261425
14271426 < h6 id =resolving-rwc-2 > < span class =secno > 3.5.6.2.2. </ span > Resolving RWC-2</ h6 >
14281427
1429- < p > The process is similar: the position of the < code
1430- class = idl > e1 </ code > exclusion needs to be resolved. Again, resolving the
1431- exclusion's position and size may require processing the containing block
1432- (d1 here). It is the case here because the size and position of < code
1433- class = idl > e1 </ code > depend on resolving the percentage lengths. The
1434- percentages are relative to the size of < code
1435- class = idl > d1 </ code > ‘ < code class = css > s box. As a result, in order to
1436- resolve a size for < code class =idl > d1</ code > </ code > ’s box, a first
1437- layout of < code class =idl > d1</ code > is done without any wrapping context
1438- (i.e., no exclusions applied). The layout yields a position and size for
1439- < code class =idl > e1</ code > ‘< code class =css > s box. </ code >
1428+ < p > The process is similar: the position of the < code class = idl > e1 </ code >
1429+ exclusion needs to be resolved. Again, resolving the exclusion's position
1430+ and size may require processing the containing block (d1 here). It is the
1431+ case here because the size and position of < code class = idl > e1 </ code >
1432+ depend on resolving the percentage lengths. The percentages are relative
1433+ to the size of < code class = idl > d1 </ code > ‘ < code class = css > s box. As a
1434+ result, in order to resolve a size for < code
1435+ class =idl > d1</ code > </ code > ’s box, a first layout of < code
1436+ class =idl > d1</ code > is done without any wrapping context (i.e., no
1437+ exclusions applied). The layout yields a position and size for < code
1438+ class =idl > e1</ code > ‘< code class =css > s box. </ code >
14401439
14411440 < p > At this point, RWC-2 is resolved because the position and size of both
14421441 e1 and e2 are resolved.
@@ -1561,7 +1560,7 @@ <h3 id=relation-to-box-model-and-float-behavior><span class=secno>4.1.
15611560 }
15621561</style>
15631562
1564- <div style=”position: relative; border: 1px solid black; ”>
1563+ <div style=”position: relative;”>
15651564 <div class=”exclusion”></div>
15661565 Lorem ipsum dolor sit amet...
15671566</div>
0 commit comments