Intermediate refactoring

This commit is contained in:
Kirill Polyakov
2025-10-09 18:59:40 +03:00
parent d0f1691a5e
commit 66d94cf00c
27 changed files with 836 additions and 282 deletions

View File

@ -18,6 +18,7 @@ namespace NSCSS
std::wstring m_wsId; // Id тэга
std::wstring m_wsStyle; // Стиль тэга
std::map<std::wstring, std::wstring> m_mAttributes; // Остальные аттрибуты тэга
//TODO:: возможно использование std::wstring излишне
#ifdef CSS_CALCULATOR_WITH_XHTML
CCompiledStyle *m_pCompiledStyle;