summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/HTMLQuoteElement.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/HTMLQuoteElement.java')
-rw-r--r--kdejava/koala/org/kde/koala/HTMLQuoteElement.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdejava/koala/org/kde/koala/HTMLQuoteElement.java b/kdejava/koala/org/kde/koala/HTMLQuoteElement.java
index ab9135aa..202c0aa3 100644
--- a/kdejava/koala/org/kde/koala/HTMLQuoteElement.java
+++ b/kdejava/koala/org/kde/koala/HTMLQuoteElement.java
@@ -6,15 +6,15 @@ import org.kde.qt.QtSupport;
/**
- For the <code>Q</code> and <code>BLOCKQUOTE</code> elements.
+ For the <code>Q</code> and <code>BLOCKTQUOTE</code> elements.
See the <a
href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-Q"> Q
element definition </a> in HTML 4.0.
Note: The DOM is not quite consistent here. They also define the
- HTMLBlockQuoteElement interface, to represent the <code>BLOCKQUOTE</code>
- element. To resolve ambiquities, we use this one for the <code>Q</code>
+ HTMLBlockQuoteElement interface, to represent the <code>BLOCKTQUOTE</code>
+ element. To resolve ambitquities, we use this one for the <code>Q</code>
element only.
- @short For the <code>Q</code> and <code>BLOCKQUOTE</code> elements.
+ @short For the <code>Q</code> and <code>BLOCKTQUOTE</code> elements.
*/
public class HTMLQuoteElement extends HTMLElement {