diff options
author | David Boddie <david.boddie@nokia.com> | 2011-05-27 11:47:36 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-05-27 11:47:36 (GMT) |
commit | 019579a1f20d66149078bd32e8b08c6f4734abdf (patch) | |
tree | 8fe735d113c899247714d71a1b0b911e4059afaf /doc | |
parent | 0f8eddaf60e3854aeda4c5d16cd740cc510ca941 (diff) | |
parent | af6f81057b99981880bf9aa26df1a5b838b6405f (diff) | |
download | Qt-019579a1f20d66149078bd32e8b08c6f4734abdf.zip Qt-019579a1f20d66149078bd32e8b08c6f4734abdf.tar.gz Qt-019579a1f20d66149078bd32e8b08c6f4734abdf.tar.bz2 |
Merge branch '4.8'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/frameworks-technologies/richtext.qdoc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/src/frameworks-technologies/richtext.qdoc b/doc/src/frameworks-technologies/richtext.qdoc index 59d7104..236c20c 100644 --- a/doc/src/frameworks-technologies/richtext.qdoc +++ b/doc/src/frameworks-technologies/richtext.qdoc @@ -880,6 +880,10 @@ \row \o \c a \o Anchor or link \o Supports the \c href and \c name attributes. + Note that the \c{:visited} selector is one of those + that is not supported by the rich text engine. + See \l{#Supported CSS Selectors}{below} for a list + of others. \row \o \c address \o Address \o @@ -1017,6 +1021,11 @@ \row \o \c strong \o Strong \o Same as \c b. + \row \o \c style + \o Style sheet + \o Allows styling information to be included with the rich text. + A \l{#CSS Properties}{limited subset of CSS syntax} can be + used to change the appearance of the text. \row \o \c sub \o Subscript \o @@ -1210,5 +1219,4 @@ All CSS 2.1 selector classes are supported except pseudo-class selectors such as \c{:first-child}, \c{:visited} and \c{:hover}. - */ |