Просмотр исходного кода

Deploy from Github Actions build 140443311 [ci skip]

Build URL: https://github.com/gadenbuie/xaringanthemer/actions/runs/140443311
Commit: e5ecb0eca9
gh-pages
Garrick Aden-Buie 6 лет назад
Родитель
Сommit
8393a6d66e
11 измененных файлов: 81 добавлений и 6 удалений
  1. +1
    -1
      articles/fonts.html
  2. +15
    -0
      articles/fonts_files/accessible-code-block-0.0.1/empty-anchor.js
  3. +1
    -1
      articles/ggplot2-themes.html
  4. +15
    -0
      articles/ggplot2-themes_files/accessible-code-block-0.0.1/empty-anchor.js
  5. +1
    -1
      articles/template-variables.html
  6. +15
    -0
      articles/template-variables_files/accessible-code-block-0.0.1/empty-anchor.js
  7. +1
    -1
      articles/themes.html
  8. +15
    -0
      articles/themes_files/accessible-code-block-0.0.1/empty-anchor.js
  9. +1
    -1
      articles/xaringanthemer.html
  10. +15
    -0
      articles/xaringanthemer_files/accessible-code-block-0.0.1/empty-anchor.js
  11. +1
    -1
      pkgdown.yml

+ 1
- 1
articles/fonts.html Просмотреть файл

@@ -123,7 +123,7 @@


</header><div class="row">
</header><script src="fonts_files/accessible-code-block-0.0.1/empty-anchor.js"></script><div class="row">
<div class="col-md-9 contents">
<div class="page-header toc-ignore">
<h1 data-toc-skip>Fonts</h1>

+ 15
- 0
articles/fonts_files/accessible-code-block-0.0.1/empty-anchor.js Просмотреть файл

@@ -0,0 +1,15 @@
// Hide empty <a> tag within highlighted CodeBlock for screen reader accessibility (see https://github.com/jgm/pandoc/issues/6352#issuecomment-626106786) -->
// v0.0.1
// Written by JooYoung Seo (jooyoung@psu.edu) and Atsushi Yasumoto on June 1st, 2020.

document.addEventListener('DOMContentLoaded', function() {
const codeList = document.getElementsByClassName("sourceCode");
for (var i = 0; i < codeList.length; i++) {
var linkList = codeList[i].getElementsByTagName('a');
for (var j = 0; j < linkList.length; j++) {
if (linkList[j].innerHTML === "") {
linkList[j].setAttribute('aria-hidden', 'true');
}
}
}
});

+ 1
- 1
articles/ggplot2-themes.html Просмотреть файл

@@ -123,7 +123,7 @@


</header><div class="row">
</header><script src="ggplot2-themes_files/accessible-code-block-0.0.1/empty-anchor.js"></script><div class="row">
<div class="col-md-9 contents">
<div class="page-header toc-ignore">
<h1 data-toc-skip>ggplot2 Themes</h1>

+ 15
- 0
articles/ggplot2-themes_files/accessible-code-block-0.0.1/empty-anchor.js Просмотреть файл

@@ -0,0 +1,15 @@
// Hide empty <a> tag within highlighted CodeBlock for screen reader accessibility (see https://github.com/jgm/pandoc/issues/6352#issuecomment-626106786) -->
// v0.0.1
// Written by JooYoung Seo (jooyoung@psu.edu) and Atsushi Yasumoto on June 1st, 2020.

document.addEventListener('DOMContentLoaded', function() {
const codeList = document.getElementsByClassName("sourceCode");
for (var i = 0; i < codeList.length; i++) {
var linkList = codeList[i].getElementsByTagName('a');
for (var j = 0; j < linkList.length; j++) {
if (linkList[j].innerHTML === "") {
linkList[j].setAttribute('aria-hidden', 'true');
}
}
}
});

+ 1
- 1
articles/template-variables.html Просмотреть файл

@@ -123,7 +123,7 @@


</header><div class="row">
</header><script src="template-variables_files/accessible-code-block-0.0.1/empty-anchor.js"></script><div class="row">
<div class="col-md-9 contents">
<div class="page-header toc-ignore">
<h1 data-toc-skip>Template Variables</h1>

