Skip to content

Commit dd48858

Browse files
authored
Move the techniques page to GitHub (#92)
1 parent 26f2d35 commit dd48858

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

langs/en.properties

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,8 @@ rep_lang_no_lang_attr_todo_xhtml[]="Example: <code>&lt;html lang=&quot;de&quot;
338338
rep_lang_no_lang_attr_todo_xml[]="Add an <code class='kw'>xml:lang</code> attribute to the <code class='kw' translate='no'>html</code> tag that indicates the default language of your page."
339339
rep_lang_no_lang_attr_todo_xml[]="Example: <code>&lt;html xml:lang='de' xmlns='http://www.w3.org/1999/xhtml'&gt;</code>"
340340
rep_lang_no_lang_attr_link[]="<a target='_blank' href='http://www.w3.org/International/techniques/authoring-html#gslang'>Language declarations explained</a>"
341-
rep_lang_no_lang_attr_link[]="<a target='_blank' href='https://www.w3.org/International/techniques/authoring-html#textprocessing'>Declaring the overall language of a page</a>"
342-
rep_lang_no_lang_attr_link[]="<a target='_blank' href='https://www.w3.org/International/techniques/authoring-html#indoclang'>Identifying in-document language changes</a>"
341+
rep_lang_no_lang_attr_link[]="<a target='_blank' href='https://www.w3.org/International/i18n-drafts/techniques/authoring-html.en.html#textprocessing'>Declaring the overall language of a page</a>"
342+
rep_lang_no_lang_attr_link[]="<a target='_blank' href='https://www.w3.org/International/i18n-drafts/techniques/authoring-html.en.html#indoclang'>Identifying in-document language changes</a>"
343343
rep_lang_no_lang_attr_link[]="<a target='_blank' href='http://www.w3.org/International/techniques/authoring-html#langvalues'>Choosing language values</a>"
344344

345345
rep_lang_conflict_html="The <code class='kw'>lang</code> attribute and the <code class='kw'>xml:lang</code> attribute in the <code class='kw'>html</code> tag have different values"
@@ -351,8 +351,8 @@ rep_lang_conflict_expl[]="In each of the following tag or tags the language valu
351351
rep_lang_conflict_expl[]="%1"
352352
rep_lang_conflict_todo="Change one of the values in each tag by editing the markup."
353353
rep_lang_conflict_link[]="<a target='_blank' href='http://www.w3.org/International/techniques/authoring-html#gslang'>Language declarations explained</a>"
354-
rep_lang_conflict_link[]="<a target='_blank' href='https://www.w3.org/International/techniques/authoring-html#textprocessing'>Declaring the overall language of a page</a>"
355-
rep_lang_conflict_link[]="<a target='_blank' href='https://www.w3.org/International/techniques/authoring-html#indoclang'>Identifying in-document language changes</a>"
354+
rep_lang_conflict_link[]="<a target='_blank' href='https://www.w3.org/International/i18n-drafts/techniques/authoring-html.en.html#textprocessing'>Declaring the overall language of a page</a>"
355+
rep_lang_conflict_link[]="<a target='_blank' href='https://www.w3.org/International/i18n-drafts/techniques/authoring-html.en.html#indoclang'>Identifying in-document language changes</a>"
356356

357357
rep_lang_xml_attr_in_html="This HTML file contains <code class='kw'>xml:lang</code> attributes"
358358
rep_lang_xml_attr_in_html_expl[]="The page contains xml:lang attributes in the following places:"
@@ -384,9 +384,9 @@ rep_lang_missing_html_attr_expl_xhtml[]="This causes a problem because HTML pars
384384
rep_lang_missing_html_attr_expl_xhtml[]="Since this is an XHTML page, you may be intending to process it outside the browser using an XML parser. In that case, the <code class='kw'>xml:lang</code> would carry the language information, so you could use both a <code class='kw'>lang</code> attribute and an <code class='kw'>xml:lang</code> attribute (but the values must be the same). You will still need the <code class='kw'>lang</code> attribute to display the page in a browser as HTML."
385385
rep_lang_missing_html_attr_todo_html="Replace the <code class='kw'>xml:lang</code> attribute with a <code class='kw'>lang</code> attribute."
386386
rep_lang_missing_html_attr_todo_xhtml="Replace the <code class='kw'>xml:lang</code> attribute with a <code class='kw'>lang</code> attribute, unless you intend to process the page as XML outside the browser. In that case, add a <code class='kw'>lang</code> attribute to each of the above tags, with the same value as the <code class='kw'>xml:lang</code> attribute."
387-
rep_lang_missing_attr_link[]="<a target='_blank' href='https://www.w3.org/International/techniques/authoring-html#gslang'>Language declarations explained</a>"
388-
rep_lang_missing_attr_link[]="<a target='_blank' href='https://www.w3.org/International/techniques/authoring-html#textprocessing'>Declaring the overall language of a page</a>"
389-
rep_lang_missing_attr_link[]="<a target='_blank' href='https://www.w3.org/International/techniques/authoring-html#indoclang'>Identifying in-document language changes</a>"
387+
rep_lang_missing_attr_link[]="<a target='_blank' href='https://www.w3.org/International/i18n-drafts/techniques/authoring-html.en.html#gslang'>Language declarations explained</a>"
388+
rep_lang_missing_attr_link[]="<a target='_blank' href='https://www.w3.org/International/i18n-drafts/techniques/authoring-html.en.html#textprocessing'>Declaring the overall language of a page</a>"
389+
rep_lang_missing_attr_link[]="<a target='_blank' href='https://www.w3.org/International/i18n-drafts/techniques/authoring-html.en.html#indoclang'>Identifying in-document language changes</a>"
390390

391391
rep_lang_malformed_attr="A language attribute value was incorrectly formed"
392392
rep_lang_malformed_attr_expl[]="In the following tag or tags the language values of the <code class='kw'>lang</code> and <code class='kw'>xml:lang</code> attributes are not well-formed according to BCP47."
@@ -520,29 +520,29 @@ rep_markup_bogus_dir_entities="Invalid directional named character entities foun
520520
rep_markup_bogus_dir_entities_expl[]="Named character entities exist in HTML for &amp;rlm; and &amp;lrm;, but not for the other Unicode control characters used for text direction. The following is a list of invalid named character references found:"
521521
rep_markup_bogus_dir_entities_expl[]="%1"
522522
rep_markup_bogus_dir_entities_todo="Replace these, preferably using markup or, if that's not possible, with Unicode control characters."
523-
rep_markup_bogus_dir_entities_link[]="<a target='_blank' href='https://www.w3.org/International/techniques/authoring-html#inline'>Mixing text direction inline</a>"
523+
rep_markup_bogus_dir_entities_link[]="<a target='_blank' href='https://www.w3.org/International/i18n-drafts/techniques/authoring-html.en.html#inline'>Mixing text direction inline</a>"
524524

525525
rep_markup_dir_control_codes="Found Unicode code points for directional controls"
526526
rep_markup_dir_control_codes_expl[]="The page contains one or more <a class="termref" target='_blank' href="../www/glossary#directionalControl">directional control characters</a>, represented without using <a class="termref" target='_blank' href="../www/glossary#characterEscape">escapes</a>. The information panel above gives details about which are used (the items that don't have a <code class='kw' translate='no'>&</code> or <code class='kw' translate='no'>#</code> prefix). The total number found was <b class="highlight">%1</b>."
527527
rep_markup_dir_control_codes_expl[]="You should be careful when using these characters, since they are invisible and a little hard to manage. Unless they are used in an attribute value or plain text element (such as <code class='kw' translate='no'>title</code>), it is usually possible to achieve the same effect as the paired controls using markup. This is generally recommended."
528528
rep_markup_dir_control_codes_todo="Where possible, replace these, preferably using markup or, if that's not possible, with numeric character references (eg. <code class='kw' translate='no'>&amp;rlm;</code> or <code class='kw' translate='no'>&amp;#x200E;</code>)."
529-
rep_markup_dir_control_codes_link[]="<a target='_blank' href='https://www.w3.org/International/techniques/authoring-html#inline'>Mixing text direction inline</a>"
529+
rep_markup_dir_control_codes_link[]="<a target='_blank' href='https://www.w3.org/International/i18n-drafts/techniques/authoring-html.en.html#inline'>Mixing text direction inline</a>"
530530
rep_markup_dir_control_codes_link[]="<a target='_blank' href='https://www.w3.org/International/questions/qa-bidi-controls'>Unicode controls vs. markup for bidi support</a>"
531531

532532
rep_markup_dir_escapes="Found escape sequences for paired directional controls"
533533
rep_markup_dir_escapes_expl[]="The page contains <a class="termref" target='_blank' href="../www/glossary#characterEscape">escape</a> sequences for one or more paired <a class="termref" target='_blank' href="../www/glossary#directionalControl">directional control characters</a>. The information panel above gives details about which are used (the items with a <code class='kw' translate='no'>#</code> prefix). The total number found was <b class="highlight">%1</b>."
534534
rep_markup_dir_escapes_expl[]="Unless they are used in an attribute value or plain text element (such as <code class='kw' translate='no'>title</code>), it is usually possible to achieve the same effect as the paired controls using markup. This is generally recommended, though not essential."
535535
rep_markup_dir_escapes_expl[]="One particular advantage of using markup is that currently the isolating control characters (<code class='kw' translate='no'>RLI|LRI|FSI..PDI</code>) are not well supported by browsers, but there is better support available for isolation using markup. (Isolation of the text inside the paired controls from the text outside is essential to avoid spillover effects, and the Unicode Standard recommends that you use isolating paired controls rather than <code class='kw' translate='no'>RLE|LRE..PDF</code>. For more information, see the further reading links.)"
536536
rep_markup_dir_escapes_todo="Where possible, replace these using markup, eg. <code class='kw' translate='no'>&amp;#x2067...&amp;#x2069;</code> can be replaced with <code class='kw' translate='no'>&lt;span dir='rtl'>...&lt;/span></code>."
537-
rep_markup_dir_escapes_link[]="<a target='_blank' href='https://www.w3.org/International/techniques/authoring-html#inline'>Mixing text direction inline</a>"
537+
rep_markup_dir_escapes_link[]="<a target='_blank' href='https://www.w3.org/International/i18n-drafts/techniques/authoring-html.en.html#inline'>Mixing text direction inline</a>"
538538
rep_markup_dir_escapes_link[]="<a target='_blank' href='https://www.w3.org/International/questions/qa-bidi-controls'>Unicode controls vs. markup for bidi support</a>"
539539

540540
rep_markup_dir_unbalanced="Unpaired directional controls found"
541541
rep_markup_dir_unbalanced_expl[]="The page contains one or more paired <a class="termref" target='_blank' href="../www/glossary#directionalControl">directional control characters</a>, eg. <code class='kw' translate='no'>RLI..PDI</code>, but in this page some of the pairs do not have both a start and end character."
542542
rep_markup_dir_unbalanced_expl[]="This could lead to unexpected effects."
543543
rep_markup_dir_unbalanced_todo[]="Ensure that all paired directional control characters have a start and end control."
544544
rep_markup_dir_unbalanced_todo[]="(Tip: Replacing the control characters with markup often makes things easier to manage, and reduces the likelihood of this kind of situation.)"
545-
rep_markup_dir_unbalanced_link[]="<a target='_blank' href='https://www.w3.org/International/techniques/authoring-html#inline'>Mixing text direction inline</a>"
545+
rep_markup_dir_unbalanced_link[]="<a target='_blank' href='https://www.w3.org/International/i18n-drafts/techniques/authoring-html.en.html#inline'>Mixing text direction inline</a>"
546546
rep_markup_dir_unbalanced_link[]="<a target='_blank' href='https://www.w3.org/International/questions/qa-bidi-controls'>Unicode controls vs. markup for bidi support</a>"
547547

548548
rep_markup_control_escapes="Escaped characters addressing control code range"
@@ -552,7 +552,7 @@ rep_markup_control_escapes_expl[]="These are the character references found (the
552552
rep_markup_control_escapes_expl[]="<code>%1</code>"
553553
rep_markup_control_escapes_todo[]="Ensure that all numeric character references use Unicode code point values for their numbers, and do not point to characters in the C0 and C1 ranges other than whitespace."
554554
rep_markup_control_escapes_todo[]="(Tip: If you want to find the Unicode code point for a character such as the euro sign, try <a target='_blank' href='https://r12a.github.io/uniview?search=euro'>searching for it in UniView</a>.)"
555-
rep_markup_control_escapes_link[]="<a target='_blank' href='https://www.w3.org/International/techniques/authoring-html#controlcodes'>Using Unicode control codes</a>"
555+
rep_markup_control_escapes_link[]="<a target='_blank' href='https://www.w3.org/International/i18n-drafts/techniques/authoring-html.en.html#controlcodes'>Using Unicode control codes</a>"
556556
rep_markup_control_escapes_link[]="<a target='_blank' href='https://www.w3.org/International/questions/qa-controls'>HTML, XHTML, XML and Control Codes</a>"
557557

558558
rep_markup_surrogate_escapes="Incorrect character escapes for supplementary characters"
@@ -563,13 +563,13 @@ rep_markup_surrogate_escapes_expl[]="<code>%1</code>"
563563
rep_markup_surrogate_escapes_todo[]="Ensure that all numeric character references for supplementary characters use a single Unicode code point value as their number."
564564
rep_markup_surrogate_escapes_todo[]="(Tip: If you want to find the Unicode code point for a character such as Gothic AHSA, try <a target='_blank' href='https://r12a.github.io/uniview?search=ahsa'>searching for it in UniView</a>.)"
565565
rep_markup_surrogate_escapes_link[]="<a target='_blank' href='https://www.w3.org/International/questions/qa-escapes'>Using character escapes in markup and CSS</a>"
566-
rep_markup_surrogate_escapes_link[]="<a target='_blank' href='https://www.w3.org/International/techniques/authoring-html#escapes'>Using escapes to represent characters</a>"
566+
rep_markup_surrogate_escapes_link[]="<a target='_blank' href='https://www.w3.org/International/i18n-drafts/techniques/authoring-html.en.html#escapes'>Using escapes to represent characters</a>"
567567

568568
rep_markup_translate_incorrect="Incorrect values used for <code class='kw'>translate</code> attribute"
569569
rep_markup_translate_incorrect_expl[]="In the following tag or tags the value should be one of <code class='kw'>no</code> or <code class='kw'>yes</code>:"
570570
rep_markup_translate_incorrect_expl[]="%1"
571571
rep_markup_translate_incorrect_todo="Correct the attribute values."
572-
rep_markup_translate_incorrect_link[]="<a target='_blank' href='https://www.w3.org/International/techniques/authoring-html#translate'>Indicating what should and should not be translated </a>"
572+
rep_markup_translate_incorrect_link[]="<a target='_blank' href='https://www.w3.org/International/i18n-drafts/techniques/authoring-html.en.html#translate'>Indicating what should and should not be translated </a>"
573573
rep_markup_translate_incorrect_link[]="<a target='_blank' href='https://www.w3.org/International/questions/qa-translate-flag'>Using HTML's translate attribute</a>"
574574

575575
rep_markup_align="The <code class='kw'>align</code> attribute is used"

www/about.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<div>
5252
<h4>Further reading</h4>
5353
<ul class="bd compact">
54-
<li>The W3C's Internationalization Activity's <a href="https://www.w3.org/International/techniques/authoring-html?collapse">techniques
54+
<li>The W3C's Internationalization Activity's <a href="https://www.w3.org/International/i18n-drafts/techniques/authoring-html.en.html">techniques
5555
Index</a> provides links to
5656
recommendations and useful resources, organised by task. The checker reports link back to this
5757
index.</li>

0 commit comments

Comments
 (0)