]> git.saurik.com Git - wxWidgets.git/commit - include/wx/html/forcelnk.h
Add <span> tag and limited support for CSS styles to wxHTML.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 May 2010 23:12:25 +0000 (23:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 May 2010 23:12:25 +0000 (23:12 +0000)
commitf68e16c5fcf53c411742c8338a290addc5fb4b62
tree7e071db5184eb1884a62d1760d06406efef6087a
parentc9554803fa46f1749a45585f96e80bc459a5cd88
Add <span> tag and limited support for CSS styles to wxHTML.

Parse "style" attributes of the HTML tags and honour those of them that can be
mapped to the HTML 3 attributes.

Also add a handler for <span> tag.

Closes #10631.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
26 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_core.dsp
build/msw/wx_html.dsp
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc7_html.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc8_html.vcproj
build/msw/wx_vc9_core.vcproj
build/msw/wx_vc9_html.vcproj
docs/changes.txt
docs/doxygen/overviews/html.h
include/wx/html/forcelnk.h
include/wx/html/htmltag.h
include/wx/html/styleparams.h [new file with mode: 0644]
include/wx/html/winpars.h
interface/wx/html/htmltag.h
samples/html/test/test.htm
src/html/htmltag.cpp
src/html/m_span.cpp [new file with mode: 0644]
src/html/styleparams.cpp [new file with mode: 0644]
src/html/winpars.cpp