{"id":11453,"date":"2021-05-24T15:31:46","date_gmt":"2021-05-24T14:31:46","guid":{"rendered":"https:\/\/help.instantatlas.com\/report-builder\/?page_id=11453"},"modified":"2023-07-20T15:54:50","modified_gmt":"2023-07-20T14:54:50","slug":"web-accessibility-in-report-builder-2-0","status":"publish","type":"page","link":"https:\/\/help.reports.esriuk.com\/report-builder\/web-accessibility-in-report-builder-2-0\/","title":{"rendered":"Web Accessibility in Report Builder 2.0"},"content":{"rendered":"<blockquote><p>When websites and web tools are properly designed and coded, people with disabilities can use them. However, currently many sites and tools are developed with accessibility barriers that make them difficult or impossible for some people to use.<\/p><\/blockquote>\n<p>The quote above comes from the <a href=\"https:\/\/www.w3.org\/WAI\/fundamentals\/accessibility-intro\/\" target=\"_blank\" rel=\"noopener\">Web Accessibility Initiative&#8217;s (WAI) &#8220;Introduction to Web Accessibility&#8221; page<\/a>. Report Builder 2.0 has been designed with accessibility in mind and makes use of a number of technologies and techniques to try and ensure that the reports it builds have as few <em>accessibility barriers<\/em> as possible. The most important features are described below, along with some <em>tips<\/em> to help you when authoring\/designing your own reports (marked with a \u2139\ufe0f icon).<\/p>\n<p>Web accessibility is a huge topic with many linked and overlapping problems, techniques and solutions. This article should be seen as an <em>introduction to accessibility in Report Builder<\/em> and is not a standalone document &#8211; a familiarity with at least some of the <a href=\"https:\/\/www.w3.org\/WAI\/fundamentals\/\" target=\"_blank\" rel=\"noopener\">Accessibility Fundamentals outlined by the WAI<\/a> is assumed. If you have a specific accessibility concern not detailed here please contact contact the Esri UK\u00a0<a href=\"https:\/\/www.esriuk.com\/en-gb\/support\/contact-support\" target=\"_blank\" rel=\"noopener\">Technical Support helpdesk<\/a>\u00a0(UK and Ireland customers only). International customers please email\u00a0<a href=\"mailto:internationalsupport@esriuk.com\">internationalsupport@esriuk.com<\/a>.<\/p>\n<hr \/>\n<h2>Web Content Accessibility Guidelines (WCAG)<\/h2>\n<p>Report Builder aims to achieve <a href=\"https:\/\/www.w3.org\/WAI\/WCAG21\/Understanding\/conformance#levels\" target=\"_blank\" rel=\"noopener\">level AA conformance<\/a> with <a href=\"https:\/\/www.w3.org\/WAI\/standards-guidelines\/wcag\/\" target=\"_blank\" rel=\"noopener\">version 2.1 of the Web Content Accessibility Guidelines (WCAG)<\/a>. Data-driven widgets like tables, charts and maps are all designed to meet these guidelines and use a variety of techniques to either adjust their appearance for different viewers or, where that is impossible, to provide alternative means of accessing the data (this is discussed in more detail below).<\/p>\n<p>\u2139\ufe0f Note: not all reports will meet all success criteria or be AA compliant because the design of each report is ultimately controlled by the report&#8217;s author. Report Builder cannot guarantee, for example, that a report will not contain confusing language, poor color choices, charts with no labels or badly designed page &#8220;flow&#8221;. Report authors are encouraged to make themselves familiar with the <a href=\"https:\/\/www.w3.org\/WAI\/WCAG21\/quickref\/\" target=\"_blank\" rel=\"noopener\">WCAG Quick Reference documentation<\/a>, especially section <a href=\"https:\/\/www.w3.org\/WAI\/WCAG21\/quickref\/#distinguishable\" target=\"_blank\" rel=\"noopener\">1.4 Distinguishable<\/a> and the <a href=\"https:\/\/www.w3.org\/WAI\/tips\/writing\/\" target=\"_blank\" rel=\"noopener\">Tips for Writing<\/a>.<\/p>\n<hr \/>\n<h2>Page Structure and Semantic Elements<\/h2>\n<p>Reports built using Report Builder 2.0 all use HTML5 and make use of <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Glossary\/Semantics\" target=\"_blank\" rel=\"noopener\">semantic HTML elements<\/a> and <a href=\"https:\/\/www.w3.org\/TR\/wai-aria-practices\/examples\/landmarks\/index.html\" target=\"_blank\" rel=\"noopener\"><em>landmarks<\/em><\/a> to help screen readers or other assistive technologies. For example, everything that acts like a button is a <code>&lt;button&gt;<\/code>, a report is always an <code>&lt;article&gt;<\/code> and a page within a report is a <code>&lt;section&gt;<\/code>. A fuller discussion of these techniques is available on the <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Learn\/Accessibility\/HTML\" target=\"_blank\" rel=\"noopener\">accessibility pages of <em>developer.mozilla.org<\/em><\/a>\u00a0and the <a href=\"https:\/\/www.w3.org\/TR\/wai-aria-practices-1.1\/#aria_landmark\" target=\"_blank\" rel=\"noopener\">W3C <em>ARIA<\/em>\u00a0documentation<\/a>.<\/p>\n<p>\u2139\ufe0f You should also take care when designing reports and make correct use of headings within pages to help users make sense of the information in the report. For example, it is recommended that each page within a report contains an <code>&lt;h2&gt;<\/code> that summarizes the contents of the page. The <a href=\"https:\/\/www.w3.org\/WAI\/tips\/writing\/\" target=\"_blank\" rel=\"noopener\">WAI&#8217;s Tips for Writing<\/a> page is a good place to start.<\/p>\n<p>Note also that if you <a href=\"\/report-builder\/report-menu\/#Embed_Share\">embed\u00a0 your reports<\/a> inside another, custom, web page then the page structure will change slightly and you need to take care with the structure of the enclosing page &#8211; in particular making sure you use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria-practices\/examples\/landmarks\/main.html\" target=\"_blank\" rel=\"noopener\">a <code>&lt;main&gt;<\/code> landmark<\/a> to enclose the embedded report.<\/p>\n<hr \/>\n<h2>Keyboard Navigation<\/h2>\n<p>All links and buttons within the <em>view report<\/em> pages are keyboard accessible\/navigable using standard browser mechanisms (e.g. <code>Tab<\/code> to Move, <code>Enter<\/code> to activate). As noted above, every element that performs an &#8220;action&#8221; will be a <code>&lt;button&gt;<\/code> or a link (<code>&lt;a&gt;<\/code>). If a button opens a <em>dialog<\/em> then that dialog will &#8220;trap&#8221; the focus so that keyboard navigation continues to work logically (i.e. within the dialog whilst it is shown, then back to the same point in the page where the focus was before the dialog was opened). Dialogs opened in this way can always be closed using the <code>Esc<\/code> key.<\/p>\n<hr \/>\n<h2>Buttons, Text &amp; Labels<\/h2>\n<p>Where a button or link is <em>visually<\/em> presented as a single icon (for example the button that allows a user to export a chart as an image) then there will be text\u00a0 describing what the button does either hidden within the button (visually hidden but accessible to screen readers) or as an <code>aria-label<\/code> attribute on the button.<\/p>\n<p>\u2139\ufe0f If you include links within a report you are authoring it is important to use them correctly to maintain accessibility. There are both technical and &#8220;common sense&#8221; approaches to authoring links (e.g. never using the words &#8220;click here&#8221; as the only content in your link). Report Builder allows you to access the raw HTML for text widgets if you need to to add labels etc. &#8211; <a href=\"\/report-builder\/widgets\/rule-aware-text-widget\/\">see the help pages for text widgets<\/a>\u00a0and the <a href=\"https:\/\/www.w3.org\/WAI\/tips\/writing\/#make-link-text-meaningful\" target=\"_blank\" rel=\"noopener\">WAI&#8217;s tips for writing links<\/a>.<\/p>\n<hr \/>\n<h2>Tables<\/h2>\n<p>Report Builder has a number of widgets that use HTML <code>&lt;table&gt;<\/code>s. These have all been designed to meet accessibility guidelines and use a number of techniques to associate data cells with headers etc. More detail on some of the techniques used can be found in the <a href=\"https:\/\/www.w3.org\/WAI\/tutorials\/tables\/\" target=\"_blank\" rel=\"noopener\">tables page of the WAI tutorials site.<\/a><\/p>\n<p>Report Builder does <em>not<\/em> use tables for purely <em>layout<\/em> purposes (e.g. aligning unrelated items on a page, sizing charts and captions).<\/p>\n<hr \/>\n<h2>Colours<\/h2>\n<p>Report Builder has a <a href=\"\/report-builder\/styling-menu\/#Colors\">built-in set of color palettes<\/a> that allow you to quickly and easily change the text, border and background colors for all widgets in your report. These colors have been carefully chosen so that they meet the <a href=\"https:\/\/www.w3.org\/WAI\/WCAG21\/quickref\/?tags=contrast#contrast-minimum\" target=\"_blank\" rel=\"noopener\">WCAG color contrast criteria<\/a>. If choosing your own colors Report Builder will show a warning in this dialog when colors do not meet the relevant contrast criteria.<\/p>\n<p><a href=\"https:\/\/help.reports.esriuk.com\/report-builder\/wp-content\/uploads\/sites\/51\/2023\/07\/rb-2-6-contrast-warning.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-11781\" src=\"https:\/\/help.reports.esriuk.com\/report-builder\/wp-content\/uploads\/sites\/51\/2023\/07\/rb-2-6-contrast-warning.png\" alt=\"Report Builder color contrast warning\" width=\"276\" height=\"337\" srcset=\"https:\/\/help.reports.esriuk.com\/report-builder\/wp-content\/uploads\/sites\/51\/2023\/07\/rb-2-6-contrast-warning.png 276w, https:\/\/help.reports.esriuk.com\/report-builder\/wp-content\/uploads\/sites\/51\/2023\/07\/rb-2-6-contrast-warning-246x300.png 246w\" sizes=\"auto, (max-width: 276px) 100vw, 276px\" \/><\/a><\/p>\n<h2>Charts<\/h2>\n<p>Charts can be problematic for some users &#8211; mainly because they often use color as the only or primary way of conveying information. This goes against many of the principles in the <a href=\"https:\/\/www.w3.org\/WAI\/tips\/designing\/#dont-use-color-alone-to-convey-information\" target=\"_blank\" rel=\"noopener\">WCAG documentation<\/a>. Report Builder has a number of mechanisms to address this which are discussed below. \u2139\ufe0f Page authors who want to use charts in their reports are encouraged to read the <a href=\"https:\/\/www.w3.org\/WAI\/people-use-web\/user-stories\/\" target=\"_blank\" rel=\"noopener\">accessibility user stories on the WAI site<\/a>.<\/p>\n<p>Charts are drawn when the report is first loaded and re-drawn if the report&#8217;s <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/CSS\/Viewport_concepts\" target=\"_blank\" rel=\"noopener\">viewport<\/a> changes. This ensures that (as far as possible) charts are reactive to user actions such as zooming the browser window or changing the orientation of a mobile device. This ensures that the charts remain as clear as possible at all screen resolutions.<\/p>\n<h3>Chart Options: Labels &amp; Styles<\/h3>\n<p>\u2139\ufe0f Charts in Report Builder have the ability to attach <strong>data labels<\/strong> to each item in the chart (for example to every bar in a bar chart). In many cases this can improve accessibility by giving an alternative way of identifying the data in the chart rather than solely color. This is an <strong>opt-in<\/strong> mechanism &#8211; the report author must choose to add data labels. This technique is not applicable to all charts and can in fact <em>reduce<\/em> accessibility if used incorrectly (for example by showing labels at a very small or very large font size in charts with many features) so it is not applied automatically.<\/p>\n<figure id=\"attachment_11455\" aria-describedby=\"caption-attachment-11455\" style=\"width: 660px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/help.instantatlas.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-bars-with-series-labels1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-11455\" src=\"https:\/\/help.instantatlas.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-bars-with-series-labels1.png\" alt=\"Bar chart with series labels\" width=\"660\" height=\"249\" srcset=\"https:\/\/help.reports.esriuk.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-bars-with-series-labels1.png 825w, https:\/\/help.reports.esriuk.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-bars-with-series-labels1-300x113.png 300w, https:\/\/help.reports.esriuk.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-bars-with-series-labels1-768x290.png 768w\" sizes=\"auto, (max-width: 660px) 100vw, 660px\" \/><\/a><figcaption id=\"caption-attachment-11455\" class=\"wp-caption-text\">Bar chart using data point labels to highlight data series &#8211; series labels are set to <code>(#INDEX) #NAME<\/code>, data point labels to <code>#INDEX<\/code> and the values are auto-populated by Report Builder when the chart is drawn.<\/figcaption><\/figure>\n<figure id=\"attachment_11459\" aria-describedby=\"caption-attachment-11459\" style=\"width: 660px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/help.instantatlas.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-bars-with-series-labels1-greyscale.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-11459\" src=\"https:\/\/help.instantatlas.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-bars-with-series-labels1-greyscale-300x113.png\" alt=\"Bar chart with bar labels in greyscale\" width=\"660\" height=\"249\" srcset=\"https:\/\/help.reports.esriuk.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-bars-with-series-labels1-greyscale-300x113.png 300w, https:\/\/help.reports.esriuk.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-bars-with-series-labels1-greyscale-768x290.png 768w, https:\/\/help.reports.esriuk.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-bars-with-series-labels1-greyscale.png 825w\" sizes=\"auto, (max-width: 660px) 100vw, 660px\" \/><\/a><figcaption id=\"caption-attachment-11459\" class=\"wp-caption-text\">The same bar chart &#8211; but in greyscale &#8211; the labels still allow the chart to function.<\/figcaption><\/figure>\n<p>\u2139\ufe0f For <a href=\"\/report-builder\/widgets\/line-chart-widget\/\">line charts<\/a> and <a href=\"\/report-builder\/widgets\/radar-chart-widget\/\">radar charts<\/a> the line style can be adjusted to use <strong>pattern<\/strong> and <strong>point\/marker style<\/strong> as well as color to distinguish lines.<\/p>\n<figure id=\"attachment_11457\" aria-describedby=\"caption-attachment-11457\" style=\"width: 660px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/help.instantatlas.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-lines-alternate-styles1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-11457\" src=\"https:\/\/help.instantatlas.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-lines-alternate-styles1.png\" alt=\"Line chart with different line styles\" width=\"660\" height=\"330\" srcset=\"https:\/\/help.reports.esriuk.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-lines-alternate-styles1.png 895w, https:\/\/help.reports.esriuk.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-lines-alternate-styles1-300x150.png 300w, https:\/\/help.reports.esriuk.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-lines-alternate-styles1-768x384.png 768w\" sizes=\"auto, (max-width: 660px) 100vw, 660px\" \/><\/a><figcaption id=\"caption-attachment-11457\" class=\"wp-caption-text\">Line chart showing alternate line styles and point markers<\/figcaption><\/figure>\n<figure id=\"attachment_11458\" aria-describedby=\"caption-attachment-11458\" style=\"width: 660px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/help.instantatlas.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-pie-labels-monospace1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-11458 size-large\" src=\"https:\/\/help.instantatlas.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-pie-labels-monospace1-1024x511.png\" alt=\"Pie chart showing labels per segment\" width=\"660\" height=\"329\" srcset=\"https:\/\/help.reports.esriuk.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-pie-labels-monospace1-1024x511.png 1024w, https:\/\/help.reports.esriuk.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-pie-labels-monospace1-300x150.png 300w, https:\/\/help.reports.esriuk.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-pie-labels-monospace1-768x383.png 768w, https:\/\/help.reports.esriuk.com\/report-builder\/wp-content\/uploads\/sites\/51\/2021\/05\/rb2-pie-labels-monospace1.png 1221w\" sizes=\"auto, (max-width: 660px) 100vw, 660px\" \/><\/a><figcaption id=\"caption-attachment-11458\" class=\"wp-caption-text\">Pie chart showing segment labels with values and a link to the legend using <code>#POINTINDEX<\/code> to generate the number values.<\/figcaption><\/figure>\n<p>These styling options are kept under constant review to see if we can improve them. For example, we are currently exploring the use of patterns for bar and pie charts to supplement color and labelling.<\/p>\n<h3>Alternative View: Interactive<\/h3>\n<p>Each chart widget has a <strong><i class=\"fas fa-table\">\u00a0<\/i> Show Data Table<\/strong> button. If a user clicks on this the data used to draw the chart will be shown in a tabular format in a pop-up dialog. This provides an alternative (albeit less visually appealing) view of the data for users with a visual impairment.<\/p>\n<p>\u2139\ufe0f Report authors are encouraged to consider placing tables alongside or underneath charts in their reports.<\/p>\n<h3>Alternative View: Automatic &amp; Screen Readers<\/h3>\n<p>Each chart widget in Report Builder is rendered using an HTML <code>&lt;canvas&gt;<\/code> element. Canvases can be problematic for users with a visual impairment, particularly those who use screen readers. Report Builder automatically embeds a <code>&lt;table&gt;<\/code> containing the same data as the chart <em>inside<\/em> the <code>&lt;canvas&gt;<\/code> element. This table is invisible to users who access the report visually but provides an alternate (or <em>fallback<\/em>) view of the data. More information on this technique can be found in <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Canvas_API\/Tutorial\/Hit_regions_and_accessibility\" target=\"_blank\" rel=\"noopener\">the canvas tutorial at mozilla.org<\/a>.<\/p>\n<hr \/>\n<h2>Maps<\/h2>\n<p>Maps can suffer from the same accessibility problems as charts, most often the requirement &#8220;<a href=\"https:\/\/www.w3.org\/WAI\/tips\/designing\/#dont-use-color-alone-to-convey-information\" target=\"_blank\" rel=\"noopener\">don&#8217;t use color alone to convey information<\/a>&#8220;. Maps in Report Builder use <a href=\"https:\/\/doc.arcgis.com\/en\/arcgis-online\/reference\/what-is-web-map.htm\" target=\"_blank\" rel=\"noopener\">ArcGIS Online web maps<\/a> which have a number of different options to visualize and classify data &#8211; as with charts these are generally <strong>opt-in<\/strong> techniques since it is not practical to automatically add labels etc. to every map.<\/p>\n<p>\u2139\ufe0f When using a map as a navigation tool (either to show the current feature&#8217;s location or to allow a user to navigate to a report for a different feature) report authors are encouraged to provide an alternate (duplicate) navigation mechanism, for example an &#8220;open map in new window&#8221; link or a <a href=\"\/report-builder\/widgets\/navigator-widget\/\">navigator widget<\/a>.<\/p>\n<hr \/>\n<h2>Page Zoom<\/h2>\n<p>Reports respond to the screen size in which they are viewed (<a href=\"\/report-builder\/responsive-settings\/\"><em>responsive design<\/em><\/a>). For charts this may mean adjusting their labels and axes to preserve clarity, for text widgets it may mean applying a <em>reflow<\/em> of the text within the widget. Reports have a relatively simple structure of <code>report &gt; page(s) &gt; widget(s)<\/code> which means that they can respond and lay themselves out at a variety of screen resolutions.<\/p>\n<p>Report Builder has a number of built-in <em>breakpoints<\/em> when the screen is smaller than the\u00a0 report was originally designed for (e.g. on a mobile phone or tablet). At these points widgets may reflow more significantly and some widgets may hide less important information to present their data more clearly. You can read more about responsiveness in Report Builder on the <a href=\"\/report-builder\/responsive-settings\/\">responsive settings help page<\/a>.<\/p>\n<p>\u2139\ufe0f You should take care when designing reports with a lot of text, tables and images as these can break the reflow behavior <em>if<\/em> they are set to an explicit height, rather than <em>auto-height<\/em> (which is always available with one click in the editor user interface (UI)).<\/p>\n<hr \/>\n<h2>Web Accessibility Testing<\/h2>\n<blockquote><p>There are evaluation tools that help with evaluation. However, no tool alone can determine if a site meets accessibility standards. Knowledgeable human evaluation is required to determine if a site is accessible.<\/p><\/blockquote>\n<p>From: <a href=\"https:\/\/www.w3.org\/WAI\/test-evaluate\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.w3.org\/WAI\/test-evaluate\/<\/a><\/p>\n<p>In developing Report Builder we have used a number of automated testing tools including the <a href=\"https:\/\/www.deque.com\/axe\/\" target=\"_blank\" rel=\"noopener\">axe DevTools browser extension,<\/a> <a href=\"https:\/\/developers.google.com\/web\/tools\/lighthouse\/\" target=\"_blank\" rel=\"noopener\">Google Lighthouse<\/a> and <a href=\"https:\/\/wave.webaim.org\/\" target=\"_blank\" rel=\"noopener\">WAVE<\/a>. We have also tried hard to follow all the relevant guidelines and best practice and have tested the pages using &#8220;real humans&#8221;. We are aware, however, that web accessibility is a huge and dynamic area and we are not accessibility experts &#8211; if you have a specific accessibility concern not detailed here please contact the Esri UK\u00a0<a href=\"https:\/\/www.esriuk.com\/en-gb\/support\/contact-support\" target=\"_blank\" rel=\"noopener\">Technical Support helpdesk<\/a>\u00a0(UK and Ireland customers only). International customers please email\u00a0<a href=\"mailto:internationalsupport@esriuk.com\">internationalsupport@esriuk.com<\/a>.<\/p>\n<p>Please note that all of the above discussion relates to the <strong>viewing<\/strong> of reports built using Report Builder. The <strong>editing<\/strong> user interface (UI) used by report authors uses many of the same techniques but is not currently WCAG AA compliant, mainly because it cannot scale to all screen resolutions and requires the use of a pointer device (rather than the keyboard) to perform many of the editor actions. If you encounter difficulties using the editor UI please contact the Esri UK\u00a0<a href=\"https:\/\/www.esriuk.com\/en-gb\/support\/contact-support\" target=\"_blank\" rel=\"noopener\">Technical Support helpdesk<\/a>\u00a0(UK and Ireland customers only). International customers please email\u00a0<a href=\"mailto:internationalsupport@esriuk.com\">internationalsupport@esriuk.com<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When websites and web tools are properly designed and coded, people with disabilities can use them. However, currently many sites and tools are developed with accessibility barriers that make them difficult or impossible for some people to use. The quote above comes from the Web Accessibility Initiative&#8217;s (WAI) &#8220;Introduction to Web Accessibility&#8221; page. Report Builder [&hellip;]<\/p>\n","protected":false},"author":61,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11453","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/help.reports.esriuk.com\/report-builder\/wp-json\/wp\/v2\/pages\/11453","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/help.reports.esriuk.com\/report-builder\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/help.reports.esriuk.com\/report-builder\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/help.reports.esriuk.com\/report-builder\/wp-json\/wp\/v2\/users\/61"}],"replies":[{"embeddable":true,"href":"https:\/\/help.reports.esriuk.com\/report-builder\/wp-json\/wp\/v2\/comments?post=11453"}],"version-history":[{"count":0,"href":"https:\/\/help.reports.esriuk.com\/report-builder\/wp-json\/wp\/v2\/pages\/11453\/revisions"}],"wp:attachment":[{"href":"https:\/\/help.reports.esriuk.com\/report-builder\/wp-json\/wp\/v2\/media?parent=11453"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}