- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 21 Jun 2010 13:26:37 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/policy
In directory hutz:/tmp/cvs-serv10595
Modified Files:
Profile.html
Log Message:
added class="simple" to <table>s to make them better looking/more readable
Index: Profile.html
===================================================================
RCS file: /sources/public/2009/dap/policy/Profile.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Profile.html 21 Jun 2010 12:53:10 -0000 1.9
+++ Profile.html 21 Jun 2010 13:26:35 -0000 1.10
@@ -715,7 +715,7 @@
attributes have the undefined value. </p>
<section class='widget-subject-attribute-definitions'>
<h2>Widget Subject Attribute Definitions</h2>
-<table> <caption> <dfn
+<table class="simple"> <caption> <dfn
id="widget-subject-attributes-table">Widget Subject
Attributes Table</dfn></caption> <thead> <tr> <th
scope="col">Attribute</th> <th scope="col">Type</th> <th
@@ -777,7 +777,7 @@
</section>
<section class='website-subject-attribute-definitions'>
<h2>Web Site Subject Attribute Definitions</h2>
-<table> <caption>
+<table class="simple"> <caption>
<dfn id="website-subject-attributes-table">Website Subject
Attributes Table</dfn></caption>
<thead>
@@ -847,7 +847,7 @@
<h2>Resource Attribute Definitions</h2>
<p>The resource is identified by one or more of
the following attributes: </p>
-<table>
+<table class="simple">
<caption>
<dfn id="widget-resource-attributes-table">Widget Resource
Attributes Table</dfn></caption>
@@ -908,7 +908,7 @@
</section>
<section class='context-attribute-definitions'>
<h2>Context Attribute Definitions</h2>
-<table> <caption> <dfn
+<table class="simple"> <caption> <dfn
id="context-attributes-table">Context
Attributes Table</dfn></caption> <thead> <tr> <th
scope="col">Attribute</th> <th scope="col">Type</th> <th
Received on Monday, 21 June 2010 13:26:38 UTC