~ubuntu-branches/ubuntu/lucid/virtuoso-opensource/lucid

« back to all changes in this revision

Viewing changes to binsrc/yacutia/ie7/compatibility/attr-dash-list.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-02-05 01:22:09 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100205012209-h2dhz20vxpx55oam
Tags: 6.1.0-0ubuntu1
* New upstream release
* Sync with Debian packaging from Git
 - Add no_do_os_calls.diff patch, don't allow do_os_calls
 - Install to /usr/lib/virtuoso instead of /usr/bin, not a user
   binary
 - virtuoso-t installed to /usr/lib/virtuoso/
* Update build-gmake-to-make.patch
* Add package virtuoso-nepomuk to install only the files needed by nepomuk
* Remove virtuoso-nepomuk files from virtuoso-opensource-6.0-bin and libvirtodbc0
* Add virtuoso-opensource-6.0-bin.links to link to virtuoso-t from /usr/bin
* libvirtodbc0 and virtuoso-opensource-6.0-bin depends on virtuoso-nepomuk
* Remove build-dep on libwbxml2-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2
 
<!-- dean.edwards/2004 -->
3
 
<!-- keeping code tidy! -->
4
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
 
<head>
6
 
 <title>IE7 {CSS2: auto}</title>
7
 
 
8
 
 <!-- compliance patch for microsoft browsers -->
9
 
 <!--[if lt IE 7]><script src="../ie7-standard-p.js" type="text/javascript"></script><![endif]-->
10
 
 
11
 
 <style type="text/css">
12
 
 
13
 
  [class|="first"] {
14
 
 
15
 
   background: yellow;
16
 
  }
17
 
 
18
 
 </style>
19
 
</head>
20
 
<body>
21
 
 <script type="text/javascript" src="ie7-demo.js"></script>
22
 
 <h2>[attr|="value"]</h2>
23
 
 
24
 
 <ul>
25
 
  <li class="first">First class.</li>
26
 
  <li class="second">Second class.</li>
27
 
  <li class="third">Third class.</li>
28
 
  <li class="first-second">First and second class.</li>
29
 
  <li class="first-third">First and third class.</li>
30
 
  <li class="second-third">Second and third class.</li>
31
 
  <li class="first-second-third">First, second and third class.</li>
32
 
 </ul>
33
 
 <p class="first">First class only ;-)</p>
34
 
 
35
 
 <p>&lt;&nbsp;<a href="javascript:history.back()">back</a></p>
36
 
</body>
37
 
</html>