forked from w3ckeio/w3ckeio.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glossary.json
executable file
·152 lines (151 loc) · 5.86 KB
/
glossary.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"languages": {
"en": { "name": "English", "dir": "ltr" },
"ja": { "name": "日本語", "dir": "ltr" }
},
"entries" : {
"AB": {
"def": "https://w3c.github.io/w3process/#AB",
"full": "Advisory Board",
"link": [
"https://www.w3.org/2002/ab/"
],
"desc": {
"en": {
"name": "Advisory Board",
"desc": "Advisory Board provides ongoing guidance to the Team on issues of strategy, management, legal matters, process, and conflict resolution"
},
"ja": {
"name": "運営理事会",
"desc": "ABは、戦略、管理、法的問題、プロセス、紛争解決の問題について、チームに継続的なガイダンスを提供します"
}
}
}
, "AC": {
"def": "https://w3c.github.io/w3process/#ac",
"full": "Advisory Committee",
"link": [],
"desc": {
"ja": {
"name": "会員組織代表者",
"desc": "各W3Cメンバー組織は、1人をW3C ACに指名することができます"
}
}
}
, "AC Appeals": {
"def": "https://w3c.github.io/w3process/#ACAppeal",
"link": [],
"desc": {
"ja": {
"name": "異議申し立て",
"desc": "W3CのWG/IGの作成・変更や作業中の仕様の勧告化などの状態変更などの決定に対して、ACは異議申し立てを行うことができます"
}
}
}
, "AC Reviews": {
"def": "https://w3c.github.io/w3process/#ACReview",
"link": [],
"desc": {
"ja": {
"name": "ACレビュー",
"desc": "ACは、新しく改訂されたワーキング・アンド・インタレスト・グループのチャーター、提案された推奨、時代遅れ、廃止、代替、またはリストアされる勧告の提案、W3Cプロセスの変更を提案します"
}
}
}
, "CR": {
"def": "https://w3c.github.io/w3process/#RecsCR",
"full": "Candidate Recommendations",
"link": [],
"desc": {
"ja": {
"name": "勧告候補",
"desc": "仕様が要求を満たしているか、広く一般に実装を呼び掛け、実装および相互運用試験を行う段顔の仕様案"
}
}
}
, "PR": {
"def": "https://w3c.github.io/w3process/#RecsPR",
"full": "Proposed Recommendation",
"link": [],
"desc": {
"ja": {
"name": "勧告案",
"desc": "仕様が勧告となる前の最終段階で、W3C会員全体によるレビューが実施されます"
}
}
}
, "FPWD": {
"def": "https://w3c.github.io/w3process/#fpwd",
"full": "First Public Working Draft",
"link": [],
"desc": {
"ja": {
"name": "公開草案初版",
"desc": "仕様の策定において最初に公開される原案で、標準化に向けた策定作業が開始されたことをW3C 内外に告知する役割もあります"
}
}
}
, "WD": {
"def": "https://w3c.github.io/w3process/#RecsWD",
"full": "Working Draft",
"link": [],
"desc": {
"ja": {
"name": "草案",
"desc": "公開草案初版以降、勧告候補までの間に公開される更新版"
}
}
}
, "REC": {
"def": "https://w3c.github.io/w3process/#RecsW3C",
"full": "Recommendation",
"link": [],
"desc": {
"ja": {
"name": "勧告",
"desc": "W3Cの承認された標準であり、すべての勧告化での要求要件を満たし、承認された仕様です"
}
}
}
, "W3C Process Document": {
"def": "https://www.w3.org/Consortium/Process/",
"link": [],
"desc": {
"ja": {
"name": "W3C手続規定",
"desc": "W3Cの各種グループの運営や標準策定手順の手続きを定義する文書"
}
}
}
, "W3C Patent Policy": {
"def": "https://www.w3.org/Consortium/Patent-Policy/",
"link": [],
"desc": {
"ja": {
"name": "W3C特許方針",
"desc": "W3Cの仕様に関わる特許の扱いとその手順を定義する文書"
}
}
}
, "Member Submissions": {
"def": "https://www.w3.org/Consortium/Process/#Submission",
"link": [],
"desc": {
"ja": {
"name": "会員提案",
"desc": "W3C会員による特定の項目に関する提案書"
}
}
}
, "Technical Report": {
"def": "https://www.w3.org/Consortium/Process/#technical-report",
"link": [],
"desc": {
"ja": {
"name": "標準情報",
"desc": ""
}
}
}
}
}