Skip to content

Commit 1836ea5

Browse files
committed
HTML Fri, 06 Mar 2026 10:04:31 GMT
1 parent e3c5a84 commit 1836ea5

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const links = [
77
text: "HTML",
88
href: "https://htmlspecs.com/",
99
src: "https://html.spec.whatwg.org/multipage/",
10-
"last-modified": "Fri, 27 Feb 2026 13:48:58 GMT",
10+
"last-modified": "Fri, 06 Mar 2026 10:04:31 GMT",
1111
lang: "cjk",
1212
state: "LS"
1313
},

index.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
src="https://resources.whatwg.org/logo.svg" height="100"></a>
3939
<hgroup>
4040
<h1 class="allcaps">HTML</h1>
41-
<p id="living-standard">现行标准 — 最后更新 <span class="pubdate">2026年2月27日</span>
41+
<p id="living-standard">现行标准 — 最后更新 <span class="pubdate">2026年3月6日</span>
4242
</hgroup>
4343
<nav>
4444
<div>
@@ -64,7 +64,7 @@ <h1 class="allcaps">HTML</h1>
6464
<a href="https://github.com/whatwg/html/commits" class="changes"><span><strong>提交记录</strong>
6565
<code>在GitHub上</code></span></a>
6666
<a id="commit-snapshot-link"
67-
href="https://html.spec.whatwg.org/commit-snapshots/29a0ff55a54c1aa87d0b5182c115d34f33e07cba/" class="changes"
67+
href="https://html.spec.whatwg.org/commit-snapshots/c81a6a0f1e8d0bbd65bfb7fe7c1c41a4ebd24c0b/" class="changes"
6868
title="你也可以按&#39;y&#39;键"><span><strong>快照</strong>
6969
<code>截至此提交</code></span></a>
7070
<a href="https://twitter.com/htmlstandard" class="changes"><span><strong>Twitter更新</strong>
@@ -39693,13 +39693,14 @@ <h4 id="api-for-a-and-area-elements"><span class="secno">4.6.4</span> 用于 <co
3969339693

3969439694
<div data-algorithm="">
3969539695
<p>要为 <code
39696-
id="api-for-a-and-area-elements:htmlanchorelement"><a href="#htmlanchorelement">HTMLAnchorElement</a></code>
39697-
<code id="api-for-a-and-area-elements:htmlareaelement"><a href="#htmlareaelement">HTMLAreaElement</a></code> 更新
39698-
<code>href</code>,将元素的 <code
39696+
id="api-for-a-and-area-elements:htmlanchorelement"><a href="#htmlanchorelement">HTMLAnchorElement</a></code>
39697+
<code id="api-for-a-and-area-elements:htmlareaelement"><a href="#htmlareaelement">HTMLAreaElement</a></code> 元素 <a
39698+
href="#update-href" id="api-for-a-and-area-elements:update-href">更新 <code>href</code></a>,请将该元素的 <code
3969939699
id="api-for-a-and-area-elements:attr-hyperlink-href-5"><a href="#attr-hyperlink-href">href</a></code>
39700-
内容属性的值设置为元素的 <a href="#concept-hyperlink-url" id="api-for-a-and-area-elements:concept-hyperlink-url-2">url</a> 的
39701-
<a href="https://url.spec.whatwg.org/#concept-url-serializer"
39702-
id="api-for-a-and-area-elements:concept-url-serializer-2" data-x-internal="concept-url-serializer">序列化</a>。
39700+
内容属性值设置为该元素的 <a href="#concept-hyperlink-url" id="api-for-a-and-area-elements:concept-hyperlink-url-2">url</a>,<a
39701+
href="https://url.spec.whatwg.org/#concept-url-serializer"
39702+
id="api-for-a-and-area-elements:concept-url-serializer-2"
39703+
data-x-internal="concept-url-serializer">序列化</a>后得到的结果。
3970339704
</p>
3970439705
</div>
3970539706

