From 88c7dfdee69f8f26141aebd1a6c7ecce3472818e Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 24 Mar 2012 09:31:44 +0000 Subject: Note that document attributes are always specified svn path=/trunk/libdom/; revision=13579 --- src/core/document.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/core/document.c b/src/core/document.c index d7c4393..1a38abe 100644 --- a/src/core/document.c +++ b/src/core/document.c @@ -431,6 +431,8 @@ dom_exception _dom_document_create_processing_instruction( * \return DOM_NO_ERR on success, * DOM_INVALID_CHARACTER_ERR if ::name is invalid. * + * The constructed attribute will always be classified as 'specified'. + * * The returned node will have its reference count increased. It is * the responsibility of the caller to unref the node once it has * finished with it. -- cgit v1.2.3