Procházet zdrojové kódy

unique section link text

Heydon Pickering před 8 roky
rodič
revize
f95f76dff4

+ 2 - 1
docs/js/dom-scripts.js

@@ -68,7 +68,8 @@
 
       var link = document.createElement('a')
       link.setAttribute('href', '#' + id)
-      link.setAttribute('aria-label', 'link for this section')
+      var headingText = heading.textContent
+      link.setAttribute('aria-label', 'To this ' + headingText + ' section')
       link.innerHTML = '<svg aria-hidden="true" viewBox="0 0 50 50" focusable="false"> <use xlink:href="#link"></use> </svg>'
 
       container.appendChild(link)

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
docs/service-worker.js


+ 2 - 1
themes/infusion/static/js/dom-scripts.js

@@ -68,7 +68,8 @@
 
       var link = document.createElement('a')
       link.setAttribute('href', '#' + id)
-      link.setAttribute('aria-label', 'link for this section')
+      var headingText = heading.textContent
+      link.setAttribute('aria-label', 'To this ' + headingText + ' section')
       link.innerHTML = '<svg aria-hidden="true" viewBox="0 0 50 50" focusable="false"> <use xlink:href="#link"></use> </svg>'
 
       container.appendChild(link)

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů