[DPF] wildcards in hasDPFProperty

Hi Jeremy,

This message contains a response to comments on

http://www.w3.org/TR/2004/WD-DPF-20041122/

s12.
wildcards in hasDPFProperty

Is it a mistake to have omitted the use of the wildcards in 4.2.7
from 4.2.6 hasDPFProperty? Since implementors need to write the code
anyway, they may as well apply in both methods.


The DPF Working Group agree, new text as follows, for both  
hasDPFProperty and getDPFPropertyList:

namespaceURI:

The namespaceURI parameter is a DOMString containing the namespace of  
the property being searched. The namespaceURI string may be empty,  
which denotes a 'wildcard', i.e., it matches any namespace found.

propertyName:

The propertyName parameter is a DOMString containing the name of the  
property being searched. The propertyName string may be empty, which  
denotes a 'wildcard', i.e., it matches any property name found. 

Received on Friday, 3 June 2005 17:48:48 UTC