mdn / mdn/content

Article element in a wrong implementation

Open
#38,324 5 comments 1 reaction 0 assignees View on GitHub
Content:HTML
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.