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
This commit is contained in:
@@ -381,6 +381,10 @@ SOURCE=..\..\src\html\m_pre.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\src\html\m_span.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\src\html\m_style.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
@@ -389,6 +393,10 @@ SOURCE=..\..\src\html\m_tables.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\src\html\styleparams.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\src\html\winpars.cpp
|
||||
# End Source File
|
||||
# End Group
|
||||
@@ -694,6 +702,10 @@ SOURCE=..\..\include\wx\html\m_templ.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\html\styleparams.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\html\winpars.h
|
||||
# End Source File
|
||||
# End Group
|
||||
|
Reference in New Issue
Block a user