Skip to content

Commit 8befb84

Browse files
committed
spec/css3-regions/sequestering-regions: edited
1 parent a4af13d commit 8befb84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/css3-regions/sequestering-regions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Here's the starting point with empty presentational elements in the content mark
3232
</body>
3333
</code>
3434

35-
Using custom elements, you could put the presentational elements in a separate HTML file:
35+
Using custom elements, you could put the presentational elements in a separate HTML file. I have extended the img element here, but you could instead extend the body element.
3636

3737
<code html content.html>
3838
<link rel="components" href="article-splitter.html">
@@ -70,7 +70,7 @@ Using custom elements, you could put the presentational elements in a separate H
7070
</body>
7171
</code>
7272

73-
Or you could use decorators:
73+
Or you could use decorators. Again, I chose to add a class to the img element, but you could decorate the body element if that's your preference.
7474

7575
<code html contents.html>
7676
<link rel="decorators" href="region-layout.html">

0 commit comments

Comments
 (0)