-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Interactive test results: Some new pages, some updated
- Loading branch information
Showing
8 changed files
with
301 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,129 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Emphasis: Interactive test results</title> | ||
<meta name="description" content="Summarises results of interactive tests by pulling data from a GitHub repository." /> | ||
<script> | ||
var f = { } | ||
|
||
// AUTHORS should fill in these assignments: | ||
f.directory = 'results'+'/' // the path to this file, not including i18n-tests or the file name | ||
f.filename = 'int-emphasis' // the file name WITHOUT extensions | ||
f.authors = 'Richard Ishida, W3C' // author(s) and affiliations | ||
f.previousauthors = '' // as above | ||
f.modifiers = '' // people making substantive changes, and their affiliation | ||
f.searchString = 'int-emphasis' // blog search string - usually the filename without extensions | ||
f.firstPubDate = '2024-03-22' // date of the first publication of the document (after review) | ||
f.lastSubstUpdate = { date:'2024-03-22', time:'08:54'} // date and time of latest substantive changes to this document | ||
f.status = 'notreviewed' // should be one of draft, review, published, notreviewed or obsolete | ||
f.path = '../../i18n-drafts/' // what you need to prepend to a URL to get to the /i18n-drafts directory | ||
|
||
// AUTHORS AND TRANSLATORS should fill in these assignments: | ||
f.thisVersion = { date:'2024-03-22', time:'08:54'} // date and time of latest edits to this document/translation | ||
f.contributors = '' // people providing useful contributions or feedback during review or at other times | ||
// also make sure that the lang attribute on the html tag is correct! | ||
f.sources = '' // describes sources of information | ||
|
||
// TRANSLATORS should fill in these assignments: | ||
f.translators = 'name, org' // translator(s) and their affiliation - a elements allowed, but use double quotes for attributes | ||
|
||
f.breadcrumb = 'tests' | ||
|
||
f.additionalLinks = '' | ||
</script> | ||
<script src="int-translation.js"> </script> | ||
<script src="interactive.js"> </script> | ||
<script src="../../i18n-drafts/javascript/doc-structure/article-dt.js"> </script> | ||
<script src="../../i18n-drafts/javascript/boilerplate-text/boilerplate-en.js"></script> | ||
<script src="../../i18n-drafts/javascript/doc-structure/article.js"> </script> | ||
<script src="../../i18n-drafts/javascript/articletoc-html5.js"></script> | ||
<link rel="stylesheet" href="../../i18n-drafts/style/article-2016.css" /> | ||
<link rel="copyright" href="#copyright"/> | ||
<link rel="stylesheet" href="results.css"/> | ||
<style> | ||
table .assert { | ||
width: 50%; | ||
font-weight: normal; | ||
} | ||
.results { | ||
width: 60%; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<header> | ||
<nav id="mainNavigation"></nav><script>document.getElementById('mainNavigation').innerHTML = mainNavigation</script> | ||
|
||
<h1>Interactive test results: <br> | ||
Emphasis | ||
</h1> | ||
</header> | ||
|
||
|
||
<section> | ||
<div id="audience"> | ||
<div class="pageInstructions"> | ||
<p>The tests are documented in a GitHub repository. To run the test, or to see any comments relating to the results, click on the link in the left-most column.</p> | ||
<div id="updateInfo"></div><script>document.getElementById('updateInfo').innerHTML = g.updated</script> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
|
||
<section> | ||
<p>This page summarises results for interactive tests related to text decoration. It complements the <a href="https://www.w3.org/TR/typography/#emphasis">Emphasis</a> section of the <a href="https://www.w3.org/TR/typography/">Language Enablement Index</a>.</p> | ||
|
||
<p>The tests themselves are linked to and described in a set of <a href="https://github.com/w3c/character_phrase_tests/issues">GitHub issues</a>. Follow the links to the issue to run the test, or to see notes on the results (especially where the test only partially passes).</p> | ||
|
||
<p>If you are developing a gap-analysis document, these tests can be set up very quickly, and the results captured simply. You can easily add tests to this list. See the <a href="https://www.w3.org/International/i18n-drafts/pages/interactive_tests.html">instructions</a> for further information. There is also a <a href="https://www.w3.org/International/i18n-tests/#interactive">list of all tests and results</a> pages.</p> | ||
</section> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div id="generatedResults"> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<section> | ||
<h2 id="endlinks" class="notoc">Links</h2> | ||
<aside class="section" id="survey"> </aside><script>document.getElementById('survey').innerHTML = g.survey</script> | ||
|
||
<ul id="full-links"> | ||
<li><a href="https://www.w3.org/TR/typography/#emphasis">Text decoration</a> in the Language Enablement Index.</li> | ||
|
||
<li><a href="https://github.com/w3c/character_phrase_tests/issues?q=is%3Aissue+is%3Aopen+label%3Adoc%3AEmphasis">Text decoration</a> in the Character Phrase tests repo.</li> | ||
|
||
<li>The full set of issues in the <a href="https://github.com/w3c/character_phrase_tests/issues/">Character Phrase tests repo</a>.</li> | ||
|
||
<li><a href="https://www.w3.org/International/i18n-tests/">i18n test suite home</a></li> | ||
</ul> | ||
</section> | ||
|
||
<footer id="thefooter"></footer><script>document.getElementById('thefooter').innerHTML = g.bottomOfPage</script> | ||
<script>completePage()</script> | ||
|
||
|
||
|
||
<script> | ||
getAllData('character_phrase_tests','doc:Emphasis') | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.