Re: [csswg-drafts] [css-contain-1] Use proper HTML in markup example

Another example could be (if the messages were meant to be 
syndicated):

```html
<body>
  <aside class='sidebar'>...</aside>
  <section class='messages'>
    <h2>Messages</h2>
    <article class='message'>
      Lol, check out this dog: images.example.com/jsK3jkl
    </article>
    <article class='message'>
      I had a ham sandwich today. #goodtimes
    </article>
    <article class='message'>
      I have political opinions that you need to hear!
    </article>
    …
  </section>
</body>
```

-- 
GitHub Notification of comment by thierryk
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/1058#issuecomment-282047963
 using your GitHub account

Received on Thursday, 23 February 2017 16:43:15 UTC