Skip to content

Commit

Permalink
Generated by TRAVIS-CI d40a173
Browse files Browse the repository at this point in the history
Regression Tests: Run only tests associated with updated example directory (pull #1100)

These changes Cut down the number of tests run on each PR.

* Tests are run by example directory, so all tests for all examples in an example directory will always be run at once.
* But if only one example directory is updated, then only the tests for that example directory will run.
* If any code in `examples/js` or `examples/css` is edited, then all tests are run.
* If `test/index.js` or any code in `test/util` is edited, then all tests are run.
* If package.json is updated, then all tests
are run.
* Changes the name format for the test files. All test files must be prepended with the directory of the example they are testing in order to easily filter tests.
* Test report will report bad test file names.
* Changes the format of the output from AVA's format to TAP.
  • Loading branch information
michael-n-cooper committed Aug 24, 2019
1 parent 0f3f328 commit 8556bd0
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US"><head><meta charset="utf-8"><meta name="generator" content="ReSpec 24.26.1"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><style>/* --- ISSUES/NOTES --- */
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US"><head><meta charset="utf-8"><meta name="generator" content="ReSpec 24.30.5"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><style>/* --- ISSUES/NOTES --- */
.issue-label {
text-transform: initial;
}
Expand Down Expand Up @@ -124,7 +124,8 @@
animation: pop 0.25s ease-in-out 0s 1;
}

.respec-offending-element {
.respec-offending-element,
a[href].respec-offending-element {
text-decoration: red wavy underline;
}
@supports not (text-decoration: red wavy underline) {
Expand Down Expand Up @@ -636,9 +637,9 @@
"preProcess": [
null
],
"publishDate": "2019-07-19",
"publishISODate": "2019-07-19T00:00:00.000Z",
"generatedSubtitle": "Editor's Draft 19 July 2019"
"publishDate": "2019-08-24",
"publishISODate": "2019-08-24T00:00:00.000Z",
"generatedSubtitle": "Editor's Draft 24 August 2019"
}</script><meta name="description" content="This document provides readers with an understanding of how to use WAI-ARIA 1.1 [WAI-ARIA] to create accessible rich internet applications.
It describes considerations that might not be evident to most authors from the WAI-ARIA specification alone and recommends approaches to make widgets, navigation, and behaviors accessible using WAI-ARIA roles, states, and properties.
This document is directed primarily to Web application developers, but the guidance is also useful for user agent and assistive technology developers."><link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2016/W3C-ED"></head>
Expand All @@ -647,7 +648,7 @@

<h2>
W3C Editor's Draft
<time class="dt-published" datetime="2019-07-19">19 July 2019</time>
<time class="dt-published" datetime="2019-08-24">24 August 2019</time>
</h2>
<dl>
<dt>This version:</dt><dd>
Expand Down Expand Up @@ -743,10 +744,10 @@ <h2>
(<a href="http://lists.w3.org/Archives/Public/public-aria/">comment archive</a>).
</p>
<p>
This document was published by the <a href="https://www.w3.org/WAI/ARIA/">Accessible Rich Internet Applications Working Group</a> as
an Editor's Draft.
</p><p>
This document was published by the <a href="https://www.w3.org/WAI/ARIA/">Accessible Rich Internet Applications Working Group</a> as an
Editor's Draft.

</p><p>

Comments regarding this document are welcome.
Please send them to
Expand Down

0 comments on commit 8556bd0

Please sign in to comment.