Fix empty aria-hidden attribute value in logo resources area (#30570)
				
					
				
			This commit is contained in:
		@@ -43,6 +43,6 @@
 | 
			
		||||
  %body{ class: body_classes }
 | 
			
		||||
    = content_for?(:content) ? yield(:content) : yield
 | 
			
		||||
 | 
			
		||||
    .logo-resources{ 'tabindex' => '-1', 'inert' => true, 'aria-hidden' => true }
 | 
			
		||||
    .logo-resources{ 'tabindex' => '-1', 'inert' => true, 'aria-hidden' => 'true' }
 | 
			
		||||
      = inline_svg_tag 'logo-symbol-icon.svg'
 | 
			
		||||
      = inline_svg_tag 'logo-symbol-wordmark.svg'
 | 
			
		||||
 
 | 
			
		||||
@@ -20,5 +20,5 @@
 | 
			
		||||
  %body.embed
 | 
			
		||||
    = yield
 | 
			
		||||
 | 
			
		||||
    .logo-resources{ 'tabindex' => '-1', 'inert' => true, 'aria-hidden' => true }
 | 
			
		||||
    .logo-resources{ 'tabindex' => '-1', 'inert' => true, 'aria-hidden' => 'true' }
 | 
			
		||||
      = inline_svg_tag 'logo-symbol-icon.svg'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user