Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links to the main test page #430

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting-started/wg.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h2>Tools</h2>
<section id="tests">
<h2>Tests</h2>
<ul>
<li><a class="print" href="https://www.w3.org/International/tests/">i18n test suite</a> <span class="desc">Test results with links to the tests themselves.</span></li>
<li><a class="print" href="https://www.w3.org/International/i18n-tests/">i18n test suite</a> <span class="desc">Test results with links to the tests themselves.</span></li>
</ul>
</section>

Expand Down
2 changes: 1 addition & 1 deletion javascript/doc-structure/article-2022.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function stickyConneg (filename, cLang, targetLang) {
g.siteSearch = '<form method="get" action="https://www.w3.org/International/site-search.php" enctype="application/x-www-form-urlencoded" style="margin: 0;"><div id="searchSite"><input name="q" type="text" value="'+s.searchI18nSite+'" onfocus="this.value=\'\'" id="searchField" accesskey="E" maxlength="255"/></div></form>'

g.breadcrumbs = "<a href='https://www.w3.org/International/'>"+s.home+"</a> &gt; <a href='https://www.w3.org/International/resources'>"+s.resources+"</a> &gt; "
if (f.breadcrumb == 'tests') g.breadcrumbs += "<a href='https://www.w3.org/International/tests/'>"+s.tests+"</a>"
if (f.breadcrumb == 'tests') g.breadcrumbs += "<a href='https://www.w3.org/International/i18n-tests/'>"+s.tests+"</a>"
else g.breadcrumbs += "<a href='https://www.w3.org/International/articlelist#"+f.breadcrumb+"'>"+s.articles+"</a>"

if (f.status !== 'published' && f.status !== 'notreviewed') g.about = "<h2 id='abouthead' class='notoc'>"+s.aboutThisArticle+"</h2>\n"
Expand Down
2 changes: 1 addition & 1 deletion javascript/doc-structure/article.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function stickyConneg (filename, cLang, targetLang) {
g.siteSearch = '<form method="get" action="https://www.w3.org/International/site-search.php" enctype="application/x-www-form-urlencoded" style="margin: 0;"><div id="searchSite"><input name="q" type="text" value="'+s.searchI18nSite+'" onfocus="this.value=\'\'" id="searchField" accesskey="E" maxlength="255"/></div></form>'

g.breadcrumbs = "<a href='https://www.w3.org/International/'>"+s.home+"</a> &gt; <a href='https://www.w3.org/International/resources'>"+s.resources+"</a> &gt; "
if (f.breadcrumb == 'tests') g.breadcrumbs += "<a href='https://www.w3.org/International/tests/'>"+s.tests+"</a>"
if (f.breadcrumb == 'tests') g.breadcrumbs += "<a href='https://www.w3.org/International/i18n-tests/'>"+s.tests+"</a>"
else g.breadcrumbs += "<a href='https://www.w3.org/International/articlelist#"+f.breadcrumb+"'>"+s.articles+"</a>"

if (f.status !== 'published' && f.status !== 'notreviewed') g.about = "<h2 id='abouthead' class='notoc'>"+s.aboutThisArticle+"</h2>\n"
Expand Down
2 changes: 1 addition & 1 deletion javascript/doc-structure/article_new.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function stickyConneg (filename, cLang, targetLang) {
g.siteSearch = '<form method="get" action="https://www.w3.org/International/site-search.php" enctype="application/x-www-form-urlencoded" style="margin: 0;"><div id="searchSite"><input name="q" type="text" value="'+s.searchI18nSite+'" onfocus="this.value=\'\'" id="searchField" accesskey="E" maxlength="255"/></div></form>'

g.breadcrumbs = "<a href='https://www.w3.org/International/'>"+s.home+"</a> &gt; <a href='https://www.w3.org/International/resources'>"+s.resources+"</a> &gt; "
if (f.breadcrumb == 'tests') g.breadcrumbs += "<a href='https://www.w3.org/International/tests/'>"+s.tests+"</a>"
if (f.breadcrumb == 'tests') g.breadcrumbs += "<a href='https://www.w3.org/International/i18n-tests/'>"+s.tests+"</a>"
else g.breadcrumbs += "<a href='https://www.w3.org/International/articlelist#"+f.breadcrumb+"'>"+s.articles+"</a>"

g.about = "<h2 id='abouthead' class='notoc'>"+s.aboutThisArticle+"</h2>\n"
Expand Down
2 changes: 1 addition & 1 deletion nav/sitemap.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h2><a href="#tests">Tests</a></h2>

<p>An important part of the gap-analysis work involves developing tests to show what browsers and e-book readers actually do. </p>
<p>The Internationalization Activity has tests for internationalization features that not look at whether specs are supported in user agents, but also explore how browsers and other user agents handle regional requirements for language support.</p>
<p>There are two main sets of tests. The <a class="highlightLink" href="https://www.w3.org/International/tests/">i18n test suite</a> conforms to the Web Platform Tests approach, and most of those tests are ported to the WPT repository. </p>
<p>There are two main sets of tests. The <a class="highlightLink" href="https://www.w3.org/International/i18n-tests/">i18n test suite</a> conforms to the Web Platform Tests approach, and most of those tests are ported to the WPT repository. </p>
<p>There is also a <a class="highlightLink" href="https://github.com/w3c/i18n-tests/wiki/List-of-interactive-tests-&-results">set of test rigs</a> that can be used in an interactive way to rapidly set up and share tests that explore user-agent support for language-related and spec features; these are particularly useful to support gap-analysis during the language enablement work.</p>
</section>

Expand Down