+ 15
- 0
articles/template-variables_files/accessible-code-block-0.0.1/empty-anchor.js Просмотреть файл

@@ -0,0 +1,15 @@
// Hide empty <a> tag within highlighted CodeBlock for screen reader accessibility (see https://github.com/jgm/pandoc/issues/6352#issuecomment-626106786) -->
// v0.0.1
// Written by JooYoung Seo (jooyoung@psu.edu) and Atsushi Yasumoto on June 1st, 2020.

document.addEventListener('DOMContentLoaded', function() {
const codeList = document.getElementsByClassName("sourceCode");
for (var i = 0; i < codeList.length; i++) {
var linkList = codeList[i].getElementsByTagName('a');
for (var j = 0; j < linkList.length; j++) {
if (linkList[j].innerHTML === "") {
linkList[j].setAttribute('aria-hidden', 'true');
}
}
}
});

+ 1
- 1
articles/themes.html Просмотреть файл

@@ -123,7 +123,7 @@


</header><div class="row">
</header><script src="themes_files/accessible-code-block-0.0.1/empty-anchor.js"></script><div class="row">
<div class="col-md-9 contents">
<div class="page-header toc-ignore">
<h1 data-toc-skip>Themes</h1>

+ 15
- 0
articles/themes_files/accessible-code-block-0.0.1/empty-anchor.js Просмотреть файл

@@ -0,0 +1,15 @@
// Hide empty <a> tag within highlighted CodeBlock for screen reader accessibility (see https://github.com/jgm/pandoc/issues/6352#issuecomment-626106786) -->
// v0.0.1
// Written by JooYoung Seo (jooyoung@psu.edu) and Atsushi Yasumoto on June 1st, 2020.

document.addEventListener('DOMContentLoaded', function() {
const codeList = document.getElementsByClassName("sourceCode");
for (var i = 0; i < codeList.length; i++) {
var linkList = codeList[i].getElementsByTagName('a');
for (var j = 0; j < linkList.length; j++) {
if (linkList[j].innerHTML === "") {
linkList[j].setAttribute('aria-hidden', 'true');
}
}
}
});

+ 1
- 1
articles/xaringanthemer.html Просмотреть файл

@@ -123,7 +123,7 @@


</header><div class="row">
</header><script src="xaringanthemer_files/accessible-code-block-0.0.1/empty-anchor.js"></script><div class="row">
<div class="col-md-9 contents">
<div class="page-header toc-ignore">
<h1 data-toc-skip>Xaringan CSS Theme Generator</h1>

+ 15
- 0
articles/xaringanthemer_files/accessible-code-block-0.0.1/empty-anchor.js Просмотреть файл

@@ -0,0 +1,15 @@
// Hide empty <a> tag within highlighted CodeBlock for screen reader accessibility (see https://github.com/jgm/pandoc/issues/6352#issuecomment-626106786) -->
// v0.0.1
// Written by JooYoung Seo (jooyoung@psu.edu) and Atsushi Yasumoto on June 1st, 2020.

document.addEventListener('DOMContentLoaded', function() {
const codeList = document.getElementsByClassName("sourceCode");
for (var i = 0; i < codeList.length; i++) {
var linkList = codeList[i].getElementsByTagName('a');
for (var j = 0; j < linkList.length; j++) {
if (linkList[j].innerHTML === "") {
linkList[j].setAttribute('aria-hidden', 'true');
}
}
}
});

+ 1
- 1
pkgdown.yml Просмотреть файл

@@ -7,7 +7,7 @@ articles:
template-variables: template-variables.html
themes: themes.html
xaringanthemer: xaringanthemer.html
last_built: 2020-06-18T04:18Z
last_built: 2020-06-19T04:15Z
urls:
reference: https://pkg.garrickadenbuie.com/xaringanthemer//reference
article: https://pkg.garrickadenbuie.com/xaringanthemer//articles

Загрузка…
Отмена
Сохранить