its20 CVS commit

Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5
In directory hutz:/tmp/cvs-serv18019/examples/html5

Added Files:
	EX-locQualityPrecis-html5-global.html 
	EX-locQualityPrecis-html5-local.html 
	EX-locQualityPrecisRule-html5-global.xml 
Log Message:
Added the loc-quality-precis data category.

--- NEW FILE: EX-locQualityPrecis-html5-local.html ---
<!DOCTYPE html>
<html lang="en" its-loc-quality-precis-score="100"
 its-loc-quality-precis-threshold="95"
 its-loc-quality-precis-profile-ref="http://example.org/qaModel/v13">
 <head>
  <title>Chapter 5 - The Watchtower</title>
 </head>
 <body>
  <h1>The Watchtower</h1>
  <p>Far to the east, beyond the Great Forest, and the rolling grasslands 
   beyond the White Hills, the wind blew down from an immense wall of 
   high mountains: the Fangs.</p>
  <p>At the flank of one of the slopes, perched on a tall rocky knoll above
   a narrow winding road, a tower stood against the clear bleu of the sky.</p>
  <p>Three men surveyed the passage in silence. On each side of the fort, the 
   huge mass of the Fangs casted long shadows. The cragged peaks glittered 
   of permanent snow and everlasting ice. Behind the watchtower, far to the 
   west, grassy hills dotted with small thickets of dark trees rolled under 
   the warm afternoon sky.</p>
 </body>
</html>
--- NEW FILE: EX-locQualityPrecis-html5-global.html ---
<!DOCTYPE html>
<html lang="en">
 <head>
  <meta charset="utf-8"/>
  <title>Example</title>
  <link href="EX-locQualityPrecisRule-html5-global.xml" rel="its-rules"/>
 </head>
 <body>
  <p>This is an example.</p>
 </body>
</html>
--- NEW FILE: EX-locQualityPrecisRule-html5-global.xml ---
<?xml version="1.0"?>
<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
 <its:locQualityScoreRule
  selector="/html"
  locQualityScore="100"
  locQualityScoreThreshold="95"
  locQualityScoreProfileRef="http://example.org/qaModel/v13" />
</its:rules>

Received on Thursday, 23 August 2012 23:05:31 UTC