File tree Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Original file line number Diff line number Diff line change 1717 //publishDate:	"2020-06-16", 
1818 //previousPublishDate: "2014-12-16", 
1919 //previousMaturity: "FPWD", 
20-   
20+ 
2121 // langs array lists languages addressed by this document, in order of speaker (highest first) 
2222 // it is used to generate the javascript needed for the matrix 
2323 langs : [ 'Arabic' ,  'Persian' ] , 
3939 ] , 
4040
4141
42-  github :"w3c/alreq" , 
43-  group :"i18n" , 
44-  
45-  postProcess : [ 
46-  function  importStyleSheet ( )  { 
47- [ ...document . querySelectorAll ( "link[rel='stylesheet'][data-import]" ) ] . forEach ( l  =>  { 
48- const  style  =  document . createElement ( "style" ) ; 
49- fetch ( l . href ) . then ( r  =>  r . text ( ) ) . then ( t  =>  { 
50- style . textContent  =  t ; 
51- l . replaceWith ( style ) ; 
52- } ) ; 
53-  } ) ; 
54-  } , 
55- ( )  =>  {  addPrompts ( )  } , 
56- ( )  =>  {  getAllData ( 'alreq' ,  'doc:arfa' )  } 
57-  ] , 
42+  github : "w3c/alreq" , 
43+  group : "i18n" , 
44+  preProcess : [ 
45+  ( )  =>  {  addPrompts ( )  } , 
46+  ( )  =>  {  getAllData ( 'alreq' ,  'doc:arfa' )  } 
47+  ] , 
48+ 
49+  postProcess : [ 
50+  function  importStyleSheet ( )  { 
51+  [ ...document . querySelectorAll ( "link[rel='stylesheet'][data-import]" ) ] . forEach ( l  =>  { 
52+  const  style  =  document . createElement ( "style" ) ; 
53+  fetch ( l . href ) . then ( r  =>  r . text ( ) ) . then ( t  =>  { 
54+  style . textContent  =  t ; 
55+  l . replaceWith ( style ) ; 
56+  } ) ; 
57+  } ) ; 
58+  } 
59+  ] , 
5860 } ; 
5961</ script > 
6062
                                 You can’t perform that action at this time. 
               
                  
0 commit comments