@@ -16,9 +16,10 @@ <h2 id="subtitle">****MOCKUP - DO NOT USE*****</h2>
16
16
< span class ="field-label "> Shortname</ span >
17
17
</ label >
18
18
< div class ="field-hint " id ="hint-shortname "> You may use a TR shortname to find out your next step</ div >
19
- < input type ="text " id ="shortname " name ="shortname " minlength ="3 " maxlength ="40 " pattern ="[-a-zA-Z0-9]{3,40} " list ="w3ctr " />
19
+ < input type ="text " id ="shortname " name ="shortname " aria-describedby ="hint-shortname " class ="input-width-40 "
20
+ minlength ="3 " maxlength ="40 " pattern ="[-a-zA-Z0-9]{3,40} " list ="w3ctr ">
20
21
21
- < datalist id ="w3ctr "> </ datalist >
22
+ < datalist id ="w3ctr "> </ datalist >
22
23
</ div >
23
24
24
25
< div aria-live ="assertive " aria-atomic ="true " id ="next ">
@@ -33,7 +34,7 @@ <h2 id="subtitle">****MOCKUP - DO NOT USE*****</h2>
33
34
34
35
Subject: < span id ='spec_shortname '> </ span > < span id ='spec_date '> </ span >
35
36
36
- - name of spec to be reviewed: < span id ='spec_title2 '> </ span >
37
+ - Name of spec to be reviewed: < span id ='spec_title2 '> </ span >
37
38
- Deadline for comments: < input type ='date '>
38
39
- URL of spec:
39
40
< span id ='spec_uri '> </ span >
@@ -47,7 +48,7 @@ <h2 id="subtitle">****MOCKUP - DO NOT USE*****</h2>
47
48
< span id ='spec_commits_link '> @@github/commits@@</ span >
48
49
- Please point to the results of your own self-reviews:
49
50
< a href ='https://w3c.github.io/i18n-drafts/techniques/shortchecklist '> Internationalization</ a > : < input placeholder ='<link> ' id ='i18n ' type ='url ' maxlength ='255 ' size ='50 '>
50
- < a href ="https://w3c.github.io/apa/fast/checklist.html "> Accessibility</ a > : < input placeholder ='<link> ' id ='a11y ' type ='url ' maxlength ='255 ' size ='50 '>
51
+ < a href ="https://w3c.github.io/apa/fast/checklist.html "> Accessibility</ a > : < input placeholder ='<link> ' id ='a11y ' type ='url ' maxlength ='255 ' size ='50 '>
51
52
< a href ="https://w3ctag.github.io/security-questionnaire/ "> Security and Privacy</ a > : < input placeholder ='<link> ' id ='sec_priv ' type ='url ' maxlength ='255 ' size ='50 '>
52
53
- Where and how to file issues arising?
53
54
< span id ='spec_issues_link '> @@github/issues@@</ span >
@@ -69,7 +70,7 @@ <h2 id="resources">Other resources</h2>
69
70
< li > < a href =". "> Organize a Technical Report Transition</ a > </ li >
70
71
< li > < a href ="https://w3c.github.io/spec-releases/milestones/ "> Milestones planning</ a > </ li >
71
72
< li > < a href ="https://w3c.github.io/spec-releases/timeline.svg "> 174 days to W3C Recommendation</ a > </ li >
72
- < li > < a href ="https://www.w3.org/2023/Process-20231103 /#Reports "> Recommendation Track Process</ a > </ li >
73
+ < li > < a href ="https://www.w3.org/policies/process /#Reports "> Recommendation Track Process</ a > </ li >
73
74
</ ul >
74
75
75
76
< style >
@@ -135,6 +136,7 @@ <h2 id="resources">Other resources</h2>
135
136
window . history . pushState ( config , config . shortname , query ) ;
136
137
trace ( "pushed " + window . location . href ) ;
137
138
}
139
+
138
140
// browser back and forward buttons
139
141
window . onpopstate = function ( e ) {
140
142
config = e . state ;
@@ -177,7 +179,7 @@ <h2 id="resources">Other resources</h2>
177
179
}
178
180
}
179
181
180
- let BASE = "https://www.w3.org/Guide /transitions?" ;
182
+ let BASE = "https://www.w3.org/guide /transitions?" ;
181
183
let INPLACE = "<li><a href='https://www.w3.org/2003/01/republishing/'>In-place modification of W3C Technical Reports</a></li>" ;
182
184
function listItem ( text , query ) {
183
185
let id = "option" + Math . round ( Math . random ( ) * 10000 ) ;
@@ -190,7 +192,7 @@ <h2 id="resources">Other resources</h2>
190
192
}
191
193
192
194
function nextSteps ( spec ) {
193
- let base = "https://www.w3.org/Guide /transitions?" ;
195
+ let base = "https://www.w3.org/guide /transitions?" ;
194
196
let next = document . getElementById ( "next" ) ;
195
197
let list = document . getElementById ( "step_list" ) ;
196
198
@@ -262,7 +264,7 @@ <h2 id="resources">Other resources</h2>
262
264
}
263
265
264
266
function defaultStep ( ) {
265
- let base = "https://www.w3.org/Guide /transitions?" ;
267
+ let base = "https://www.w3.org/guide /transitions?" ;
266
268
let next = document . getElementById ( "next" ) ;
267
269
let list = document . getElementById ( "step_list" ) ;
268
270
list . innerHTML = listItem ( "Publish as a First Public Working Draft" , "profile=FPWD" ) + listItem ( "Publish as a Working Group Note" , "profile=WG-NOTE" ) ;
@@ -323,7 +325,6 @@ <h2 id="resources">Other resources</h2>
323
325
}
324
326
325
327
// initialization
326
-
327
328
document . getElementById ( "spec" ) . style . display = "none" ;
328
329
document . getElementById ( "next" ) . style . display = "none" ;
329
330
@@ -354,4 +355,4 @@ <h2 id="resources">Other resources</h2>
354
355
}
355
356
}
356
357
trace ( "restored " + window . location . href ) ;
357
- </ script >
358
+ </ script >
0 commit comments