File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3303,6 +3303,7 @@ <h3 id=hanging-punctuation><span class=secno>9.2. </span> Hanging
33033303
33043304 < pre > < code class =css > <!--
33053305 --> p {
3306+ <!-- --> text-align: justify;
33063307<!-- --> hanging-punctuation: allow-end;
33073308<!-- --> }
33083309<!----> </ code > </ pre >
@@ -3312,6 +3313,7 @@ <h3 id=hanging-punctuation><span class=secno>9.2. </span> Hanging
33123313
33133314 < pre > < code class =css > <!--
33143315 --> p {
3316+ <!-- --> text-align: justify;
33153317<!-- --> hanging-punctuation: force-end;
33163318<!-- --> }
33173319<!----> </ code > </ pre >
Original file line number Diff line number Diff line change @@ -2425,6 +2425,7 @@ <h3 id="hanging-punctuation">
24252425 </ div >
24262426 < pre > < code class ="css "> <!--
24272427 --> p {
2428+ <!-- --> text-align: justify;
24282429<!-- --> hanging-punctuation: allow-end;
24292430<!-- --> }
24302431<!----> </ code > </ pre >
@@ -2435,6 +2436,7 @@ <h3 id="hanging-punctuation">
24352436 </ div >
24362437 < pre > < code class ="css "> <!--
24372438 --> p {
2439+ <!-- --> text-align: justify;
24382440<!-- --> hanging-punctuation: force-end;
24392441<!-- --> }
24402442<!----> </ code > </ pre >
You can’t perform that action at this time.
0 commit comments