aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/web_standards
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/web_standards
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/glossary/web_standards')
-rw-r--r--files/ja/glossary/web_standards/index.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/files/ja/glossary/web_standards/index.html b/files/ja/glossary/web_standards/index.html
new file mode 100644
index 0000000000..c3c7aba340
--- /dev/null
+++ b/files/ja/glossary/web_standards/index.html
@@ -0,0 +1,33 @@
+---
+title: Web standards (ウェブ標準)
+slug: Glossary/Web_standards
+tags:
+ - Glossary
+ - Infrastructure
+ - Web Standards
+ - standards
+ - web specifications
+translation_of: Glossary/Web_standards
+---
+<p>ウェブ標準は国際標準化団体によって策定される、 {{Glossary("World Wide Web", "ウェブ")}} の仕組み (またときには {{Glossary("Internet", "インターネット")}} を制御する方法) を定義する規則です。</p>
+
+<p>いくつかの標準化団体がウェブのさまざまな側面を定義する責任があり、すべての標準はウェブを最大限に利用可能でアクセス可能に保つために調整する必要があります。<br>
+ ウェブ標準は、現在の状況を改善し、新しい状況に適応するために進化しなければなりません。</p>
+
+<p>次のリストはウェブサイトやネットワークシステムが準拠しなければならない標準の一部です:</p>
+
+<ul>
+ <li><strong>IETF</strong> (Internet Engineering Task Force): インターネット標準 (STD) であり、特に、{{Glossary("URI", "URI")}}、{{Glossary("HTTP")}}、{{Glossary("MIME")}} の設定と使用を管理しています。</li>
+ <li><strong>{{Glossary("W3C")}}</strong>: マークアップ言語 ({{Glossary("HTML")}}など) 、スタイル定義 ({{Glossary("CSS")}})、 {{Glossary("DOM")}}、{{Glossary("Accessibility", "アクセシビリティ")}} の仕様を策定しています。</li>
+ <li><strong>IANA </strong>(Internet Assigned Numbers Authority): 名前や番号の登記を管理しています。</li>
+ <li><strong>Ecmaインターナショナル: </strong>特に {{Glossary("JavaScript")}} 向けのスクリプティング標準の策定。</li>
+ <li><strong>{{Glossary("ISO")}}</strong> (International Organization for Standardization、国際標準化機構): 文字エンコーディング、ウェブサイトの管理、ユーザーインターフェイス設計などを含む、多種多様な標準を管理しています。</li>
+</ul>
+
+<h2 id="Learn_more" name="Learn_more">関連項目</h2>
+
+<h3 id="一般知識" style="line-height: 24px;">一般知識</h3>
+
+<ul>
+ <li>Wikipedia の {{interwiki("wikipedia", "ウェブ標準")}}</li>
+</ul>