summaryrefslogtreecommitdiff
path: root/tests/ITS-2.0-Testsuite/inputdata/localefilter/html/locale5html.html
blob: 804a2c8d95aa167fbeb451ed52dda081027deacb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
 <head>
  <meta charset=utf-8> 
  <title>Locale filter</title>
 </head>  
 <body> 
  <div its-locale-filter-list="*-ca">
   <p>Text for Canadian locales.</p>
  </div>
  <div its-locale-filter-list="*-ca" its-locale-filter-type="exclude">
   <p>Text for non-Canadian locales.</p>
  </div>
  <div its-locale-filter-list="*" its-locale-filter-type="ExCluDE">
   <p>Text for no locales.</p>
  </div>
  <div its-locale-filter-list="" its-locale-filter-type="EXCLude">
   <p>Text for all locales.</p>
  </div>
 </body>
</html>