Commit graph

8 commits

Author SHA1 Message Date
Jacob 21ddd1d82c Change the behavior of FORMATTING_PRETTY to include tabs.
FORMATTING_NEWLINE can be used if you want to preserve the old behavior.
2024-05-07 17:26:11 +02:00
Jacob 804309d323 Implement operator overloading for several classes. 2024-05-07 00:08:54 +02:00
Jacob aca33e80d5 Implement at() methods for several classes. 2024-05-06 14:18:01 +02:00
Jacob cddf11235f Add position functions for HTMLElementProperties. 2024-05-06 13:19:16 +02:00
Jacob 292b6018d6 Add position functions for CSSElement. 2024-05-06 11:47:24 +02:00
Jacob 298a3c96b6 Implement push_front() method for CSSElement, implement find() method
that takes an std::string for CSSStylesheet.
2024-05-06 11:06:45 +02:00
Jacob f9bf0bbfd4 Add new HTMLSection::find() method that takes an std::string parameter
containing a deserialized section or element,
and returns the position of an identical section or element, or npos.
2024-05-06 02:45:15 +02:00
Jacob 0641a95770 Initial commit 2024-05-05 23:31:42 +02:00