- From: Felix Sasaki via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 29 Mar 2007 10:20:43 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv13890/policy
Modified Files:
ws-policy-framework.xml
Log Message:
Fixed nesting of a few <ulist> elements (must not be nested in <p> since that makes generated HTML invalid)
Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- ws-policy-framework.xml 28 Mar 2007 00:19:51 -0000 1.129
+++ ws-policy-framework.xml 29 Mar 2007 10:20:40 -0000 1.130
@@ -866,7 +866,7 @@
<el>wsp:Policy</el> Element Information Items in the
descendants of an assertion parameter, e.g., in the <emph
role="infoset-property">children</emph> property of one of
- the <emph role="infoset-property">children</emph> as in: <eg>
+ the <emph role="infoset-property">children</emph> as in:</p> <eg>
(01)<wsp:Policy>
(02) <Lorem>
(03) <Ipsum>
@@ -875,7 +875,7 @@
(06) </wsp:Policy>
(07) </Ipsum>
(08) </Lorem>
-(09)</wsp:Policy></eg>.</p>
+(09)</wsp:Policy></eg>
</def>
</gitem>
</glist>
@@ -1734,7 +1734,7 @@
<ulist>
<item>
<p>If the mode is strict, two <termref def="policy_alternative">policy
- alternatives</termref> A and B are compatible: <ulist>
+ alternatives</termref> A and B are compatible: </p><ulist>
<item>
<p>if each assertion in A is compatible with an assertion in B,
and</p>
@@ -1743,9 +1743,9 @@
<p>if each assertion in B is compatible with an assertion in
A.</p>
</item>
- </ulist></p>
+ </ulist>
<p>If the mode is lax, two <termref def="policy_alternative">policy
- alternatives</termref> A and B are compatible: <ulist>
+ alternatives</termref> A and B are compatible: </p><ulist>
<item>
<p>if each assertion in A that is not an <termref
def="ignorable_policy_assertion">ignorable policy
@@ -1758,7 +1758,7 @@
assertion</termref> is compatible with an assertion in
A.</p>
</item>
- </ulist></p>
+ </ulist>
<p>If two alternatives are compatible, their intersection is an alternative
containing all of the assertions in both alternatives.</p>
</item>
Received on Thursday, 29 March 2007 10:20:58 UTC