Skip to content

Commit

Permalink
Editorial fix - implementing #285
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasaki authored and Sasaki committed Mar 25, 2021
1 parent 031f30f commit 710539e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions questions/qa-html-language-declarations.en.html
Expand Up @@ -20,7 +20,7 @@
f.path = '../' // what you need to prepend to a URL to get to the /International directory

// AUTHORS AND TRANSLATORS should fill in these assignments:
f.thisVersion = { date:'2016-02-24', time:'11:15'} // date and time of latest edits to this document/translation
f.thisVersion = { date:'2021-03-25', time:'15:35'} // 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!

Expand Down Expand Up @@ -77,7 +77,7 @@ <h3 id="basics"><a href="#basics">The basics</a></h3>
language for the text in the document <code class="kw" translate="no">head</code> element.</p>
<p>Note that you should use the <code class="kw" translate="no">html</code> element rather than the <code class="kw" translate="no">body</code> element, since the <code class="kw" translate="no">body</code> element doesn't cover the text inside the document's <code class="kw" translate="no">head</code> element. </p>
<p>If you have any content on the page that is in a different language from that declared in the <code class="kw" translate="no">html</code> element, use language attributes on elements surrounding that content. This allows you to style or process it differently.</p>
<p>In some parts of your code you may have a problem. If you have multilingual text in the <code class="kw" translate="no">title</code> element, you cannot mark up parts of the text for different languages because the <code class="kw" translate="no">title</code> attribute only allows characters – no markup.
<p>In some parts of your code you may have a problem. If you have multilingual text in the <code class="kw" translate="no">title</code> element, you cannot mark up parts of the text for different languages because the <code class="kw" translate="no">title</code> element only allows characters – no markup.
The same goes for multiple languages in attribute values. There is no good solution for this at the moment.</p>
</section>

Expand Down

0 comments on commit 710539e

Please sign in to comment.