- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 08 Feb 2008 00:10:14 +0000
- To: public-sml@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5408
virginia.smith@hp.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|hasProposal |needsReview
------- Comment #2 from virginia.smith@hp.com 2008-02-08 00:10 -------
Since Bug 5462 has been agreed on, I fixed this bug per the proposal. I believe
that was the intent of the WG. The section was changed from:
--------
9.1.3 sml:nilref
This global attribute is used to identify null SML references. This attribute
MUST NOT be used on an element unless it also has sml:ref="true" specified.
<xs:attribute name="nilref" type="xs:boolean"/>
Any element that has sml:nilref="true" or sml:nilref="1" will be treated as a
null SML reference.
---------------
to:
----------------
9.1.3 sml:nilref
This global attribute is used to identify null SML references.
<xs:attribute name="nilref" type="xs:boolean"/>
Any SML reference that has sml:nilref="true" or sml:nilref="1" will be treated
as a null SML reference.
-------------
Received on Friday, 8 February 2008 00:10:21 UTC