@@ -144062,7 +144063,7 @@ <h4 id="the-location-interface"><span class=secno>7.2.4</span> <code
144062144063
<p><a id="the-location-interface:assert" href="https://infra.spec.whatwg.org/#assert"
144063144064
data-x-internal="assert">断言</a>:<a id="the-location-interface:this-64"
144064144065
href="https://webidl.spec.whatwg.org/#this" data-x-internal="this">this</a> 的 <a href="#relevant-document"
144065-
id="the-location-interface:relevant-document-37">相关的 <code>Document</code></a> <a
144066+
id="the-location-interface:relevant-document-37">相关的 <code>Document</code></a> <a
144066144067
href="#concept-document-ancestor-origins-list"
144067144068
id="the-location-interface:concept-document-ancestor-origins-list">ancestor origins list</a> 不为 null。</p>
144068144069
</li>

src.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
src="https://resources.whatwg.org/logo.svg" height="100"></a>
3333
<hgroup>
3434
<h1 class="allcaps">HTML</h1>
35-
<p id="living-standard">Living Standard — Last Updated <span class="pubdate">27 February 2026</span></p>
35+
<p id="living-standard">Living Standard — Last Updated <span class="pubdate">6 March 2026</span></p>
3636
</hgroup>
3737

3838
<nav>
@@ -58,7 +58,7 @@ <h1 class="allcaps">HTML</h1>
5858
<code>whatwg/html repository</code></span></a>
5959
<a href="https://github.com/whatwg/html/commits" class="changes"><span><strong>Commits</strong>
6060
<code>on GitHub</code></span></a>
61-
<a id="commit-snapshot-link" href="/commit-snapshots/29a0ff55a54c1aa87d0b5182c115d34f33e07cba/"
61+
<a id="commit-snapshot-link" href="/commit-snapshots/c81a6a0f1e8d0bbd65bfb7fe7c1c41a4ebd24c0b/"
6262
class="changes"><span><strong>Snapshot</strong> <code>as of this commit</code></span></a>
6363
<a href="https://twitter.com/htmlstandard" class="changes"><span><strong>Twitter Updates</strong>
6464
<code>@htmlstandard</code></span></a>
@@ -45716,10 +45716,10 @@ <h4 id="api-for-a-and-area-elements"><span class="secno">4.6.4</span> API for <c
4571645716
</div>
4571745717

4571845718
<div data-algorithm="">
45719-
<p>To <a href="#update-href" id="api-for-a-and-area-elements:update-href">update <code>href</code></a> for <code
45720-
id="api-for-a-and-area-elements:htmlanchorelement"><a href="#htmlanchorelement">HTMLAnchorElement</a></code> and
45721-
<code id="api-for-a-and-area-elements:htmlareaelement"><a href="#htmlareaelement">HTMLAreaElement</a></code>, set
45722-
the element's <code
45719+
<p>To <a href="#update-href" id="api-for-a-and-area-elements:update-href">update <code>href</code></a> for an <code
45720+
id="api-for-a-and-area-elements:htmlanchorelement"><a href="#htmlanchorelement">HTMLAnchorElement</a></code> or
45721+
<code id="api-for-a-and-area-elements:htmlareaelement"><a href="#htmlareaelement">HTMLAreaElement</a></code>
45722+
element, set the element's <code
4572345723
id="api-for-a-and-area-elements:attr-hyperlink-href-5"><a href="#attr-hyperlink-href">href</a></code>
4572445724
content attribute's value to the element's <a href="#concept-hyperlink-url"
4572545725
id="api-for-a-and-area-elements:concept-hyperlink-url-2">url</a>, <a
@@ -168204,7 +168204,7 @@ <h4 id="the-location-interface"><span class="secno">7.2.4</span> The <code
168204168204
<p><a id="the-location-interface:assert" href="https://infra.spec.whatwg.org/#assert"
168205168205
data-x-internal="assert">Assert</a>: <a id="the-location-interface:this-64"
168206168206
href="https://webidl.spec.whatwg.org/#this" data-x-internal="this">this</a>'s <a href="#relevant-document"
168207-
id="the-location-interface:relevant-document-37">relevant <code>Document</code></a> <a
168207+
id="the-location-interface:relevant-document-37">relevant <code>Document</code></a>'s <a
168208168208
href="#concept-document-ancestor-origins-list"
168209168209
id="the-location-interface:concept-document-ancestor-origins-list">ancestor origins list</a> is not
168210168210
null.</p>

0 commit comments

Comments
 (0)