Kaydet (Commit) f459d852 authored tarafından Fred Drake's avatar Fred Drake

Add some information about what to expect of the DocumentType's

.internalSubset attribute based on a clarification from the www-dom
list.
üst d3908e29
...@@ -375,6 +375,8 @@ following attributes: ...@@ -375,6 +375,8 @@ following attributes:
\begin{memberdesc}[DocumentType]{internalSubset} \begin{memberdesc}[DocumentType]{internalSubset}
A string giving the complete internal subset from the document. A string giving the complete internal subset from the document.
This does not include the brackets which enclose the subset. If the
document has no internal subset, this should be \code{None}.
\end{memberdesc} \end{memberdesc}
\begin{memberdesc}[DocumentType]{name} \begin{memberdesc}[DocumentType]{name}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment