- From: Yves Savourel via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 23 Aug 2012 12:23:44 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20
In directory hutz:/tmp/cvs-serv16703
Modified Files:
its20.html
Log Message:
loc-quality: Updated html sample with Felix' 9also changed color to yellow: more readable).
Index: its20.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.html,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- its20.html 22 Aug 2012 17:54:15 -0000 1.128
+++ its20.html 23 Aug 2012 12:23:41 -0000 1.129
@@ -2498,24 +2498,26 @@
The <code>span</code> element delimits the content to markup and holds a <code>loc-quality-issues-ref</code>
attribute that points to a special <code>span</code> element where the issues are listed within a set of
other special <code>span</code> elements.</p><div class="exampleInner"><pre xml:space="preserve">
-<html lang="en">
+<html>
<head>
- <title>Example</title>
+ <title>Test</title>
+ <script type="text/javascript" src="qaissues.js"/>
+ <style type="text/css">.qaissue { background-color: yellow; } </style>
</head>
- <body>
+ <body onload="addqaissueattrs()">
<p>
<span its-loc-quality-issues-ref="#lq1">c'es</span> le contenu</p>
<span its-loc-quality-issues="its-loc-quality-issues" id="lq1">
<span
its-loc-quality-issue="its-loc-quality-issue"
- its-loc-quality-issue-type="misspelling"
- its-loc-quality-issue-coment="'c'es' is unknown. Could be 'c'est'"
- its-loc-quality-issue-severity="50"/>
- <span
- its-loc-quality-issue="its-loc-quality-issue"
its-loc-quality-issue-type="typographical"
its-loc-quality-issue-coment="Sentence without capitalization"
its-loc-quality-issue-severity="30"/>
+ <span
+ its-loc-quality-issue="its-loc-quality-issue"
+ its-loc-quality-issue-type="misspelling"
+ its-loc-quality-issue-coment="'c'es' is unknown. Could be 'c'est'"
+ its-loc-quality-issue-severity="50"/>
</span>
</body>
</html></pre></div><p>[Source file: <a href="examples/html5/EX-locQualityIssue-html5-local-2.html" shape="rect">examples/html5/EX-locQualityIssue-html5-local-2.html</a>]</p></div><span class="editor-note">[Ed. note: TODO for above: Finalize how HTML its-loc-quality-issues and its-loc-quality-issue should be defined.]</span></div><div class="div3">
Received on Thursday, 23 August 2012 12:23:45 UTC