File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -291,13 +291,13 @@ <h2 class="heading settled heading" data-level=2 id=relation-to-box-model-and-fl
291291
292292< p > In the following example
293293 the left and right floating
294- < code class =html > div </ code > elements
294+ < code class =html > img </ code > elements
295295 specify a triangular shape
296296 using the < a class =property data-link-type =propdesc href =#propdef-shape-outside title =shape-outside > shape-outside</ a > property.
297297
298298 < pre > < code class =css >
299- <img class="left" src="hand.svg"></img >
300- <img class="right" src="hand.svg"></img >
299+ <img class="left" src="hand.svg"/ >
300+ <img class="right" src="hand.svg"/ >
301301 <p>
302302 Sometimes a web page’s text content appears to be
303303 funneling your attention towards a spot on the page
Original file line number Diff line number Diff line change @@ -153,13 +153,13 @@ <h2 id="relation-to-box-model-and-float-behavior">
153153
154154 In the following example
155155 the left and right floating
156- < code class ="html "> div </ code > elements
156+ < code class ="html "> img </ code > elements
157157 specify a triangular shape
158158 using the 'shape-outside' property.
159159
160160 < pre > < code class ="css ">
161- <img class="left" src="hand.svg"></img >
162- <img class="right" src="hand.svg"></img >
161+ <img class="left" src="hand.svg"/ >
162+ <img class="right" src="hand.svg"/ >
163163 <p>
164164 Sometimes a web page's text content appears to be
165165 funneling your attention towards a spot on the page
Original file line number Diff line number Diff line change 1919 width : 40% ;
2020 height : 12ex ;
2121 float : left;
22- -webkit-transform : scaleX (-1 );;
22+ -webkit-transform : scaleX (-1 );
2323 }
2424
2525 .right {
3232 </ style >
3333</ head >
3434< body >
35- < img class ="left " src ="hand.svg "> </ img >
36- < img class ="right " src ="hand.svg "> </ img >
35+ < img class ="left " src ="hand.svg "/ >
36+ < img class ="right " src ="hand.svg "/ >
3737 < p class ="focus ">
3838 Sometimes a web page's text content appears to be
3939 funneling your attention towards a spot on the page
You can’t perform that action at this time.
0 commit comments