mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibWeb: Record position information in CSS Tokens
This is a requirement to be able to use the Tokens for syntax highlighting.
This commit is contained in:
parent
9a2eecaca4
commit
ecf5368535
Notes:
sideshowbarker
2024-07-18 01:58:56 +09:00
Author: https://github.com/AtkinsSJ
Commit: ecf5368535
Pull-request: https://github.com/SerenityOS/serenity/pull/10563
Reviewed-by: https://github.com/alimpfard ✅
3 changed files with 30 additions and 2 deletions
|
@ -103,5 +103,7 @@ private:
|
|||
Utf8View m_utf8_view;
|
||||
AK::Utf8CodePointIterator m_utf8_iterator;
|
||||
AK::Utf8CodePointIterator m_prev_utf8_iterator;
|
||||
Token::Position m_position;
|
||||
Token::Position m_prev_position;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue