File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1428,11 +1428,13 @@ <h2 id=functional-notation><span class=secno>8. </span> Functional
14281428 would be ambiguous otherwise. If a comma is used to separate arguments,
14291429 whitespace is optional before and after the comma.
14301430
1431- < pre class =example >
1431+ < div class =example >
1432+ < pre >
14321433<!-- --> background: url(http://www.example.org/image);
14331434<!-- --> color: rgb(100, 200, 50 );
14341435<!-- --> content: counter(list-item) ". ";
14351436<!-- --> width: calc(50% - 2em);</ pre >
1437+ </ div >
14361438
14371439 < h3 id =calc-notation > < span class =secno > 8.1. </ span > Mathematical
14381440 Expressions: ‘< a href ="#calc "> < code class =css > calc()</ code > </ a > ’</ h3 >
Original file line number Diff line number Diff line change @@ -958,11 +958,13 @@ <h2 id="functional-notation">
958958 If a comma is used to separate arguments,
959959 whitespace is optional before and after the comma.
960960
961- < pre class ="example ">
961+ < div class ="example ">
962+ < pre >
962963<!-- --> background: url(http://www.example.org/image);
963964<!-- --> color: rgb(100, 200, 50 );
964965<!-- --> content: counter(list-item) ". ";
965966<!-- --> width: calc(50% - 2em);</ pre >
967+ </ div >
966968
967969< h3 id ="calc-notation ">
968970Mathematical Expressions: ''calc()''</ h3 >
You can’t perform that action at this time.
0 commit comments