Article element in a wrong implementation
- Dominant language
- Markdown
- Stars
- 11k
- Forks
- 23.2k
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 331
Description
### MDN URL
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/article
### What specific section or headline is this issue about?
Try it
### What information was incorrect, unhelpful, or incomplete?
each day’s forecast (``) doesn’t make sense on its own and is too dependent on the main forecast (``), then it might not be appropriate to use the `` tag for the individual day forecasts.
Instead, you can put the name of the city in each sub article but this lead to lots of repetition, so you could consider using the `` tag for each day’s forecast, as it is used to group related content. If the individual forecasts are not intended to stand alone and are part of a larger whole (the main forecast), then the `` tag would be more appropriate.
### What did you expect to see?
```html
Weather forecast for Seattle
03 March 2018
Rain.
04 March 2018
Periods of rain.
05 March 2018
Heavy rain.
```
### Do you have any supporting links, references, or citations?
_No response_
### Do you have anything more you want to share?
_No response_
### MDN metadata
Page report details
* Folder: `en-us/web/html/element/article`
* MDN URL: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/article
* GitHub URL: https://github.com/mdn/content/blob/main/files/en-us/web/html/element/article/index.md
* Last commit: https://github.com/mdn/content/commit/942a529383ee7ee3996fb234187641c08935f3ff
* Document last modified: 2023-04-13T06:13:15.000Z
Contributor guide
Assessment
This issue has not been assessed yet.