Skip to content

Commit

Permalink
zh-cn: update some broken links in <article> (#24008)
Browse files Browse the repository at this point in the history
Co-authored-by: skyclouds2001 <[email protected]>
Co-authored-by: Allo <[email protected]>
  • Loading branch information
3 people authored Oct 14, 2024
1 parent 843c412 commit 54107b9
Showing 1 changed file with 87 additions and 39 deletions.
126 changes: 87 additions & 39 deletions files/zh-cn/web/html/element/article/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,48 +9,18 @@ slug: Web/HTML/Element/article

{{EmbedInteractiveExample("pages/tabbed/article.html", "tabbed-standard")}}

给定文档中可以包含多篇文章;例如,阅读器在博客上滚动时一个接一个地显示每篇文章的文本,每个帖子将包含在`<article>`元素中,可能包含一个或多个`<section>`

<table class="properties">
<tbody>
<tr>
<th scope="row"><dfn><a href="/zh-CN/docs/HTML/Content_categories">内容分类</a></dfn></th>
<td><a href="/zh-CN/docs/HTML/Content_categories#Flow_content">Flow content</a>, sectioning content, palpable content.</td>
</tr>
<tr>
<th scope="row">允许的内容</th>
<td><a href="/zh-CN/docs/HTML/Content_categories#Flow_content">Flow content</a>.</td>
</tr>
<tr>
<th scope="row">标签省略</th>
<td>不允许,开始标签和结束标签都不能省略。</td>
</tr>
<tr>
<th scope="row">允许的父元素</th>
<td>所有接受 <a href="/zh-CN/docs/HTML/Content_categories#Flow_content">Flow content</a>的元素。注意<code>&lt;article&gt;</code>元素不能成为{{HTMLElement("address")}}元素的子元素。</td>
</tr>
<tr>
<th scope="row">允许的 ARIA roles</th>
<td><a href="/zh-CN/docs/Web/Accessibility/ARIA/Roles/application_role"><code>application</code></a>, <a href="/zh-CN/docs/Web/Accessibility/ARIA/Roles/document_role"><code>document</code></a>, <a href="/zh-CN/docs/Web/Accessibility/ARIA/Roles/feed_role"><code>feed</code></a>, <a href="/zh-CN/docs/Web/Accessibility/ARIA/Roles/main_role"><code>main</code></a>, <a href="/zh-CN/docs/Web/Accessibility/ARIA/Roles/presentation_role"><code>presentation</code></a>, <a href="/zh-CN/docs/Web/Accessibility/ARIA/Roles/region_role"><code>region</code></a></td>
</tr>
<tr>
<th scope="row">DOM 实例</th>
<td>{{domxref("HTMLElement")}}</td>
</tr>
</tbody>
</table>
给定文档中可以包含多篇文章;例如,阅读器在博客上滚动时一个接一个地显示每篇文章的文本,每个帖子将包含在 `<article>` 元素中,可能包含一个或多个 `<section>`

## 属性

此元素只具有[全局属性](/zh-CN/docs/HTML/Global_attributes)
此元素只具有[全局属性](/zh-CN/docs/Web/HTML/Global_attributes)

## 使用说明

- 每个`<article>`,通常包括标题(\<h1> - \<h6>元素)作为`<article>`元素的子元素。
-`<article>`元素嵌套使用时,则该元素代表与外层元素有关的文章。例如,代表博客评论的`<article>`元素可嵌套在代表博客文章的`<article>`元素中。
- `<article>`元素的作者信息可通过{{HTMLElement("address")}}元素提供,但是不适用于嵌套的`<article>`元素。
- `<article>`元素的发布日期和时间可通过{{HTMLElement("time")}}元素的[`pubdate`](/zh-CN/docs/Web/HTML/Element/time#pubdate)属性表示。
- 可以使用{{HTMLElement("time")}} 元素的[`datetime`](/zh-CN/docs/Web/HTML/Element/time#datetime)属性来描述`<article>`元素的发布日期和时间。请注意{{HTMLElement("time")}}的*[`pubdate`](/zh-CN/docs/Web/HTML/Element/time#pubdate)* 属性不再是*{{glossary("W3C")}}* *{{glossary("HTML5")}}*标准。
- 每个 `<article>`,通常包括标题([`<h1>``<h6>`](/zh-CN/docs/Web/HTML/Element/Heading_Elements) 元素)作为 `<article>` 元素的子元素。
-`<article>` 元素嵌套使用时,则该元素代表与外层元素有关的文章。例如,代表博客评论的 `<article>` 元素可嵌套在代表博客文章的 `<article>` 元素中。
- `<article>` 元素的作者信息可通过 {{HTMLElement("address")}} 元素提供,但是不适用于嵌套的 `<article>` 元素。
- 可以使用 {{HTMLElement("time")}} 元素的 [`datetime`](/zh-CN/docs/Web/HTML/Element/time#datetime) 属性来描述 `<article>` 元素的发布日期和时间。

## 示例

Expand Down Expand Up @@ -94,6 +64,84 @@ slug: Web/HTML/Element/article
</article>
```

## 技术概要

<table class="properties">
<tbody>
<tr>
<th scope="row">
<a href="/zh-CN/docs/Web/HTML/Content_categories"
>内容分类</a
>
</th>
<td>
<a href="/zh-CN/docs/Web/HTML/Content_categories#流式内容"
>流式内容</a
>、<a
href="/zh-CN/docs/Web/HTML/Content_categories#分段内容"
>分段内容</a
>、<a href="/zh-CN/docs/Web/HTML/Content_categories#短语内容"
>短语内容</a
>
</td>
</tr>
<tr>
<th scope="row">允许的内容</th>
<td>
<a href="/zh-CN/docs/Web/HTML/Content_categories#流式内容"
>流式内容</a
>。
</td>
</tr>
<tr>
<th scope="row">标签省略</th>
<td>不允许,开始标签和结束标签都不能省略。</td>
</tr>
<tr>
<th scope="row">允许的父元素</th>
<td>
所有接受<a href="/zh-CN/docs/Web/HTML/Content_categories#流式内容"
>流式内容</a
>的元素。注意<code>&lt;article&gt;</code>元素不能成为 {{HTMLElement("address")}} 元素的子元素。
</td>
</tr>
<tr>
<th scope="row">隐含的 ARIA 角色</th>
<td>
<code
><a href="/zh-CN/docs/Web/Accessibility/ARIA/Roles/article_role"
>article</a
></code
>
</td>
</tr>
<tr>
<th scope="row">允许的 ARIA 角色</th>
<td>
<a href="/zh-CN/docs/Web/Accessibility/ARIA/Roles/application_role"
><code>application</code></a
>、<a href="/zh-CN/docs/Web/Accessibility/ARIA/Roles/document_role"
><code>document</code></a
>、<a href="/zh-CN/docs/Web/Accessibility/ARIA/Roles/feed_role"
><code>feed</code></a
>、<a href="/zh-CN/docs/Web/Accessibility/ARIA/Roles/main_role"
><code>main</code></a
>、<a href="/zh-CN/docs/Web/Accessibility/ARIA/Roles/none_role"
><code>none</code></a
>、<a href="/zh-CN/docs/Web/Accessibility/ARIA/Roles/presentation_role"
><code>presentation</code></a
>、<a href="/zh-CN/docs/Web/Accessibility/ARIA/Roles/region_role"
><code>region</code></a
>
</td>
</tr>
<tr>
<th scope="row">DOM 接口</th>
<td>{{domxref("HTMLElement")}}</td>
</tr>
</tbody>
</table>

## 规范

{{Specifications}}
Expand All @@ -102,7 +150,7 @@ slug: Web/HTML/Element/article

{{Compat}}

## 相关文章
## 参见

- Others section-related elements: {{HTMLElement("body")}}, {{HTMLElement("nav")}}, {{HTMLElement("section")}}, {{HTMLElement("aside")}}, {{HTMLElement("h1")}}, {{HTMLElement("h2")}}, {{HTMLElement("h3")}}, {{HTMLElement("h4")}}, {{HTMLElement("h5")}}, {{HTMLElement("h6")}}, {{HTMLElement("hgroup")}}, {{HTMLElement("header")}}, {{HTMLElement("footer")}}, {{HTMLElement("address")}}
- [Sections and outlines of an HTML5 document](/zh-CN/docs/Sections_and_Outlines_of_an_HTML5_document).
- 其他分段相关元素:{{HTMLElement("body")}}{{HTMLElement("nav")}}{{HTMLElement("section")}}{{HTMLElement("aside")}}{{HTMLElement("Heading_Elements", "h1")}}{{HTMLElement("Heading_Elements", "h2")}}{{HTMLElement("Heading_Elements", "h3")}}{{HTMLElement("Heading_Elements", "h4")}}{{HTMLElement("Heading_Elements", "h5")}}{{HTMLElement("Heading_Elements", "h6")}}{{HTMLElement("hgroup")}}{{HTMLElement("header")}}{{HTMLElement("footer")}}{{HTMLElement("address")}}
- [使用 HTML 分段和大纲](/zh-CN/docs/Web/HTML/Element/Heading_Elements)

0 comments on commit 54107b9

Please sign in to comment.