You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
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>"
343
343
rep_lang_no_lang_attr_link[]="<a target='_blank' href='http://www.w3.org/International/techniques/authoring-html#langvalues'>Choosing language values</a>"
344
344
345
345
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
351
351
rep_lang_conflict_expl[]="%1"
352
352
rep_lang_conflict_todo="Change one of the values in each tag by editing the markup."
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>"
356
356
357
357
rep_lang_xml_attr_in_html="This HTML file contains <code class='kw'>xml:lang</code> attributes"
358
358
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
384
384
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."
385
385
rep_lang_missing_html_attr_todo_html="Replace the <code class='kw'>xml:lang</code> attribute with a <code class='kw'>lang</code> attribute."
386
386
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."
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>"
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>"
390
390
391
391
rep_lang_malformed_attr="A language attribute value was incorrectly formed"
392
392
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
520
520
rep_markup_bogus_dir_entities_expl[]="Named character entities exist in HTML for &rlm; and &lrm;, but not for the other Unicode control characters used for text direction. The following is a list of invalid named character references found:"
521
521
rep_markup_bogus_dir_entities_expl[]="%1"
522
522
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>"
524
524
525
525
rep_markup_dir_control_codes="Found Unicode code points for directional controls"
526
526
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>."
527
527
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."
528
528
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'>&rlm;</code> or <code class='kw' translate='no'>&#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>"
530
530
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>"
531
531
532
532
rep_markup_dir_escapes="Found escape sequences for paired directional controls"
533
533
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>."
534
534
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."
535
535
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.)"
536
536
rep_markup_dir_escapes_todo="Where possible, replace these using markup, eg. <code class='kw' translate='no'>&#x2067...&#x2069;</code> can be replaced with <code class='kw' translate='no'><span dir='rtl'>...</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>"
538
538
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>"
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."
542
542
rep_markup_dir_unbalanced_expl[]="This could lead to unexpected effects."
543
543
rep_markup_dir_unbalanced_todo[]="Ensure that all paired directional control characters have a start and end control."
544
544
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>"
546
546
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>"
547
547
548
548
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
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."
554
554
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>"
556
556
rep_markup_control_escapes_link[]="<a target='_blank' href='https://www.w3.org/International/questions/qa-controls'>HTML, XHTML, XML and Control Codes</a>"
557
557
558
558
rep_markup_surrogate_escapes="Incorrect character escapes for supplementary characters"
rep_markup_surrogate_escapes_todo[]="Ensure that all numeric character references for supplementary characters use a single Unicode code point value as their number."
564
564
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>.)"
565
565
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>"
567
567
568
568
rep_markup_translate_incorrect="Incorrect values used for <code class='kw'>translate</code> attribute"
569
569
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>:"
570
570
rep_markup_translate_incorrect_expl[]="%1"
571
571
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>"
0 commit comments