diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/non-normative/index.html | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/glossary/non-normative/index.html')
-rw-r--r-- | files/ja/glossary/non-normative/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/files/ja/glossary/non-normative/index.html b/files/ja/glossary/non-normative/index.html new file mode 100644 index 0000000000..eec10eae1a --- /dev/null +++ b/files/ja/glossary/non-normative/index.html @@ -0,0 +1,17 @@ +--- +title: non-normative +slug: Glossary/non-normative +tags: + - Glossary + - Infrastructure + - Specification + - Standardization +translation_of: Glossary/non-normative +--- +<p>ソフトウェア {{Glossary("specification", "specifications")}} には、 <em>non-normative</em> または <em>informative</em> としてマークされた情報が含まれていることがよくあります。これは、読者が仕様をよりよく理解したり、例を示したりするのを助ける目的で提供されていることを意味している、もしくはベストプラクティスであり原則として従う必要はありません。従わなければならない仕様の公式部分を含むセクションは、多くの場合 {{Glossary("normative", "normative")}} とマークされています。</p> + +<h2 id="関連項目">関連項目</h2> + +<ul> + <li>Description of <a href="https://wiki.whatwg.org/wiki/Specs/howto#Content">normative and informative content</a> in WHATWG wiki</li> +</ul> |