Skip to content

Commit

Permalink
2024/06/25 時点の英語版に基づき更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Nov 9, 2024
1 parent 2cea539 commit c7480d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/ja/web/html/attributes/rel/me/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: rel=me
slug: Web/HTML/Attributes/rel/me
l10n:
sourceCommit: fa8a44b8bff24a4032181c4fd155c459c0dc9161
sourceCommit: 11e927274f8afd03b30a87cff7bb531c3ddd08be
---

{{HTMLSidebar}}

**`me`**[`rel`](/ja/docs/Web/HTML/Element/link#rel) 属性のキーワードで、 {{HTMLElement("link")}} および {{HTMLElement("a")}} 要素で使用します。現在のリソースがリンク先の当事者によって表されていることを示します。この `me` 値は [XHTML Friends Network (XFN) 仕様書](https://gmpg.org/xfn/) で導入されたものです。

```html
<link rel="me" value="example.com" />
<link rel="me" href="example.com" />
```

`rel="me"` 属性は [RelMeAuth](https://microformats.org/wiki/RelMeAuth)[Web sign in](https://microformats.org/wiki/web-sign-in) 仕様書において、ドメイン名や特定の URL を使用してウェブサービスに対して個人を特定できるようにする方法として使用されています。
Expand Down

0 comments on commit c7480d7

Please sign in to comment.