summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2012-03-24 09:31:44 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2012-03-24 09:31:44 +0000
commit88c7dfdee69f8f26141aebd1a6c7ecce3472818e (patch)
tree8291b3f535da7ddc496ed438213f61736b81af46 /src
parent44fabfab8e994124ab845054ad8143c3686e033f (diff)
downloadlibdom-88c7dfdee69f8f26141aebd1a6c7ecce3472818e.tar.gz
libdom-88c7dfdee69f8f26141aebd1a6c7ecce3472818e.tar.bz2
Note that document attributes are always specified
svn path=/trunk/libdom/; revision=13579
Diffstat (limited to 'src')
-rw-r--r--src/core/document.c2
1 files changed, 2 insertions, 0 deletions
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.