From 48e4765f6091ffa700d1f67a76d1e45cda0729f4 Mon Sep 17 00:00:00 2001 From: Allo Date: Sat, 9 Dec 2023 09:37:06 +0800 Subject: [PATCH] ja: add more punctations and disable lint for a special case Co-authored-by: Masahiro FUJIMOTO --- files/ja/.markdownlint.jsonc | 2 +- files/ja/web/api/web_authentication_api/index.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/files/ja/.markdownlint.jsonc b/files/ja/.markdownlint.jsonc index 3c1e4570b32ab6..e9a890556f36aa 100644 --- a/files/ja/.markdownlint.jsonc +++ b/files/ja/.markdownlint.jsonc @@ -1,6 +1,6 @@ { "extends": "../../.markdownlint.jsonc", "no-trailing-punctuation": { - "punctuation": ".,;:。:" + "punctuation": ".,;:。、;:" } } diff --git a/files/ja/web/api/web_authentication_api/index.md b/files/ja/web/api/web_authentication_api/index.md index 0afd837be9393f..2b9f7df916bc68 100644 --- a/files/ja/web/api/web_authentication_api/index.md +++ b/files/ja/web/api/web_authentication_api/index.md @@ -35,7 +35,11 @@ create() と get() メソッドが全体像の中でどのように位置づけ ![ウェブ認証 API のコンポーネントの登録とデータフロー図](webauthn_registration_r4.png) -_図 1 - ウェブ認証による登録手順と各アクションに関連する重要なデータの流れを示す図。_ + + +_図 1 - ウェブ認証による登録手順と各アクションに関連する重要なデータの流れを示す図_ + + まず(図中のステップ 0)、アプリケーションは最初の登録要求を行います。このリクエストのプロトコルとフォーマットは、ウェブ認証 API の範囲外です。