{"id":995,"date":"2024-02-14T09:31:33","date_gmt":"2024-02-14T09:31:33","guid":{"rendered":"https:\/\/html5accessibility.com\/stuff\/?p=995"},"modified":"2024-02-18T17:48:56","modified_gmt":"2024-02-18T17:48:56","slug":"when-it-says-name-from-author-it-means-from-you-not-boll-or-bukowski","status":"publish","type":"post","link":"https:\/\/html5accessibility.com\/stuff\/2024\/02\/14\/when-it-says-name-from-author-it-means-from-you-not-boll-or-bukowski\/","title":{"rendered":"When it says &#8216;name from Author&#8217; it means from you, not Boll or Bukowski"},"content":{"rendered":"<p style=\"padding-left: 40px;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1000 size-full\" src=\"https:\/\/html5accessibility.com\/stuff\/wp-content\/uploads\/2024\/01\/IMG_9011.jpg\" alt=\"Jonny lives on a farm with Kathryn, out in the wilderness of Canada. All was quiet until David, Patrick and I arrived unexpectedly for a visit...\" width=\"1433\" height=\"344\" srcset=\"https:\/\/html5accessibility.com\/stuff\/wp-content\/uploads\/2024\/01\/IMG_9011.jpg 1433w, https:\/\/html5accessibility.com\/stuff\/wp-content\/uploads\/2024\/01\/IMG_9011-300x72.jpg 300w, https:\/\/html5accessibility.com\/stuff\/wp-content\/uploads\/2024\/01\/IMG_9011-1024x246.jpg 1024w, https:\/\/html5accessibility.com\/stuff\/wp-content\/uploads\/2024\/01\/IMG_9011-768x184.jpg 768w, https:\/\/html5accessibility.com\/stuff\/wp-content\/uploads\/2024\/01\/IMG_9011-1200x288.jpg 1200w\" sizes=\"auto, (max-width: 1433px) 100vw, 1433px\" \/><\/p>\n<h2>Which ARIA roles <strong><em>require<\/em><\/strong> an accessible name?<\/h2>\n<p>There is a list in the ARIA spec that details <a href=\"https:\/\/w3c.github.io\/aria\/#namefromauthor\">Roles Supporting Name from Author<\/a> <em>and<\/em> which of these <strong>require<\/strong> an <a href=\"https:\/\/tetralogical.com\/blog\/2023\/04\/05\/accessible-names-and-descriptions\/\">accessible name<\/a>:<\/p>\n<p><strong>note:<\/strong> I have removed the roles that don&#8217;t <strong>require<\/strong> a name:<\/p>\n<ul class=\"compact\">\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#alertdialog\"><code>alertdialog<\/code><\/a>\n<p class=\"note\">name required &#8211; use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/p>\n<pre>#name from aria-label\r\n&lt;div role=\"alertdialog\" \r\n<mark>aria-label=\"imminent death\"<\/mark>&gt;content&lt;\/div&gt;<\/pre>\n<\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#application\"><code>application<\/code><\/a>\n<p class=\"note\">name required &#8211; use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/p>\n<pre>#name from aria-labelledby\r\n&lt;div role=\"application\" <mark>aria-labelledby=\"head\"<\/mark>&gt;\r\n&lt;h1 <mark>id=\"head\"<\/mark>&gt;sell your soul&lt;\/h1&gt;\r\n&lt;\/div&gt;<\/pre>\n<\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#button\"><code>button<\/code><\/a>\n<p class=\"note\">name required &#8211; use <a href=\"https:\/\/w3c.github.io\/aria\/#namecalculation\">contents<\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/p>\n<pre>#name from contents\r\n&lt;div role=\"button\" tabindex=\"0\"&gt;\r\n<mark>lick my decal<\/mark>&lt;\/div&gt;<\/pre>\n<\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#checkbox\"><code>checkbox<\/code><\/a>\n<p class=\"note\">name required &#8211; use <a href=\"https:\/\/w3c.github.io\/aria\/#namecalculation\">contents<\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/p>\n<pre>#name from contents\r\n&lt;div role=\"checkbox\" tabindex=\"0\" \r\naria-checked=\"false\"&gt;\r\n<mark>megaphone of destiny<\/mark>&lt;\/div&gt;<\/pre>\n<\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#columnheader\"><code>columnheader<\/code><\/a>\n<p class=\"note\">name required &#8211; use <a href=\"https:\/\/w3c.github.io\/aria\/#namecalculation\">contents<\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/p>\n<pre>#name from contents\r\n&lt;div role=\"columnheader\"&gt;\r\n<mark>cacophony level<\/mark>&lt;\/div&gt;<\/pre>\n<\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#combobox\"><code>combobox<\/code><\/a>\n<p class=\"note\">name required &#8211; use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/p>\n<pre>#name from aria-label\r\n&lt;div role=\"combobox\" \r\n<mark>aria-label=\"choice of Doom\"<\/mark> \r\ntabindex=\"0\"&gt;&lt;\/div&gt;<\/pre>\n<\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#dialog\"><code>dialog<\/code><\/a>\n<p class=\"note\">name required &#8211; use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/p>\n<pre>#name from aria-labelledby\r\n&lt;div role=\"dialog\" \r\n<mark>aria-labelledby=\"title\"<\/mark>&gt;\r\n&lt;h1 <mark>id=\"title\"<\/mark>&gt;In-cog-neat-O&lt;\/h1&gt;\r\n&lt;\/div&gt;<\/pre>\n<\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#form\"><code>form<\/code><\/a>\n<p class=\"note\">name required &#8211; use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a>. <strong>note<\/strong>\u00a0the role is not generally announced unless a name is present<\/p>\n<pre>#name from aria-label\r\n&lt;div role=\"form\" \r\n<mark>aria-label=\"Sausage emergent enquiry\"<\/mark>&gt;\r\ncontent&lt;\/div&gt;<\/pre>\n<\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#grid\"><code>grid<\/code><\/a>name required &#8211; use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a>\n<pre>#name from aria-label\r\n&lt;div role=\"grid\" \r\n<mark>aria-label=\"Neon meat dream\"<\/mark>&gt;\r\ncontent&lt;\/div&gt;<\/pre>\n<\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#group\"><code>group<\/code><\/a>\n<p class=\"note\">name &#8211; use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a> (doesn&#8217;t require a name, but <em>note<\/em>\u00a0the role is not generally announced unless a name is present)<\/p>\n<\/li>\n<\/ul>\n<details>\n<summary>Name required &#8211; the rest<\/summary>\n<ul>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#heading\"><code>heading<\/code><\/a> name required &#8211; use <a href=\"https:\/\/w3c.github.io\/aria\/#namecalculation\">contents<\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#img\"><code>img<\/code><\/a> name required &#8211; use <a href=\"https:\/\/w3c.github.io\/aria\/#namecalculation\">contents<\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#link\"><code>link<\/code><\/a> name required &#8211; use <a href=\"https:\/\/w3c.github.io\/aria\/#namecalculation\">contents<\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#listbox\"><code>listbox<\/code><\/a> name required &#8211; use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#menuitem\"><code>menuitem<\/code><\/a> name required &#8211; use <a href=\"https:\/\/w3c.github.io\/aria\/#namecalculation\">contents<\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#menuitemcheckbox\"><code>menuitemcheckbox<\/code><\/a> name required &#8211; use <a href=\"https:\/\/w3c.github.io\/aria\/#namecalculation\">contents<\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#menuitemradio\"><code>menuitemradio<\/code><\/a> name required &#8211; use <a href=\"https:\/\/w3c.github.io\/aria\/#namecalculation\">contents<\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#meter\"><code>meter<\/code><\/a> name required &#8211; use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#option\"><code>option<\/code><\/a> name required &#8211; use <a href=\"https:\/\/w3c.github.io\/aria\/#namecalculation\">contents<\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#progressbar\"><code>progressbar<\/code><\/a> name required &#8211; use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#radio\"><code>radio<\/code><\/a> name required &#8211; use <a href=\"https:\/\/w3c.github.io\/aria\/#namecalculation\">contents<\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#radiogroup\"><code>radiogroup<\/code><\/a> name required &#8211; use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#region\"><code>region<\/code><\/a> name required &#8211; use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#rowheader\"><code>rowheader<\/code><\/a> name required &#8211; use <a href=\"https:\/\/w3c.github.io\/aria\/#namecalculation\">contents<\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#searchbox\"><code>searchbox <\/code><\/a>name required &#8211; use <a href=\"https:\/\/w3c.github.io\/aria\/#namecalculation\">contents<\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#slider\"><code>slider<\/code><\/a> name required &#8211; use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#spinbutton\"><code>spinbutton<\/code><\/a> name required &#8211; use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#switch\"><code>switch<\/code><\/a> name required &#8211; use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#tab\"><code>tab<\/code><\/a> name required &#8211; use <a href=\"https:\/\/w3c.github.io\/aria\/#namecalculation\">contents<\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#table\"><code>table<\/code><\/a> name required &#8211; use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#tabpanel\"><code>tabpanel<\/code><\/a> name required &#8211; use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#textbox\"><code>textbox<\/code><\/a> name required &#8211; use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#tree\"><code>tree<\/code><\/a> name required &#8211; use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#treegrid\"><code>treegrid<\/code><\/a> name required &#8211; use <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#treeitem\"><code>treeitem<\/code><\/a> name required &#8211; use <a href=\"https:\/\/w3c.github.io\/aria\/#namecalculation\">contents<\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a><\/li>\n<\/ul>\n<\/details>\n<p>A name equates to the <a href=\"https:\/\/tetralogical.com\/blog\/2023\/04\/05\/accessible-names-and-descriptions\/\">accessible name<\/a> that will be exposed in the <a href=\"https:\/\/www.tpgi.com\/the-browser-accessibility-tree\/\">browser accessibility tree<\/a> and generally announced to screen reader users by default.<\/p>\n<h2>Note on naming from contents<\/h2>\n<p>For any role that allows naming from <em>contents<\/em> (child <a href=\"https:\/\/dom.spec.whatwg.org\/#interface-text\">text node<\/a>s) it will be dependent on the type of HTML element you use the role on:<\/p>\n<p>For example <code>role=\"img\"<\/code> allows naming from contents and author, but\u00a0 <code>&lt;hr&gt;<\/code> is a <a href=\"https:\/\/html.spec.whatwg.org\/multipage\/syntax.html#void-elements\">void element<\/a>, so will only allow use of <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-label\"><code>aria-label<\/code><\/a> or <a href=\"https:\/\/www.w3.org\/TR\/wai-aria\/#aria-labelledby\"><code>aria-labelledby<\/code><\/a>.<\/p>\n<pre>#name from aria-label\r\n&lt;hr role=\"img\" <mark>aria-label=\"poot\"<\/mark>&gt;\r\n\r\n#name from aria-labelledby\r\n&lt;hr role=\"img\" <mark>aria-labelledby=\"txty\"<\/mark>&gt;\r\n&lt;span <mark>id=\"txty\"<\/mark>&gt;poot&lt;\/span&gt;\r\n\r\n#name from contents for role=\"img\" using a &lt;div&gt;\r\n&lt;div role=\"img\"&gt;<mark>poot<\/mark>&lt;\/div&gt;<\/pre>\n<p class=\"note\"><strong>Note:<\/strong> In the case of <code>&lt;img&gt;<\/code> element <strong>always use<\/strong> <code>alt<\/code> as a naming method unless there is very good reason not to. Note also <code>alt<\/code> does nothing on <code>role=\"img\"<\/code> so don&#8217;t use it there.<\/p>\n<h2>Further reading<\/h2>\n<ul>\n<li><a href=\"https:\/\/html5accessibility.com\/stuff\/2022\/01\/10\/alt-tag-emptiness\/\">ALT TAG EMPTINESS<\/a><\/li>\n<li><a href=\"https:\/\/w3c.github.io\/aria\/#namefromauthor\">Roles Supporting Name from Author<\/a><\/li>\n<li><a href=\"https:\/\/html5accessibility.com\/stuff\/2020\/11\/24\/know-your-standards\/\">Know your Standards<\/a><\/li>\n<\/ul>\n<h2>Further Listening<\/h2>\n<p><iframe loading=\"lazy\" title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/58mXxWuUqYw?si=6L08IbMYEumZ6zOC\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<details>\n<summary>Grinspoon Chemical Heart &#8211; Lyrics<\/summary>\n<pre>Lyrics\r\nWhen\r\nLook for a ride and you need to get high my friend\r\nSpend all your time just walkin around instead\r\nLike black rose there's somebody to hold for them\r\nFor them\r\nLet's\r\nGo outside have nothin to hide for free\r\nCan't seem to see the forest from the trees\r\nGrass is always greener but how do ya know we'll see\r\nWe'll see\r\nCan't get started chemical heart\r\nEvery time I get started you pull me apart\r\nCan't get started chemical heart\r\nEvery time I get started you pull me apart\r\nForgotten\r\nMaybe things are right on the other side undone\r\nBetter of wishin for the stars to kill the sun\r\nLike black rose if nobody can hold no one\r\nNo one\r\nCan't get started chemical heart\r\nEvery time I get started you pull me apart\r\nCan't get started chemical heart\r\nEvery time I get started you pull me apart\r\nYeah\r\nWhen\r\nLook for a ride and you need to get high my friends\r\nSpend all ya time just walkin around instead\r\nLike stack road there's somebody to hold for them\r\nFor them\r\nCan't get started chemical heart\r\nEvery time I get started you pull me apart\r\nCan't get started chemical heart\r\nEvery time I get started you pull me apart\r\nYeah\r\nCan't get started\r\nChemical heart\r\nEverytime I get started\r\nYou pull me apart\r\nCan't get started\r\nChemical heart\r\nEverytime I get started\r\nYou pull me apart<\/pre>\n<\/details>\n","protected":false},"excerpt":{"rendered":"<p>Which ARIA roles require an accessible name? There is a list in the ARIA spec that details Roles Supporting Name from Author and which of these require an accessible name: note: I have removed the roles that don&#8217;t require a name: alertdialog name required &#8211; use aria-label or aria-labelledby #name from aria-label &lt;div role=&#8221;alertdialog&#8221; aria-label=&#8221;imminent [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[11],"class_list":["post-995","post","type-post","status-publish","format-standard","hentry","category-htmlaccessibility","tag-name"],"_links":{"self":[{"href":"https:\/\/html5accessibility.com\/stuff\/wp-json\/wp\/v2\/posts\/995","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/html5accessibility.com\/stuff\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/html5accessibility.com\/stuff\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/html5accessibility.com\/stuff\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/html5accessibility.com\/stuff\/wp-json\/wp\/v2\/comments?post=995"}],"version-history":[{"count":34,"href":"https:\/\/html5accessibility.com\/stuff\/wp-json\/wp\/v2\/posts\/995\/revisions"}],"predecessor-version":[{"id":1034,"href":"https:\/\/html5accessibility.com\/stuff\/wp-json\/wp\/v2\/posts\/995\/revisions\/1034"}],"wp:attachment":[{"href":"https:\/\/html5accessibility.com\/stuff\/wp-json\/wp\/v2\/media?parent=995"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/html5accessibility.com\/stuff\/wp-json\/wp\/v2\/categories?post=995"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/html5accessibility.com\/stuff\/wp-json\/wp\/v2\/tags?post=995"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}