StyleComputer.cpp 117 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480
  1. /*
  2. * Copyright (c) 2018-2023, Andreas Kling <kling@serenityos.org>
  3. * Copyright (c) 2021, the SerenityOS developers.
  4. * Copyright (c) 2021-2023, Sam Atkins <atkinssj@serenityos.org>
  5. *
  6. * SPDX-License-Identifier: BSD-2-Clause
  7. */
  8. #include <AK/BinarySearch.h>
  9. #include <AK/Debug.h>
  10. #include <AK/Error.h>
  11. #include <AK/Find.h>
  12. #include <AK/Function.h>
  13. #include <AK/HashMap.h>
  14. #include <AK/QuickSort.h>
  15. #include <AK/TemporaryChange.h>
  16. #include <LibGfx/Font/Font.h>
  17. #include <LibGfx/Font/FontDatabase.h>
  18. #include <LibGfx/Font/FontStyleMapping.h>
  19. #include <LibGfx/Font/OpenType/Font.h>
  20. #include <LibGfx/Font/ScaledFont.h>
  21. #include <LibGfx/Font/VectorFont.h>
  22. #include <LibGfx/Font/WOFF/Font.h>
  23. #include <LibGfx/Font/WOFF2/Font.h>
  24. #include <LibWeb/CSS/CSSFontFaceRule.h>
  25. #include <LibWeb/CSS/CSSImportRule.h>
  26. #include <LibWeb/CSS/CSSStyleRule.h>
  27. #include <LibWeb/CSS/Parser/Parser.h>
  28. #include <LibWeb/CSS/SelectorEngine.h>
  29. #include <LibWeb/CSS/StyleComputer.h>
  30. #include <LibWeb/CSS/StyleSheet.h>
  31. #include <LibWeb/CSS/StyleValues/AngleStyleValue.h>
  32. #include <LibWeb/CSS/StyleValues/BorderRadiusStyleValue.h>
  33. #include <LibWeb/CSS/StyleValues/ColorStyleValue.h>
  34. #include <LibWeb/CSS/StyleValues/CustomIdentStyleValue.h>
  35. #include <LibWeb/CSS/StyleValues/DisplayStyleValue.h>
  36. #include <LibWeb/CSS/StyleValues/EasingStyleValue.h>
  37. #include <LibWeb/CSS/StyleValues/FilterValueListStyleValue.h>
  38. #include <LibWeb/CSS/StyleValues/GridTrackPlacementStyleValue.h>
  39. #include <LibWeb/CSS/StyleValues/GridTrackSizeListStyleValue.h>
  40. #include <LibWeb/CSS/StyleValues/IdentifierStyleValue.h>
  41. #include <LibWeb/CSS/StyleValues/IntegerStyleValue.h>
  42. #include <LibWeb/CSS/StyleValues/LengthStyleValue.h>
  43. #include <LibWeb/CSS/StyleValues/MathDepthStyleValue.h>
  44. #include <LibWeb/CSS/StyleValues/NumberStyleValue.h>
  45. #include <LibWeb/CSS/StyleValues/PercentageStyleValue.h>
  46. #include <LibWeb/CSS/StyleValues/PositionStyleValue.h>
  47. #include <LibWeb/CSS/StyleValues/RectStyleValue.h>
  48. #include <LibWeb/CSS/StyleValues/ShorthandStyleValue.h>
  49. #include <LibWeb/CSS/StyleValues/StringStyleValue.h>
  50. #include <LibWeb/CSS/StyleValues/StyleValueList.h>
  51. #include <LibWeb/CSS/StyleValues/TimeStyleValue.h>
  52. #include <LibWeb/CSS/StyleValues/TransformationStyleValue.h>
  53. #include <LibWeb/CSS/StyleValues/UnresolvedStyleValue.h>
  54. #include <LibWeb/CSS/StyleValues/UnsetStyleValue.h>
  55. #include <LibWeb/DOM/Document.h>
  56. #include <LibWeb/DOM/Element.h>
  57. #include <LibWeb/FontCache.h>
  58. #include <LibWeb/HTML/HTMLBRElement.h>
  59. #include <LibWeb/HTML/HTMLHtmlElement.h>
  60. #include <LibWeb/Layout/Node.h>
  61. #include <LibWeb/Loader/ResourceLoader.h>
  62. #include <LibWeb/Namespace.h>
  63. #include <LibWeb/Platform/FontPlugin.h>
  64. #include <LibWeb/ReferrerPolicy/AbstractOperations.h>
  65. #include <stdio.h>
  66. namespace AK {
  67. // traits for FontFaceKey
  68. template<>
  69. struct Traits<Web::CSS::FontFaceKey> : public DefaultTraits<Web::CSS::FontFaceKey> {
  70. static unsigned hash(Web::CSS::FontFaceKey const& key) { return pair_int_hash(key.family_name.hash(), pair_int_hash(key.weight, key.slope)); }
  71. };
  72. }
  73. namespace Web::CSS {
  74. static DOM::Element const* element_to_inherit_style_from(DOM::Element const*, Optional<CSS::Selector::PseudoElement::Type>);
  75. static NonnullRefPtr<StyleValue const> get_inherit_value(JS::Realm& initial_value_context_realm, CSS::PropertyID, DOM::Element const*, Optional<CSS::Selector::PseudoElement::Type>);
  76. StyleComputer::StyleComputer(DOM::Document& document)
  77. : m_document(document)
  78. , m_default_font_metrics(16, Gfx::FontDatabase::default_font().pixel_metrics(), 16)
  79. , m_root_element_font_metrics(m_default_font_metrics)
  80. {
  81. }
  82. StyleComputer::~StyleComputer() = default;
  83. class StyleComputer::FontLoader : public ResourceClient {
  84. public:
  85. explicit FontLoader(StyleComputer& style_computer, FlyString family_name, Vector<Gfx::UnicodeRange> unicode_ranges, Vector<AK::URL> urls)
  86. : m_style_computer(style_computer)
  87. , m_family_name(move(family_name))
  88. , m_unicode_ranges(move(unicode_ranges))
  89. , m_urls(move(urls))
  90. {
  91. }
  92. virtual ~FontLoader() override { }
  93. Vector<Gfx::UnicodeRange> const& unicode_ranges() const { return m_unicode_ranges; }
  94. virtual void resource_did_load() override
  95. {
  96. auto result = try_load_font();
  97. if (result.is_error())
  98. return start_loading_next_url();
  99. m_vector_font = result.release_value();
  100. m_style_computer.did_load_font(m_family_name);
  101. }
  102. virtual void resource_did_fail() override
  103. {
  104. }
  105. RefPtr<Gfx::Font> font_with_point_size(float point_size)
  106. {
  107. if (!m_vector_font) {
  108. start_loading_next_url();
  109. return nullptr;
  110. }
  111. if (auto it = m_cached_fonts.find(point_size); it != m_cached_fonts.end())
  112. return it->value;
  113. // FIXME: It might be nicer to have a global cap on the number of fonts we cache
  114. // instead of doing it at the per-font level like this.
  115. constexpr size_t max_cached_font_size_count = 64;
  116. if (m_cached_fonts.size() > max_cached_font_size_count)
  117. m_cached_fonts.remove(m_cached_fonts.begin());
  118. auto font = adopt_ref(*new Gfx::ScaledFont(*m_vector_font, point_size, point_size));
  119. m_cached_fonts.set(point_size, font);
  120. return font;
  121. }
  122. private:
  123. void start_loading_next_url()
  124. {
  125. if (resource() && resource()->is_pending())
  126. return;
  127. if (m_urls.is_empty())
  128. return;
  129. LoadRequest request;
  130. request.set_url(m_urls.take_first());
  131. // HACK: We're crudely computing the referer value and shoving it into the
  132. // request until fetch infrastructure is used here.
  133. auto referrer_url = ReferrerPolicy::strip_url_for_use_as_referrer(m_style_computer.document().url());
  134. if (referrer_url.has_value() && !request.headers().contains("Referer"))
  135. request.set_header("Referer", referrer_url->serialize());
  136. set_resource(ResourceLoader::the().load_resource(Resource::Type::Generic, request));
  137. }
  138. ErrorOr<NonnullRefPtr<Gfx::VectorFont>> try_load_font()
  139. {
  140. // FIXME: This could maybe use the format() provided in @font-face as well, since often the mime type is just application/octet-stream and we have to try every format
  141. auto mime_type = resource()->mime_type();
  142. if (mime_type == "font/ttf"sv || mime_type == "application/x-font-ttf"sv)
  143. return TRY(OpenType::Font::try_load_from_externally_owned_memory(resource()->encoded_data()));
  144. if (mime_type == "font/woff"sv || mime_type == "application/font-woff"sv)
  145. return TRY(WOFF::Font::try_load_from_externally_owned_memory(resource()->encoded_data()));
  146. if (mime_type == "font/woff2"sv || mime_type == "application/font-woff2"sv) {
  147. auto woff2 = WOFF2::Font::try_load_from_externally_owned_memory(resource()->encoded_data());
  148. if (woff2.is_error()) {
  149. dbgln("WOFF2 error: {}", woff2.error());
  150. return woff2.release_error();
  151. }
  152. return woff2.release_value();
  153. }
  154. auto ttf = OpenType::Font::try_load_from_externally_owned_memory(resource()->encoded_data());
  155. if (!ttf.is_error())
  156. return ttf.release_value();
  157. auto woff = WOFF::Font::try_load_from_externally_owned_memory(resource()->encoded_data());
  158. if (!woff.is_error())
  159. return woff.release_value();
  160. auto woff2 = WOFF2::Font::try_load_from_externally_owned_memory(resource()->encoded_data());
  161. if (!woff2.is_error())
  162. return woff2.release_value();
  163. return woff2.release_error();
  164. }
  165. StyleComputer& m_style_computer;
  166. FlyString m_family_name;
  167. Vector<Gfx::UnicodeRange> m_unicode_ranges;
  168. RefPtr<Gfx::VectorFont> m_vector_font;
  169. Vector<AK::URL> m_urls;
  170. HashMap<float, NonnullRefPtr<Gfx::ScaledFont>> mutable m_cached_fonts;
  171. };
  172. struct StyleComputer::MatchingFontCandidate {
  173. FontFaceKey key;
  174. Variant<FontLoaderList*, Gfx::Typeface const*> loader_or_typeface;
  175. [[nodiscard]] RefPtr<Gfx::FontCascadeList const> font_with_point_size(float point_size) const
  176. {
  177. RefPtr<Gfx::FontCascadeList> font_list = Gfx::FontCascadeList::create();
  178. if (auto* loader_list = loader_or_typeface.get_pointer<FontLoaderList*>(); loader_list) {
  179. for (auto const& loader : **loader_list) {
  180. if (auto font = loader->font_with_point_size(point_size); font)
  181. font_list->add(*font, loader->unicode_ranges());
  182. }
  183. return font_list;
  184. }
  185. if (auto font = loader_or_typeface.get<Gfx::Typeface const*>()->get_font(point_size))
  186. font_list->add(*font);
  187. return font_list;
  188. }
  189. };
  190. static CSSStyleSheet& default_stylesheet(DOM::Document const& document)
  191. {
  192. static JS::Handle<CSSStyleSheet> sheet;
  193. if (!sheet.cell()) {
  194. extern StringView default_stylesheet_source;
  195. sheet = JS::make_handle(parse_css_stylesheet(CSS::Parser::ParsingContext(document), default_stylesheet_source));
  196. }
  197. return *sheet;
  198. }
  199. static CSSStyleSheet& quirks_mode_stylesheet(DOM::Document const& document)
  200. {
  201. static JS::Handle<CSSStyleSheet> sheet;
  202. if (!sheet.cell()) {
  203. extern StringView quirks_mode_stylesheet_source;
  204. sheet = JS::make_handle(parse_css_stylesheet(CSS::Parser::ParsingContext(document), quirks_mode_stylesheet_source));
  205. }
  206. return *sheet;
  207. }
  208. static CSSStyleSheet& mathml_stylesheet(DOM::Document const& document)
  209. {
  210. static JS::Handle<CSSStyleSheet> sheet;
  211. if (!sheet.cell()) {
  212. extern StringView mathml_stylesheet_source;
  213. sheet = JS::make_handle(parse_css_stylesheet(CSS::Parser::ParsingContext(document), mathml_stylesheet_source));
  214. }
  215. return *sheet;
  216. }
  217. static CSSStyleSheet& svg_stylesheet(DOM::Document const& document)
  218. {
  219. static JS::Handle<CSSStyleSheet> sheet;
  220. if (!sheet.cell()) {
  221. extern StringView svg_stylesheet_source;
  222. sheet = JS::make_handle(parse_css_stylesheet(CSS::Parser::ParsingContext(document), svg_stylesheet_source));
  223. }
  224. return *sheet;
  225. }
  226. template<typename Callback>
  227. void StyleComputer::for_each_stylesheet(CascadeOrigin cascade_origin, Callback callback) const
  228. {
  229. if (cascade_origin == CascadeOrigin::UserAgent) {
  230. callback(default_stylesheet(document()));
  231. if (document().in_quirks_mode())
  232. callback(quirks_mode_stylesheet(document()));
  233. callback(mathml_stylesheet(document()));
  234. callback(svg_stylesheet(document()));
  235. }
  236. if (cascade_origin == CascadeOrigin::User) {
  237. if (m_user_style_sheet)
  238. callback(*m_user_style_sheet);
  239. }
  240. if (cascade_origin == CascadeOrigin::Author) {
  241. for (auto const& sheet : document().style_sheets().sheets())
  242. callback(*sheet);
  243. }
  244. }
  245. StyleComputer::RuleCache const& StyleComputer::rule_cache_for_cascade_origin(CascadeOrigin cascade_origin) const
  246. {
  247. switch (cascade_origin) {
  248. case CascadeOrigin::Author:
  249. return *m_author_rule_cache;
  250. case CascadeOrigin::User:
  251. return *m_user_rule_cache;
  252. case CascadeOrigin::UserAgent:
  253. return *m_user_agent_rule_cache;
  254. default:
  255. TODO();
  256. }
  257. }
  258. [[nodiscard]] static bool filter_namespace_rule(DOM::Element const& element, MatchingRule const& rule)
  259. {
  260. // FIXME: Filter out non-default namespace using prefixes
  261. auto namespace_uri = rule.sheet->default_namespace();
  262. if (namespace_uri.has_value() && namespace_uri.value() != element.namespace_uri()) {
  263. return false;
  264. }
  265. return true;
  266. }
  267. Vector<MatchingRule> StyleComputer::collect_matching_rules(DOM::Element const& element, CascadeOrigin cascade_origin, Optional<CSS::Selector::PseudoElement::Type> pseudo_element) const
  268. {
  269. auto const& rule_cache = rule_cache_for_cascade_origin(cascade_origin);
  270. Vector<MatchingRule> rules_to_run;
  271. auto add_rules_to_run = [&](Vector<MatchingRule> const& rules) {
  272. rules_to_run.grow_capacity(rules_to_run.size() + rules.size());
  273. if (pseudo_element.has_value()) {
  274. for (auto const& rule : rules) {
  275. if (rule.contains_pseudo_element && filter_namespace_rule(element, rule))
  276. rules_to_run.append(rule);
  277. }
  278. } else {
  279. for (auto const& rule : rules) {
  280. if (filter_namespace_rule(element, rule))
  281. rules_to_run.append(rule);
  282. }
  283. }
  284. };
  285. for (auto const& class_name : element.class_names()) {
  286. if (auto it = rule_cache.rules_by_class.find(class_name); it != rule_cache.rules_by_class.end())
  287. add_rules_to_run(it->value);
  288. }
  289. if (auto id = element.id(); id.has_value()) {
  290. if (auto it = rule_cache.rules_by_id.find(id.value()); it != rule_cache.rules_by_id.end())
  291. add_rules_to_run(it->value);
  292. }
  293. if (auto it = rule_cache.rules_by_tag_name.find(element.local_name()); it != rule_cache.rules_by_tag_name.end())
  294. add_rules_to_run(it->value);
  295. add_rules_to_run(rule_cache.other_rules);
  296. Vector<MatchingRule> matching_rules;
  297. matching_rules.ensure_capacity(rules_to_run.size());
  298. for (auto const& rule_to_run : rules_to_run) {
  299. auto const& selector = rule_to_run.rule->selectors()[rule_to_run.selector_index];
  300. if (SelectorEngine::matches(selector, *rule_to_run.sheet, element, pseudo_element))
  301. matching_rules.append(rule_to_run);
  302. }
  303. return matching_rules;
  304. }
  305. static void sort_matching_rules(Vector<MatchingRule>& matching_rules)
  306. {
  307. quick_sort(matching_rules, [&](MatchingRule& a, MatchingRule& b) {
  308. auto const& a_selector = a.rule->selectors()[a.selector_index];
  309. auto const& b_selector = b.rule->selectors()[b.selector_index];
  310. auto a_specificity = a_selector->specificity();
  311. auto b_specificity = b_selector->specificity();
  312. if (a_selector->specificity() == b_selector->specificity()) {
  313. if (a.style_sheet_index == b.style_sheet_index)
  314. return a.rule_index < b.rule_index;
  315. return a.style_sheet_index < b.style_sheet_index;
  316. }
  317. return a_specificity < b_specificity;
  318. });
  319. }
  320. static void set_property_expanding_shorthands(StyleProperties& style, CSS::PropertyID property_id, StyleValue const& value, DOM::Document& document, CSS::CSSStyleDeclaration const* declaration, StyleProperties::PropertyValues const& properties_for_revert)
  321. {
  322. auto set_longhand_property = [&](CSS::PropertyID property_id, StyleValue const& value) {
  323. if (value.is_revert()) {
  324. auto& property_in_previous_cascade_origin = properties_for_revert[to_underlying(property_id)];
  325. if (property_in_previous_cascade_origin.has_value())
  326. style.set_property(property_id, property_in_previous_cascade_origin->style, property_in_previous_cascade_origin->declaration);
  327. } else {
  328. style.set_property(property_id, value, declaration);
  329. }
  330. };
  331. auto map_logical_property_to_real_property = [](PropertyID property_id) -> Optional<PropertyID> {
  332. // FIXME: Honor writing-mode, direction and text-orientation.
  333. switch (property_id) {
  334. case PropertyID::MarginBlockStart:
  335. return PropertyID::MarginTop;
  336. case PropertyID::MarginBlockEnd:
  337. return PropertyID::MarginBottom;
  338. case PropertyID::MarginInlineStart:
  339. return PropertyID::MarginLeft;
  340. case PropertyID::MarginInlineEnd:
  341. return PropertyID::MarginRight;
  342. case PropertyID::PaddingBlockStart:
  343. return PropertyID::PaddingTop;
  344. case PropertyID::PaddingBlockEnd:
  345. return PropertyID::PaddingBottom;
  346. case PropertyID::PaddingInlineStart:
  347. return PropertyID::PaddingLeft;
  348. case PropertyID::PaddingInlineEnd:
  349. return PropertyID::PaddingRight;
  350. case PropertyID::InsetBlockStart:
  351. return PropertyID::Top;
  352. case PropertyID::InsetBlockEnd:
  353. return PropertyID::Bottom;
  354. case PropertyID::InsetInlineStart:
  355. return PropertyID::Left;
  356. case PropertyID::InsetInlineEnd:
  357. return PropertyID::Right;
  358. case PropertyID::WebkitAppearance:
  359. return PropertyID::Appearance;
  360. default:
  361. return {};
  362. }
  363. };
  364. struct StartAndEndPropertyIDs {
  365. PropertyID start;
  366. PropertyID end;
  367. };
  368. auto map_logical_property_to_real_properties = [](PropertyID property_id) -> Optional<StartAndEndPropertyIDs> {
  369. // FIXME: Honor writing-mode, direction and text-orientation.
  370. switch (property_id) {
  371. case PropertyID::MarginBlock:
  372. return StartAndEndPropertyIDs { PropertyID::MarginTop, PropertyID::MarginBottom };
  373. case PropertyID::MarginInline:
  374. return StartAndEndPropertyIDs { PropertyID::MarginLeft, PropertyID::MarginRight };
  375. case PropertyID::PaddingBlock:
  376. return StartAndEndPropertyIDs { PropertyID::PaddingTop, PropertyID::PaddingBottom };
  377. case PropertyID::PaddingInline:
  378. return StartAndEndPropertyIDs { PropertyID::PaddingLeft, PropertyID::PaddingRight };
  379. case PropertyID::InsetBlock:
  380. return StartAndEndPropertyIDs { PropertyID::Top, PropertyID::Bottom };
  381. case PropertyID::InsetInline:
  382. return StartAndEndPropertyIDs { PropertyID::Left, PropertyID::Right };
  383. default:
  384. return {};
  385. }
  386. };
  387. if (auto real_property_id = map_logical_property_to_real_property(property_id); real_property_id.has_value())
  388. return set_property_expanding_shorthands(style, real_property_id.value(), value, document, declaration, properties_for_revert);
  389. if (auto real_property_ids = map_logical_property_to_real_properties(property_id); real_property_ids.has_value()) {
  390. if (value.is_value_list() && value.as_value_list().size() == 2) {
  391. auto const& start = value.as_value_list().values()[0];
  392. auto const& end = value.as_value_list().values()[1];
  393. set_property_expanding_shorthands(style, real_property_ids->start, start, document, declaration, properties_for_revert);
  394. set_property_expanding_shorthands(style, real_property_ids->end, end, document, declaration, properties_for_revert);
  395. return;
  396. }
  397. set_property_expanding_shorthands(style, real_property_ids->start, value, document, declaration, properties_for_revert);
  398. set_property_expanding_shorthands(style, real_property_ids->end, value, document, declaration, properties_for_revert);
  399. return;
  400. }
  401. if (value.is_shorthand()) {
  402. auto& shorthand_value = value.as_shorthand();
  403. auto& properties = shorthand_value.sub_properties();
  404. auto& values = shorthand_value.values();
  405. for (size_t i = 0; i < properties.size(); ++i)
  406. set_property_expanding_shorthands(style, properties[i], values[i], document, declaration, properties_for_revert);
  407. return;
  408. }
  409. auto assign_edge_values = [&](PropertyID top_property, PropertyID right_property, PropertyID bottom_property, PropertyID left_property, auto const& values) {
  410. if (values.size() == 4) {
  411. set_longhand_property(top_property, values[0]);
  412. set_longhand_property(right_property, values[1]);
  413. set_longhand_property(bottom_property, values[2]);
  414. set_longhand_property(left_property, values[3]);
  415. } else if (values.size() == 3) {
  416. set_longhand_property(top_property, values[0]);
  417. set_longhand_property(right_property, values[1]);
  418. set_longhand_property(bottom_property, values[2]);
  419. set_longhand_property(left_property, values[1]);
  420. } else if (values.size() == 2) {
  421. set_longhand_property(top_property, values[0]);
  422. set_longhand_property(right_property, values[1]);
  423. set_longhand_property(bottom_property, values[0]);
  424. set_longhand_property(left_property, values[1]);
  425. } else if (values.size() == 1) {
  426. set_longhand_property(top_property, values[0]);
  427. set_longhand_property(right_property, values[0]);
  428. set_longhand_property(bottom_property, values[0]);
  429. set_longhand_property(left_property, values[0]);
  430. }
  431. };
  432. if (property_id == CSS::PropertyID::Border) {
  433. set_property_expanding_shorthands(style, CSS::PropertyID::BorderTop, value, document, declaration, properties_for_revert);
  434. set_property_expanding_shorthands(style, CSS::PropertyID::BorderRight, value, document, declaration, properties_for_revert);
  435. set_property_expanding_shorthands(style, CSS::PropertyID::BorderBottom, value, document, declaration, properties_for_revert);
  436. set_property_expanding_shorthands(style, CSS::PropertyID::BorderLeft, value, document, declaration, properties_for_revert);
  437. // FIXME: Also reset border-image, in line with the spec: https://www.w3.org/TR/css-backgrounds-3/#border-shorthands
  438. return;
  439. }
  440. if (property_id == CSS::PropertyID::BorderStyle) {
  441. if (value.is_value_list()) {
  442. auto const& values_list = value.as_value_list();
  443. assign_edge_values(PropertyID::BorderTopStyle, PropertyID::BorderRightStyle, PropertyID::BorderBottomStyle, PropertyID::BorderLeftStyle, values_list.values());
  444. return;
  445. }
  446. set_longhand_property(CSS::PropertyID::BorderTopStyle, value);
  447. set_longhand_property(CSS::PropertyID::BorderRightStyle, value);
  448. set_longhand_property(CSS::PropertyID::BorderBottomStyle, value);
  449. set_longhand_property(CSS::PropertyID::BorderLeftStyle, value);
  450. return;
  451. }
  452. if (property_id == CSS::PropertyID::BorderWidth) {
  453. if (value.is_value_list()) {
  454. auto const& values_list = value.as_value_list();
  455. assign_edge_values(PropertyID::BorderTopWidth, PropertyID::BorderRightWidth, PropertyID::BorderBottomWidth, PropertyID::BorderLeftWidth, values_list.values());
  456. return;
  457. }
  458. set_longhand_property(CSS::PropertyID::BorderTopWidth, value);
  459. set_longhand_property(CSS::PropertyID::BorderRightWidth, value);
  460. set_longhand_property(CSS::PropertyID::BorderBottomWidth, value);
  461. set_longhand_property(CSS::PropertyID::BorderLeftWidth, value);
  462. return;
  463. }
  464. if (property_id == CSS::PropertyID::BorderColor) {
  465. if (value.is_value_list()) {
  466. auto const& values_list = value.as_value_list();
  467. assign_edge_values(PropertyID::BorderTopColor, PropertyID::BorderRightColor, PropertyID::BorderBottomColor, PropertyID::BorderLeftColor, values_list.values());
  468. return;
  469. }
  470. set_longhand_property(CSS::PropertyID::BorderTopColor, value);
  471. set_longhand_property(CSS::PropertyID::BorderRightColor, value);
  472. set_longhand_property(CSS::PropertyID::BorderBottomColor, value);
  473. set_longhand_property(CSS::PropertyID::BorderLeftColor, value);
  474. return;
  475. }
  476. if (property_id == CSS::PropertyID::BackgroundPosition) {
  477. if (value.is_position()) {
  478. auto const& position = value.as_position();
  479. set_longhand_property(CSS::PropertyID::BackgroundPositionX, position.edge_x());
  480. set_longhand_property(CSS::PropertyID::BackgroundPositionY, position.edge_y());
  481. } else if (value.is_value_list()) {
  482. // Expand background-position layer list into separate lists for x and y positions:
  483. auto const& values_list = value.as_value_list();
  484. StyleValueVector x_positions {};
  485. StyleValueVector y_positions {};
  486. x_positions.ensure_capacity(values_list.size());
  487. y_positions.ensure_capacity(values_list.size());
  488. for (auto& layer : values_list.values()) {
  489. if (layer->is_position()) {
  490. auto const& position = layer->as_position();
  491. x_positions.unchecked_append(position.edge_x());
  492. y_positions.unchecked_append(position.edge_y());
  493. } else {
  494. x_positions.unchecked_append(layer);
  495. y_positions.unchecked_append(layer);
  496. }
  497. }
  498. set_longhand_property(CSS::PropertyID::BackgroundPositionX, StyleValueList::create(move(x_positions), values_list.separator()));
  499. set_longhand_property(CSS::PropertyID::BackgroundPositionY, StyleValueList::create(move(y_positions), values_list.separator()));
  500. } else {
  501. set_longhand_property(CSS::PropertyID::BackgroundPositionX, value);
  502. set_longhand_property(CSS::PropertyID::BackgroundPositionY, value);
  503. }
  504. return;
  505. }
  506. if (property_id == CSS::PropertyID::Inset) {
  507. if (value.is_value_list()) {
  508. auto const& values_list = value.as_value_list();
  509. assign_edge_values(PropertyID::Top, PropertyID::Right, PropertyID::Bottom, PropertyID::Left, values_list.values());
  510. return;
  511. }
  512. set_longhand_property(CSS::PropertyID::Top, value);
  513. set_longhand_property(CSS::PropertyID::Right, value);
  514. set_longhand_property(CSS::PropertyID::Bottom, value);
  515. set_longhand_property(CSS::PropertyID::Left, value);
  516. return;
  517. }
  518. if (property_id == CSS::PropertyID::Margin) {
  519. if (value.is_value_list()) {
  520. auto const& values_list = value.as_value_list();
  521. assign_edge_values(PropertyID::MarginTop, PropertyID::MarginRight, PropertyID::MarginBottom, PropertyID::MarginLeft, values_list.values());
  522. return;
  523. }
  524. set_longhand_property(CSS::PropertyID::MarginTop, value);
  525. set_longhand_property(CSS::PropertyID::MarginRight, value);
  526. set_longhand_property(CSS::PropertyID::MarginBottom, value);
  527. set_longhand_property(CSS::PropertyID::MarginLeft, value);
  528. return;
  529. }
  530. if (property_id == CSS::PropertyID::Padding) {
  531. if (value.is_value_list()) {
  532. auto const& values_list = value.as_value_list();
  533. assign_edge_values(PropertyID::PaddingTop, PropertyID::PaddingRight, PropertyID::PaddingBottom, PropertyID::PaddingLeft, values_list.values());
  534. return;
  535. }
  536. set_longhand_property(CSS::PropertyID::PaddingTop, value);
  537. set_longhand_property(CSS::PropertyID::PaddingRight, value);
  538. set_longhand_property(CSS::PropertyID::PaddingBottom, value);
  539. set_longhand_property(CSS::PropertyID::PaddingLeft, value);
  540. return;
  541. }
  542. if (property_id == CSS::PropertyID::Gap || property_id == CSS::PropertyID::GridGap) {
  543. if (value.is_value_list()) {
  544. auto const& values_list = value.as_value_list();
  545. set_longhand_property(CSS::PropertyID::RowGap, values_list.values()[0]);
  546. set_longhand_property(CSS::PropertyID::ColumnGap, values_list.values()[1]);
  547. return;
  548. }
  549. set_longhand_property(CSS::PropertyID::RowGap, value);
  550. set_longhand_property(CSS::PropertyID::ColumnGap, value);
  551. return;
  552. }
  553. if (property_id == CSS::PropertyID::RowGap || property_id == CSS::PropertyID::GridRowGap) {
  554. set_longhand_property(CSS::PropertyID::RowGap, value);
  555. return;
  556. }
  557. if (property_id == CSS::PropertyID::ColumnGap || property_id == CSS::PropertyID::GridColumnGap) {
  558. set_longhand_property(CSS::PropertyID::ColumnGap, value);
  559. return;
  560. }
  561. if (property_id == CSS::PropertyID::MaxInlineSize || property_id == CSS::PropertyID::MinInlineSize) {
  562. // FIXME: Use writing-mode to determine if we should set width or height.
  563. bool is_horizontal = true;
  564. if (is_horizontal) {
  565. if (property_id == CSS::PropertyID::MaxInlineSize) {
  566. set_longhand_property(CSS::PropertyID::MaxWidth, value);
  567. } else {
  568. set_longhand_property(CSS::PropertyID::MinWidth, value);
  569. }
  570. } else {
  571. if (property_id == CSS::PropertyID::MaxInlineSize) {
  572. set_longhand_property(CSS::PropertyID::MaxHeight, value);
  573. } else {
  574. set_longhand_property(CSS::PropertyID::MinHeight, value);
  575. }
  576. }
  577. return;
  578. }
  579. if (property_is_shorthand(property_id)) {
  580. // ShorthandStyleValue was handled already.
  581. // That means if we got here, that `value` must be a CSS-wide keyword, which we should apply to our longhand properties.
  582. // We don't directly call `set_longhand_property()` because the longhands might have longhands of their own.
  583. // (eg `grid` -> `grid-template` -> `grid-template-areas` & `grid-template-rows` & `grid-template-columns`)
  584. VERIFY(value.is_css_wide_keyword());
  585. for (auto longhand : longhands_for_shorthand(property_id))
  586. set_property_expanding_shorthands(style, longhand, value, document, declaration, properties_for_revert);
  587. return;
  588. }
  589. set_longhand_property(property_id, value);
  590. }
  591. void StyleComputer::set_all_properties(DOM::Element& element, Optional<CSS::Selector::PseudoElement::Type> pseudo_element, StyleProperties& style, StyleValue const& value, DOM::Document& document, CSS::CSSStyleDeclaration const* declaration, StyleProperties::PropertyValues const& properties_for_revert) const
  592. {
  593. for (auto i = to_underlying(CSS::first_longhand_property_id); i <= to_underlying(CSS::last_longhand_property_id); ++i) {
  594. auto property_id = (CSS::PropertyID)i;
  595. if (value.is_revert()) {
  596. style.m_property_values[to_underlying(property_id)] = properties_for_revert[to_underlying(property_id)];
  597. continue;
  598. }
  599. if (value.is_unset()) {
  600. if (is_inherited_property(property_id))
  601. style.m_property_values[to_underlying(property_id)] = { { get_inherit_value(document.realm(), property_id, &element, pseudo_element), nullptr } };
  602. else
  603. style.m_property_values[to_underlying(property_id)] = { { property_initial_value(document.realm(), property_id), nullptr } };
  604. continue;
  605. }
  606. NonnullRefPtr<StyleValue> property_value = value;
  607. if (property_value->is_unresolved())
  608. property_value = Parser::Parser::resolve_unresolved_style_value({}, Parser::ParsingContext { document }, element, pseudo_element, property_id, property_value->as_unresolved());
  609. if (!property_value->is_unresolved())
  610. set_property_expanding_shorthands(style, property_id, property_value, document, declaration, properties_for_revert);
  611. set_property_expanding_shorthands(style, property_id, value, document, declaration, properties_for_revert);
  612. }
  613. }
  614. void StyleComputer::cascade_declarations(StyleProperties& style, DOM::Element& element, Optional<CSS::Selector::PseudoElement::Type> pseudo_element, Vector<MatchingRule> const& matching_rules, CascadeOrigin cascade_origin, Important important) const
  615. {
  616. auto properties_for_revert = style.properties();
  617. for (auto const& match : matching_rules) {
  618. for (auto const& property : verify_cast<PropertyOwningCSSStyleDeclaration>(match.rule->declaration()).properties()) {
  619. if (important != property.important)
  620. continue;
  621. if (property.property_id == CSS::PropertyID::All) {
  622. set_all_properties(element, pseudo_element, style, property.value, m_document, &match.rule->declaration(), properties_for_revert);
  623. continue;
  624. }
  625. auto property_value = property.value;
  626. if (property.value->is_unresolved())
  627. property_value = Parser::Parser::resolve_unresolved_style_value({}, Parser::ParsingContext { document() }, element, pseudo_element, property.property_id, property.value->as_unresolved());
  628. if (!property_value->is_unresolved())
  629. set_property_expanding_shorthands(style, property.property_id, property_value, m_document, &match.rule->declaration(), properties_for_revert);
  630. }
  631. }
  632. if (cascade_origin == CascadeOrigin::Author && !pseudo_element.has_value()) {
  633. if (auto const* inline_style = verify_cast<ElementInlineCSSStyleDeclaration>(element.inline_style())) {
  634. for (auto const& property : inline_style->properties()) {
  635. if (important != property.important)
  636. continue;
  637. if (property.property_id == CSS::PropertyID::All) {
  638. set_all_properties(element, pseudo_element, style, property.value, m_document, inline_style, properties_for_revert);
  639. continue;
  640. }
  641. auto property_value = property.value;
  642. if (property.value->is_unresolved())
  643. property_value = Parser::Parser::resolve_unresolved_style_value({}, Parser::ParsingContext { document() }, element, pseudo_element, property.property_id, property.value->as_unresolved());
  644. if (!property_value->is_unresolved())
  645. set_property_expanding_shorthands(style, property.property_id, property_value, m_document, inline_style, properties_for_revert);
  646. }
  647. }
  648. }
  649. }
  650. static ErrorOr<void> cascade_custom_properties(DOM::Element& element, Optional<CSS::Selector::PseudoElement::Type> pseudo_element, Vector<MatchingRule> const& matching_rules)
  651. {
  652. size_t needed_capacity = 0;
  653. for (auto const& matching_rule : matching_rules)
  654. needed_capacity += verify_cast<PropertyOwningCSSStyleDeclaration>(matching_rule.rule->declaration()).custom_properties().size();
  655. if (!pseudo_element.has_value()) {
  656. if (auto const* inline_style = verify_cast<PropertyOwningCSSStyleDeclaration>(element.inline_style()))
  657. needed_capacity += inline_style->custom_properties().size();
  658. }
  659. HashMap<FlyString, StyleProperty> custom_properties;
  660. TRY(custom_properties.try_ensure_capacity(needed_capacity));
  661. for (auto const& matching_rule : matching_rules) {
  662. for (auto const& it : verify_cast<PropertyOwningCSSStyleDeclaration>(matching_rule.rule->declaration()).custom_properties())
  663. custom_properties.set(it.key, it.value);
  664. }
  665. if (!pseudo_element.has_value()) {
  666. if (auto const* inline_style = verify_cast<PropertyOwningCSSStyleDeclaration>(element.inline_style())) {
  667. for (auto const& it : inline_style->custom_properties())
  668. custom_properties.set(it.key, it.value);
  669. }
  670. }
  671. element.set_custom_properties(pseudo_element, move(custom_properties));
  672. return {};
  673. }
  674. StyleComputer::AnimationStepTransition StyleComputer::Animation::step(CSS::Time const& time_step)
  675. {
  676. auto delay_ms = remaining_delay.to_milliseconds();
  677. auto time_step_ms = time_step.to_milliseconds();
  678. if (delay_ms > time_step_ms) {
  679. remaining_delay = CSS::Time { delay_ms - time_step_ms, CSS::Time::Type::Ms };
  680. return AnimationStepTransition::NoTransition;
  681. }
  682. remaining_delay = CSS::Time { 0, CSS::Time::Type::Ms };
  683. time_step_ms -= delay_ms;
  684. // "auto": For time-driven animations, equivalent to 0s.
  685. // https://www.w3.org/TR/2023/WD-css-animations-2-20230602/#valdef-animation-duration-auto
  686. auto used_duration = duration.value_or(CSS::Time { 0, CSS::Time::Type::S });
  687. auto added_progress = time_step_ms / used_duration.to_milliseconds();
  688. auto new_progress = progress.as_fraction() + added_progress;
  689. auto changed_iteration = false;
  690. if (new_progress >= 1) {
  691. if (iteration_count.has_value()) {
  692. if (iteration_count.value() <= 1) {
  693. progress = CSS::Percentage(100);
  694. return AnimationStepTransition::ActiveToAfter;
  695. }
  696. --iteration_count.value();
  697. changed_iteration = true;
  698. }
  699. ++current_iteration;
  700. new_progress = 0;
  701. }
  702. progress = CSS::Percentage(new_progress * 100);
  703. if (changed_iteration)
  704. return AnimationStepTransition::ActiveToActiveChangingTheIteration;
  705. return AnimationStepTransition::AfterToActive;
  706. }
  707. static ErrorOr<NonnullRefPtr<StyleValue>> interpolate_property(StyleValue const& from, StyleValue const& to, float delta)
  708. {
  709. if (from.type() != to.type()) {
  710. if (delta > 0.999f)
  711. return to;
  712. return from;
  713. }
  714. auto interpolate_raw = [delta = static_cast<double>(delta)](auto from, auto to) {
  715. return static_cast<RemoveCVReference<decltype(from)>>(static_cast<double>(from) + static_cast<double>(to - from) * delta);
  716. };
  717. switch (from.type()) {
  718. case StyleValue::Type::Angle:
  719. return AngleStyleValue::create(Angle::make_degrees(interpolate_raw(from.as_angle().angle().to_degrees(), to.as_angle().angle().to_degrees())));
  720. case StyleValue::Type::Color: {
  721. auto from_color = from.as_color().color();
  722. auto to_color = to.as_color().color();
  723. auto from_hsv = from_color.to_hsv();
  724. auto to_hsv = to_color.to_hsv();
  725. auto color = Color::from_hsv(
  726. interpolate_raw(from_hsv.hue, to_hsv.hue),
  727. interpolate_raw(from_hsv.saturation, to_hsv.saturation),
  728. interpolate_raw(from_hsv.value, to_hsv.value));
  729. color.set_alpha(interpolate_raw(from_color.alpha(), to_color.alpha()));
  730. return ColorStyleValue::create(color);
  731. }
  732. case StyleValue::Type::Integer:
  733. return IntegerStyleValue::create(interpolate_raw(from.as_integer().integer(), to.as_integer().integer()));
  734. case StyleValue::Type::Length: {
  735. auto& from_length = from.as_length().length();
  736. auto& to_length = to.as_length().length();
  737. return LengthStyleValue::create(Length(interpolate_raw(from_length.raw_value(), to_length.raw_value()), from_length.type()));
  738. }
  739. case StyleValue::Type::Number:
  740. return NumberStyleValue::create(interpolate_raw(from.as_number().number(), to.as_number().number()));
  741. case StyleValue::Type::Percentage:
  742. return PercentageStyleValue::create(Percentage(interpolate_raw(from.as_percentage().percentage().value(), to.as_percentage().percentage().value())));
  743. case StyleValue::Type::Position: {
  744. // https://www.w3.org/TR/css-values-4/#combine-positions
  745. // FIXME: Interpolation of <position> is defined as the independent interpolation of each component (x, y) normalized as an offset from the top left corner as a <length-percentage>.
  746. auto& from_position = from.as_position();
  747. auto& to_position = to.as_position();
  748. return PositionStyleValue::create(
  749. TRY(interpolate_property(from_position.edge_x(), to_position.edge_x(), delta))->as_edge(),
  750. TRY(interpolate_property(from_position.edge_y(), to_position.edge_y(), delta))->as_edge());
  751. }
  752. case StyleValue::Type::Rect: {
  753. auto from_rect = from.as_rect().rect();
  754. auto to_rect = to.as_rect().rect();
  755. return RectStyleValue::create({
  756. Length(interpolate_raw(from_rect.top_edge.raw_value(), to_rect.top_edge.raw_value()), from_rect.top_edge.type()),
  757. Length(interpolate_raw(from_rect.right_edge.raw_value(), to_rect.right_edge.raw_value()), from_rect.right_edge.type()),
  758. Length(interpolate_raw(from_rect.bottom_edge.raw_value(), to_rect.bottom_edge.raw_value()), from_rect.bottom_edge.type()),
  759. Length(interpolate_raw(from_rect.left_edge.raw_value(), to_rect.left_edge.raw_value()), from_rect.left_edge.type()),
  760. });
  761. }
  762. case StyleValue::Type::Transformation: {
  763. auto& from_transform = from.as_transformation();
  764. auto& to_transform = to.as_transformation();
  765. if (from_transform.transform_function() != to_transform.transform_function())
  766. return from;
  767. auto from_input_values = from_transform.values();
  768. auto to_input_values = to_transform.values();
  769. if (from_input_values.size() != to_input_values.size())
  770. return from;
  771. StyleValueVector interpolated_values;
  772. interpolated_values.ensure_capacity(from_input_values.size());
  773. for (size_t i = 0; i < from_input_values.size(); ++i)
  774. interpolated_values.append(TRY(interpolate_property(*from_input_values[i], *to_input_values[i], delta)));
  775. return TransformationStyleValue::create(from_transform.transform_function(), move(interpolated_values));
  776. }
  777. case StyleValue::Type::ValueList: {
  778. auto& from_list = from.as_value_list();
  779. auto& to_list = to.as_value_list();
  780. if (from_list.size() != to_list.size())
  781. return from;
  782. StyleValueVector interpolated_values;
  783. interpolated_values.ensure_capacity(from_list.size());
  784. for (size_t i = 0; i < from_list.size(); ++i)
  785. interpolated_values.append(TRY(interpolate_property(from_list.values()[i], to_list.values()[i], delta)));
  786. return StyleValueList::create(move(interpolated_values), from_list.separator());
  787. }
  788. default:
  789. return from;
  790. }
  791. }
  792. bool StyleComputer::Animation::is_animating_backwards() const
  793. {
  794. return (direction == CSS::AnimationDirection::AlternateReverse && current_iteration % 2 == 1)
  795. || (direction == CSS::AnimationDirection::Alternate && current_iteration % 2 == 0)
  796. || direction == CSS::AnimationDirection::Reverse;
  797. }
  798. ErrorOr<void> StyleComputer::Animation::collect_into(StyleProperties& style_properties, RuleCache const& rule_cache) const
  799. {
  800. if (remaining_delay.to_milliseconds() != 0) {
  801. // If the fill mode is backwards or both, we'll pretend that the animation is started, but stuck at progress 0
  802. if (fill_mode != CSS::AnimationFillMode::Backwards && fill_mode != CSS::AnimationFillMode::Both)
  803. return {};
  804. }
  805. auto matching_keyframes = rule_cache.rules_by_animation_keyframes.get(name);
  806. if (!matching_keyframes.has_value())
  807. return {};
  808. auto& keyframes = matching_keyframes.value()->keyframes_by_key;
  809. auto output_progress = compute_output_progress(progress.as_fraction()) * 100.f;
  810. auto is_backwards = is_animating_backwards();
  811. auto key = static_cast<u64>(output_progress * AnimationKeyFrameKeyScaleFactor);
  812. auto matching_keyframe_it = is_backwards ? keyframes.find_smallest_not_below_iterator(key) : keyframes.find_largest_not_above_iterator(key);
  813. if (matching_keyframe_it.is_end()) {
  814. if constexpr (LIBWEB_CSS_ANIMATION_DEBUG) {
  815. dbgln(" Did not find any start keyframe for the current state ({}) :(", key);
  816. dbgln(" (have {} keyframes)", keyframes.size());
  817. for (auto it = keyframes.begin(); it != keyframes.end(); ++it)
  818. dbgln(" - {}", it.key());
  819. }
  820. return {};
  821. }
  822. auto keyframe_start = matching_keyframe_it.key();
  823. auto keyframe_values = *matching_keyframe_it;
  824. auto initial_keyframe_it = matching_keyframe_it;
  825. auto keyframe_end_it = is_backwards ? --matching_keyframe_it : ++matching_keyframe_it;
  826. if (keyframe_end_it.is_end())
  827. keyframe_end_it = initial_keyframe_it;
  828. auto keyframe_end = keyframe_end_it.key();
  829. auto keyframe_end_values = *keyframe_end_it;
  830. auto progress_in_keyframe = [&] {
  831. if (keyframe_start == keyframe_end)
  832. return is_backwards ? 1.f : 0.f;
  833. return is_backwards
  834. ? static_cast<float>(keyframe_start - key) / static_cast<float>(keyframe_start - keyframe_end)
  835. : static_cast<float>(key - keyframe_start) / static_cast<float>(keyframe_end - keyframe_start);
  836. }();
  837. auto valid_properties = 0;
  838. for (auto const& property : keyframe_values.resolved_properties) {
  839. if (property.has<Empty>())
  840. continue;
  841. valid_properties++;
  842. }
  843. dbgln_if(LIBWEB_CSS_ANIMATION_DEBUG, "Animation {} contains {} properties to interpolate, progress = {}%", name, valid_properties, progress_in_keyframe * 100);
  844. if (fill_mode == CSS::AnimationFillMode::Forwards || fill_mode == CSS::AnimationFillMode::Both) {
  845. if (!active_state_if_fill_forward)
  846. active_state_if_fill_forward = make<AnimationStateSnapshot>();
  847. }
  848. UnderlyingType<PropertyID> property_id_value = 0;
  849. for (auto const& property : keyframe_values.resolved_properties) {
  850. auto property_id = static_cast<PropertyID>(property_id_value++);
  851. if (property.has<Empty>())
  852. continue;
  853. auto resolve_property = [&](auto& property) {
  854. return property.visit(
  855. [](Empty) -> RefPtr<StyleValue const> { VERIFY_NOT_REACHED(); },
  856. [&](AnimationKeyFrameSet::ResolvedKeyFrame::UseInitial) {
  857. if (auto value = initial_state.state[to_underlying(property_id)])
  858. return value;
  859. auto value = style_properties.maybe_null_property(property_id);
  860. initial_state.state[to_underlying(property_id)] = value;
  861. return value;
  862. },
  863. [&](RefPtr<StyleValue const> value) { return value; });
  864. };
  865. auto resolved_start_property = resolve_property(property);
  866. auto const& end_property = keyframe_end_values.resolved_properties[to_underlying(property_id)];
  867. if (end_property.has<Empty>()) {
  868. if (resolved_start_property) {
  869. style_properties.set_property(property_id, resolved_start_property.release_nonnull());
  870. dbgln_if(LIBWEB_CSS_ANIMATION_DEBUG, "No end property for property {}, using {}", string_from_property_id(property_id), resolved_start_property->to_string());
  871. }
  872. continue;
  873. }
  874. auto resolved_end_property = resolve_property(end_property);
  875. if (!resolved_start_property || !resolved_end_property)
  876. continue;
  877. auto start = resolved_start_property.release_nonnull();
  878. auto end = resolved_end_property.release_nonnull();
  879. auto next_value = TRY(interpolate_property(*start, *end, progress_in_keyframe));
  880. dbgln_if(LIBWEB_CSS_ANIMATION_DEBUG, "Interpolated value for property {} at {}: {} -> {} = {}", string_from_property_id(property_id), progress_in_keyframe, start->to_string(), end->to_string(), next_value->to_string());
  881. style_properties.set_property(property_id, next_value);
  882. if (active_state_if_fill_forward)
  883. active_state_if_fill_forward->state[to_underlying(property_id)] = next_value;
  884. }
  885. return {};
  886. }
  887. bool StyleComputer::Animation::is_done() const
  888. {
  889. return progress.as_fraction() >= 0.9999 && iteration_count.has_value() && iteration_count.value() == 0;
  890. }
  891. // NOTE: Magic values from <https://www.w3.org/TR/css-easing-1/#valdef-cubic-bezier-easing-function-ease>
  892. static auto ease_timing_function = StyleComputer::AnimationTiming::CubicBezier { 0.25, 0.1, 0.25, 1.0 };
  893. static auto ease_in_timing_function = StyleComputer::AnimationTiming::CubicBezier { 0.42, 0.0, 1.0, 1.0 };
  894. static auto ease_out_timing_function = StyleComputer::AnimationTiming::CubicBezier { 0.0, 0.0, 0.58, 1.0 };
  895. static auto ease_in_out_timing_function = StyleComputer::AnimationTiming::CubicBezier { 0.42, 0.0, 0.58, 1.0 };
  896. float StyleComputer::Animation::compute_output_progress(float input_progress) const
  897. {
  898. auto output_progress = input_progress;
  899. auto going_forwards = true;
  900. switch (direction) {
  901. case AnimationDirection::Alternate:
  902. if (current_iteration % 2 == 0) {
  903. output_progress = 1.0f - output_progress;
  904. going_forwards = false;
  905. }
  906. break;
  907. case AnimationDirection::AlternateReverse:
  908. if (current_iteration % 2 == 1) {
  909. output_progress = 1.0f - output_progress;
  910. going_forwards = false;
  911. }
  912. break;
  913. case AnimationDirection::Normal:
  914. break;
  915. case AnimationDirection::Reverse:
  916. output_progress = 1.0f - output_progress;
  917. going_forwards = false;
  918. break;
  919. }
  920. if (remaining_delay.to_milliseconds() != 0)
  921. return output_progress;
  922. return timing_function.timing_function.visit(
  923. [&](AnimationTiming::Linear) { return output_progress; },
  924. [&](AnimationTiming::Steps const& steps) {
  925. auto before_flag = (current_state == AnimationState::Before && going_forwards) || (current_state == AnimationState::After && !going_forwards);
  926. auto progress_step = output_progress * static_cast<float>(steps.number_of_steps);
  927. auto current_step = floorf(progress_step);
  928. if (steps.jump_at_start)
  929. current_step += 1;
  930. if (before_flag && truncf(progress_step) == progress_step)
  931. current_step -= 1;
  932. if (output_progress >= 0 && current_step < 0)
  933. current_step = 0;
  934. size_t jumps;
  935. if (steps.jump_at_start ^ steps.jump_at_end)
  936. jumps = steps.number_of_steps;
  937. else if (steps.jump_at_start && steps.jump_at_end)
  938. jumps = steps.number_of_steps + 1;
  939. else
  940. jumps = steps.number_of_steps - 1;
  941. if (output_progress <= 1 && current_step > static_cast<float>(jumps))
  942. current_step = static_cast<float>(jumps);
  943. return current_step / static_cast<float>(steps.number_of_steps);
  944. },
  945. [&](AnimationTiming::CubicBezier const& bezier) {
  946. // Special cases first:
  947. if (bezier == AnimationTiming::CubicBezier { 0.0, 0.0, 1.0, 1.0 })
  948. return output_progress;
  949. // FIXME: This is quite inefficient on memory and CPU, find a better way to do this.
  950. auto sample = bezier.sample_around(static_cast<double>(output_progress));
  951. return static_cast<float>(sample.y);
  952. });
  953. }
  954. static double cubic_bezier_at(double x1, double x2, double t)
  955. {
  956. auto a = 1.0 - 3.0 * x2 + 3.0 * x1;
  957. auto b = 3.0 * x2 - 6.0 * x1;
  958. auto c = 3.0 * x1;
  959. auto t2 = t * t;
  960. auto t3 = t2 * t;
  961. return (a * t3) + (b * t2) + (c * t);
  962. }
  963. StyleComputer::AnimationTiming::CubicBezier::CachedSample StyleComputer::AnimationTiming::CubicBezier::sample_around(double x) const
  964. {
  965. x = clamp(x, 0, 1);
  966. auto solve = [&](auto t) {
  967. auto x = cubic_bezier_at(x1, x2, t);
  968. auto y = cubic_bezier_at(y1, y2, t);
  969. return CachedSample { x, y, t };
  970. };
  971. if (m_cached_x_samples.is_empty())
  972. m_cached_x_samples.append(solve(0.));
  973. size_t nearby_index = 0;
  974. if (auto found = binary_search(m_cached_x_samples, x, &nearby_index, [](auto x, auto& sample) {
  975. if (x > sample.x)
  976. return 1;
  977. if (x < sample.x)
  978. return -1;
  979. return 0;
  980. }))
  981. return *found;
  982. if (nearby_index == m_cached_x_samples.size() || nearby_index + 1 == m_cached_x_samples.size()) {
  983. // Produce more samples until we have enough.
  984. auto last_t = m_cached_x_samples.is_empty() ? 0 : m_cached_x_samples.last().t;
  985. auto last_x = m_cached_x_samples.is_empty() ? 0 : m_cached_x_samples.last().x;
  986. while (last_x <= x) {
  987. last_t += 1. / 60.;
  988. auto solution = solve(last_t);
  989. m_cached_x_samples.append(solution);
  990. last_x = solution.x;
  991. }
  992. if (auto found = binary_search(m_cached_x_samples, x, &nearby_index, [](auto x, auto& sample) {
  993. if (x > sample.x)
  994. return 1;
  995. if (x < sample.x)
  996. return -1;
  997. return 0;
  998. }))
  999. return *found;
  1000. }
  1001. // We have two samples on either side of the x value we want, so we can linearly interpolate between them.
  1002. auto& sample1 = m_cached_x_samples[nearby_index];
  1003. auto& sample2 = m_cached_x_samples[nearby_index + 1];
  1004. auto factor = (x - sample1.x) / (sample2.x - sample1.x);
  1005. return CachedSample {
  1006. x,
  1007. clamp(sample1.y + factor * (sample2.y - sample1.y), 0, 1),
  1008. sample1.t + factor * (sample2.t - sample1.t),
  1009. };
  1010. }
  1011. void StyleComputer::ensure_animation_timer() const
  1012. {
  1013. constexpr static auto timer_delay_ms = 1000 / 60;
  1014. if (!m_animation_driver_timer) {
  1015. m_animation_driver_timer = Platform::Timer::create_repeating(timer_delay_ms, [this] {
  1016. // If we run out of animations, stop the timer - it'll turn back on the next time we have an active animation.
  1017. if (m_active_animations.is_empty()) {
  1018. m_animation_driver_timer->stop();
  1019. return;
  1020. }
  1021. HashTable<AnimationKey> animations_to_remove;
  1022. HashTable<DOM::Element*> owning_elements_to_invalidate;
  1023. for (auto& it : m_active_animations) {
  1024. if (!it.value->owning_element) {
  1025. // The element disappeared since we last ran, just discard the animation.
  1026. animations_to_remove.set(it.key);
  1027. continue;
  1028. }
  1029. auto transition = it.value->step(CSS::Time { timer_delay_ms, CSS::Time::Type::Ms });
  1030. owning_elements_to_invalidate.set(it.value->owning_element);
  1031. switch (transition) {
  1032. case AnimationStepTransition::NoTransition:
  1033. break;
  1034. case AnimationStepTransition::IdleOrBeforeToActive:
  1035. // FIXME: Dispatch `animationstart`.
  1036. break;
  1037. case AnimationStepTransition::IdleOrBeforeToAfter:
  1038. // FIXME: Dispatch `animationstart` then `animationend`.
  1039. m_finished_animations.set(it.key, move(it.value->active_state_if_fill_forward));
  1040. break;
  1041. case AnimationStepTransition::ActiveToBefore:
  1042. // FIXME: Dispatch `animationend`.
  1043. m_finished_animations.set(it.key, move(it.value->active_state_if_fill_forward));
  1044. break;
  1045. case AnimationStepTransition::ActiveToActiveChangingTheIteration:
  1046. // FIXME: Dispatch `animationiteration`.
  1047. break;
  1048. case AnimationStepTransition::ActiveToAfter:
  1049. // FIXME: Dispatch `animationend`.
  1050. m_finished_animations.set(it.key, move(it.value->active_state_if_fill_forward));
  1051. break;
  1052. case AnimationStepTransition::AfterToActive:
  1053. // FIXME: Dispatch `animationstart`.
  1054. break;
  1055. case AnimationStepTransition::AfterToBefore:
  1056. // FIXME: Dispatch `animationstart` then `animationend`.
  1057. m_finished_animations.set(it.key, move(it.value->active_state_if_fill_forward));
  1058. break;
  1059. case AnimationStepTransition::Cancelled:
  1060. // FIXME: Dispatch `animationcancel`.
  1061. m_finished_animations.set(it.key, nullptr);
  1062. break;
  1063. }
  1064. if (it.value->is_done())
  1065. animations_to_remove.set(it.key);
  1066. }
  1067. for (auto key : animations_to_remove)
  1068. m_active_animations.remove(key);
  1069. for (auto* element : owning_elements_to_invalidate)
  1070. element->set_needs_style_update(true);
  1071. });
  1072. }
  1073. m_animation_driver_timer->start();
  1074. }
  1075. // https://www.w3.org/TR/css-cascade/#cascading
  1076. ErrorOr<void> StyleComputer::compute_cascaded_values(StyleProperties& style, DOM::Element& element, Optional<CSS::Selector::PseudoElement::Type> pseudo_element, bool& did_match_any_pseudo_element_rules, ComputeStyleMode mode) const
  1077. {
  1078. // First, we collect all the CSS rules whose selectors match `element`:
  1079. MatchingRuleSet matching_rule_set;
  1080. matching_rule_set.user_agent_rules = collect_matching_rules(element, CascadeOrigin::UserAgent, pseudo_element);
  1081. sort_matching_rules(matching_rule_set.user_agent_rules);
  1082. matching_rule_set.user_rules = collect_matching_rules(element, CascadeOrigin::User, pseudo_element);
  1083. sort_matching_rules(matching_rule_set.user_rules);
  1084. matching_rule_set.author_rules = collect_matching_rules(element, CascadeOrigin::Author, pseudo_element);
  1085. sort_matching_rules(matching_rule_set.author_rules);
  1086. if (mode == ComputeStyleMode::CreatePseudoElementStyleIfNeeded) {
  1087. VERIFY(pseudo_element.has_value());
  1088. if (matching_rule_set.author_rules.is_empty() && matching_rule_set.user_rules.is_empty() && matching_rule_set.user_agent_rules.is_empty()) {
  1089. did_match_any_pseudo_element_rules = false;
  1090. return {};
  1091. }
  1092. did_match_any_pseudo_element_rules = true;
  1093. }
  1094. // Then we resolve all the CSS custom pr`operties ("variables") for this element:
  1095. TRY(cascade_custom_properties(element, pseudo_element, matching_rule_set.author_rules));
  1096. // Then we apply the declarations from the matched rules in cascade order:
  1097. // Normal user agent declarations
  1098. cascade_declarations(style, element, pseudo_element, matching_rule_set.user_agent_rules, CascadeOrigin::UserAgent, Important::No);
  1099. // Normal user declarations
  1100. cascade_declarations(style, element, pseudo_element, matching_rule_set.user_rules, CascadeOrigin::User, Important::No);
  1101. // Author presentational hints (NOTE: The spec doesn't say exactly how to prioritize these.)
  1102. if (!pseudo_element.has_value()) {
  1103. element.apply_presentational_hints(style);
  1104. // SVG presentation attributes are parsed as CSS values, so we need to handle potential custom properties here.
  1105. if (element.is_svg_element()) {
  1106. // FIXME: This is not very efficient, we should only resolve the custom properties that are actually used.
  1107. for (auto i = to_underlying(CSS::first_property_id); i <= to_underlying(CSS::last_property_id); ++i) {
  1108. auto property_id = (CSS::PropertyID)i;
  1109. auto& property = style.m_property_values[i];
  1110. if (property.has_value() && property->style->is_unresolved())
  1111. property->style = Parser::Parser::resolve_unresolved_style_value({}, Parser::ParsingContext { document() }, element, pseudo_element, property_id, property->style->as_unresolved());
  1112. }
  1113. }
  1114. }
  1115. // Normal author declarations
  1116. cascade_declarations(style, element, pseudo_element, matching_rule_set.author_rules, CascadeOrigin::Author, Important::No);
  1117. // Animation declarations [css-animations-2]
  1118. auto get_animation_name = [&]() -> Optional<String> {
  1119. auto animation_name = style.maybe_null_property(PropertyID::AnimationName);
  1120. if (animation_name.is_null())
  1121. return OptionalNone {};
  1122. if (animation_name->is_string())
  1123. return animation_name->as_string().string_value();
  1124. return animation_name->to_string();
  1125. };
  1126. if (auto animation_name = get_animation_name(); animation_name.has_value()) {
  1127. if (auto source_declaration = style.property_source_declaration(PropertyID::AnimationName)) {
  1128. AnimationKey animation_key {
  1129. .source_declaration = source_declaration,
  1130. .element = &element,
  1131. };
  1132. if (auto finished_state = m_finished_animations.get(animation_key); finished_state.has_value()) {
  1133. // We've already finished going through this animation, so drop it from the active animations.
  1134. m_active_animations.remove(animation_key);
  1135. // If the animation's fill mode was set to forwards/both, we need to collect and use the final frame's styles.
  1136. if (*finished_state) {
  1137. auto& state = (*finished_state)->state;
  1138. for (size_t property_id_value = 0; property_id_value < state.size(); ++property_id_value) {
  1139. if (auto& property_value = state[property_id_value])
  1140. style.set_property(static_cast<PropertyID>(property_id_value), *property_value);
  1141. }
  1142. }
  1143. } else if (!animation_name->is_empty()) {
  1144. auto active_animation = m_active_animations.get(animation_key);
  1145. if (!active_animation.has_value()) {
  1146. // New animation!
  1147. Optional<CSS::Time> duration;
  1148. if (auto duration_value = style.maybe_null_property(PropertyID::AnimationDuration); duration_value) {
  1149. if (duration_value->is_time()) {
  1150. duration = duration_value->as_time().time();
  1151. } else if (duration_value->is_identifier() && duration_value->as_identifier().id() == ValueID::Auto) {
  1152. // We use empty optional to represent "auto".
  1153. duration = {};
  1154. }
  1155. }
  1156. CSS::Time delay { 0, CSS::Time::Type::S };
  1157. if (auto delay_value = style.maybe_null_property(PropertyID::AnimationDelay); delay_value && delay_value->is_time())
  1158. delay = delay_value->as_time().time();
  1159. Optional<size_t> iteration_count = 1;
  1160. if (auto iteration_count_value = style.maybe_null_property(PropertyID::AnimationIterationCount); iteration_count_value) {
  1161. if (iteration_count_value->is_identifier() && iteration_count_value->to_identifier() == ValueID::Infinite)
  1162. iteration_count = {};
  1163. else if (iteration_count_value->is_number())
  1164. iteration_count = static_cast<size_t>(iteration_count_value->as_number().number());
  1165. }
  1166. CSS::AnimationFillMode fill_mode { CSS::AnimationFillMode::None };
  1167. if (auto fill_mode_property = style.maybe_null_property(PropertyID::AnimationFillMode); fill_mode_property && fill_mode_property->is_identifier()) {
  1168. if (auto fill_mode_value = value_id_to_animation_fill_mode(fill_mode_property->to_identifier()); fill_mode_value.has_value())
  1169. fill_mode = *fill_mode_value;
  1170. }
  1171. CSS::AnimationDirection direction { CSS::AnimationDirection::Normal };
  1172. if (auto direction_property = style.maybe_null_property(PropertyID::AnimationDirection); direction_property && direction_property->is_identifier()) {
  1173. if (auto direction_value = value_id_to_animation_direction(direction_property->to_identifier()); direction_value.has_value())
  1174. direction = *direction_value;
  1175. }
  1176. AnimationTiming timing_function { ease_timing_function };
  1177. if (auto timing_property = style.maybe_null_property(PropertyID::AnimationTimingFunction); timing_property && timing_property->is_easing()) {
  1178. auto& easing_value = timing_property->as_easing();
  1179. switch (easing_value.easing_function()) {
  1180. case EasingFunction::Linear:
  1181. timing_function = AnimationTiming { AnimationTiming::Linear {} };
  1182. break;
  1183. case EasingFunction::Ease:
  1184. timing_function = AnimationTiming { ease_timing_function };
  1185. break;
  1186. case EasingFunction::EaseIn:
  1187. timing_function = AnimationTiming { ease_in_timing_function };
  1188. break;
  1189. case EasingFunction::EaseOut:
  1190. timing_function = AnimationTiming { ease_out_timing_function };
  1191. break;
  1192. case EasingFunction::EaseInOut:
  1193. timing_function = AnimationTiming { ease_in_out_timing_function };
  1194. break;
  1195. case EasingFunction::CubicBezier: {
  1196. auto values = easing_value.values();
  1197. timing_function = AnimationTiming {
  1198. AnimationTiming::CubicBezier {
  1199. values[0]->as_number().number(),
  1200. values[1]->as_number().number(),
  1201. values[2]->as_number().number(),
  1202. values[3]->as_number().number(),
  1203. },
  1204. };
  1205. break;
  1206. }
  1207. case EasingFunction::Steps: {
  1208. auto values = easing_value.values();
  1209. auto jump_at_start = false;
  1210. auto jump_at_end = true;
  1211. if (values.size() > 1) {
  1212. auto identifier = values[1]->to_identifier();
  1213. switch (identifier) {
  1214. case ValueID::JumpStart:
  1215. case ValueID::Start:
  1216. jump_at_start = true;
  1217. jump_at_end = false;
  1218. break;
  1219. case ValueID::JumpEnd:
  1220. case ValueID::End:
  1221. jump_at_start = false;
  1222. jump_at_end = true;
  1223. break;
  1224. case ValueID::JumpNone:
  1225. jump_at_start = false;
  1226. jump_at_end = false;
  1227. break;
  1228. default:
  1229. break;
  1230. }
  1231. }
  1232. timing_function = AnimationTiming { AnimationTiming::Steps {
  1233. .number_of_steps = static_cast<size_t>(max(values[0]->as_integer().integer(), !(jump_at_end && jump_at_start) ? 1 : 0)),
  1234. .jump_at_start = jump_at_start,
  1235. .jump_at_end = jump_at_end,
  1236. } };
  1237. break;
  1238. }
  1239. case EasingFunction::StepEnd:
  1240. timing_function = AnimationTiming { AnimationTiming::Steps {
  1241. .number_of_steps = 1,
  1242. .jump_at_start = false,
  1243. .jump_at_end = true,
  1244. } };
  1245. break;
  1246. case EasingFunction::StepStart:
  1247. timing_function = AnimationTiming { AnimationTiming::Steps {
  1248. .number_of_steps = 1,
  1249. .jump_at_start = true,
  1250. .jump_at_end = false,
  1251. } };
  1252. break;
  1253. }
  1254. }
  1255. auto animation = make<Animation>(Animation {
  1256. .name = animation_name.release_value(),
  1257. .duration = duration,
  1258. .delay = delay,
  1259. .iteration_count = iteration_count,
  1260. .timing_function = timing_function,
  1261. .direction = direction,
  1262. .fill_mode = fill_mode,
  1263. .owning_element = TRY(element.try_make_weak_ptr<DOM::Element>()),
  1264. .progress = CSS::Percentage(0),
  1265. .remaining_delay = delay,
  1266. });
  1267. active_animation = animation;
  1268. m_active_animations.set(animation_key, move(animation));
  1269. }
  1270. TRY((*active_animation)->collect_into(style, rule_cache_for_cascade_origin(CascadeOrigin::Author)));
  1271. } else {
  1272. m_active_animations.remove(animation_key);
  1273. }
  1274. }
  1275. if (!m_active_animations.is_empty())
  1276. ensure_animation_timer();
  1277. }
  1278. // Important author declarations
  1279. cascade_declarations(style, element, pseudo_element, matching_rule_set.author_rules, CascadeOrigin::Author, Important::Yes);
  1280. // Important user declarations
  1281. cascade_declarations(style, element, pseudo_element, matching_rule_set.user_rules, CascadeOrigin::User, Important::Yes);
  1282. // Important user agent declarations
  1283. cascade_declarations(style, element, pseudo_element, matching_rule_set.user_agent_rules, CascadeOrigin::UserAgent, Important::Yes);
  1284. // FIXME: Transition declarations [css-transitions-1]
  1285. return {};
  1286. }
  1287. DOM::Element const* element_to_inherit_style_from(DOM::Element const* element, Optional<CSS::Selector::PseudoElement::Type> pseudo_element)
  1288. {
  1289. // Pseudo-elements treat their originating element as their parent.
  1290. DOM::Element const* parent_element = nullptr;
  1291. if (pseudo_element.has_value()) {
  1292. parent_element = element;
  1293. } else if (element) {
  1294. parent_element = element->parent_or_shadow_host_element();
  1295. }
  1296. return parent_element;
  1297. }
  1298. NonnullRefPtr<StyleValue const> get_inherit_value(JS::Realm& initial_value_context_realm, CSS::PropertyID property_id, DOM::Element const* element, Optional<CSS::Selector::PseudoElement::Type> pseudo_element)
  1299. {
  1300. auto* parent_element = element_to_inherit_style_from(element, pseudo_element);
  1301. if (!parent_element || !parent_element->computed_css_values())
  1302. return property_initial_value(initial_value_context_realm, property_id);
  1303. return parent_element->computed_css_values()->property(property_id);
  1304. }
  1305. void StyleComputer::compute_defaulted_property_value(StyleProperties& style, DOM::Element const* element, CSS::PropertyID property_id, Optional<CSS::Selector::PseudoElement::Type> pseudo_element) const
  1306. {
  1307. // FIXME: If we don't know the correct initial value for a property, we fall back to InitialStyleValue.
  1308. auto& value_slot = style.m_property_values[to_underlying(property_id)];
  1309. if (!value_slot.has_value()) {
  1310. if (is_inherited_property(property_id))
  1311. style.m_property_values[to_underlying(property_id)] = { { get_inherit_value(document().realm(), property_id, element, pseudo_element), nullptr } };
  1312. else
  1313. style.m_property_values[to_underlying(property_id)] = { { property_initial_value(document().realm(), property_id), nullptr } };
  1314. return;
  1315. }
  1316. if (value_slot->style->is_initial()) {
  1317. value_slot->style = property_initial_value(document().realm(), property_id);
  1318. return;
  1319. }
  1320. if (value_slot->style->is_inherit()) {
  1321. value_slot->style = get_inherit_value(document().realm(), property_id, element, pseudo_element);
  1322. return;
  1323. }
  1324. // https://www.w3.org/TR/css-cascade-4/#inherit-initial
  1325. // If the cascaded value of a property is the unset keyword,
  1326. if (value_slot->style->is_unset()) {
  1327. if (is_inherited_property(property_id)) {
  1328. // then if it is an inherited property, this is treated as inherit,
  1329. value_slot->style = get_inherit_value(document().realm(), property_id, element, pseudo_element);
  1330. } else {
  1331. // and if it is not, this is treated as initial.
  1332. value_slot->style = property_initial_value(document().realm(), property_id);
  1333. }
  1334. }
  1335. }
  1336. // https://www.w3.org/TR/css-cascade/#defaulting
  1337. void StyleComputer::compute_defaulted_values(StyleProperties& style, DOM::Element const* element, Optional<CSS::Selector::PseudoElement::Type> pseudo_element) const
  1338. {
  1339. // Walk the list of all known CSS properties and:
  1340. // - Add them to `style` if they are missing.
  1341. // - Resolve `inherit` and `initial` as needed.
  1342. for (auto i = to_underlying(CSS::first_longhand_property_id); i <= to_underlying(CSS::last_longhand_property_id); ++i) {
  1343. auto property_id = (CSS::PropertyID)i;
  1344. compute_defaulted_property_value(style, element, property_id, pseudo_element);
  1345. }
  1346. // https://www.w3.org/TR/css-color-4/#resolving-other-colors
  1347. // In the color property, the used value of currentcolor is the inherited value.
  1348. auto color = style.property(CSS::PropertyID::Color);
  1349. if (color->to_identifier() == CSS::ValueID::Currentcolor) {
  1350. color = get_inherit_value(document().realm(), CSS::PropertyID::Color, element, pseudo_element);
  1351. style.set_property(CSS::PropertyID::Color, color);
  1352. }
  1353. }
  1354. Length::FontMetrics StyleComputer::calculate_root_element_font_metrics(StyleProperties const& style) const
  1355. {
  1356. auto root_value = style.property(CSS::PropertyID::FontSize);
  1357. auto font_pixel_metrics = style.first_available_computed_font().pixel_metrics();
  1358. Length::FontMetrics font_metrics { m_default_font_metrics.font_size, font_pixel_metrics, CSSPixels::nearest_value_for(font_pixel_metrics.line_spacing()) };
  1359. font_metrics.font_size = root_value->as_length().length().to_px(viewport_rect(), font_metrics, font_metrics);
  1360. font_metrics.line_height = style.line_height(viewport_rect(), font_metrics, font_metrics);
  1361. return font_metrics;
  1362. }
  1363. RefPtr<Gfx::FontCascadeList const> StyleComputer::find_matching_font_weight_ascending(Vector<MatchingFontCandidate> const& candidates, int target_weight, float font_size_in_pt, bool inclusive)
  1364. {
  1365. using Fn = AK::Function<bool(MatchingFontCandidate const&)>;
  1366. auto pred = inclusive ? Fn([&](auto const& matching_font_candidate) { return matching_font_candidate.key.weight >= target_weight; })
  1367. : Fn([&](auto const& matching_font_candidate) { return matching_font_candidate.key.weight > target_weight; });
  1368. auto it = find_if(candidates.begin(), candidates.end(), pred);
  1369. for (; it != candidates.end(); ++it) {
  1370. if (auto found_font = it->font_with_point_size(font_size_in_pt))
  1371. return found_font;
  1372. }
  1373. return {};
  1374. }
  1375. RefPtr<Gfx::FontCascadeList const> StyleComputer::find_matching_font_weight_descending(Vector<MatchingFontCandidate> const& candidates, int target_weight, float font_size_in_pt, bool inclusive)
  1376. {
  1377. using Fn = AK::Function<bool(MatchingFontCandidate const&)>;
  1378. auto pred = inclusive ? Fn([&](auto const& matching_font_candidate) { return matching_font_candidate.key.weight <= target_weight; })
  1379. : Fn([&](auto const& matching_font_candidate) { return matching_font_candidate.key.weight < target_weight; });
  1380. auto it = find_if(candidates.rbegin(), candidates.rend(), pred);
  1381. for (; it != candidates.rend(); ++it) {
  1382. if (auto found_font = it->font_with_point_size(font_size_in_pt))
  1383. return found_font;
  1384. }
  1385. return {};
  1386. }
  1387. // Partial implementation of the font-matching algorithm: https://www.w3.org/TR/css-fonts-4/#font-matching-algorithm
  1388. // FIXME: This should be replaced by the full CSS font selection algorithm.
  1389. RefPtr<Gfx::FontCascadeList const> StyleComputer::font_matching_algorithm(FontFaceKey const& key, float font_size_in_pt) const
  1390. {
  1391. // If a font family match occurs, the user agent assembles the set of font faces in that family and then
  1392. // narrows the set to a single face using other font properties in the order given below.
  1393. Vector<MatchingFontCandidate> matching_family_fonts;
  1394. for (auto const& font_key_and_loader : m_loaded_fonts) {
  1395. if (font_key_and_loader.key.family_name.equals_ignoring_ascii_case(key.family_name))
  1396. matching_family_fonts.empend(font_key_and_loader.key, const_cast<FontLoaderList*>(&font_key_and_loader.value));
  1397. }
  1398. Gfx::FontDatabase::the().for_each_typeface_with_family_name(key.family_name.to_string(), [&](Gfx::Typeface const& typeface) {
  1399. matching_family_fonts.empend(
  1400. FontFaceKey {
  1401. .family_name = typeface.family(),
  1402. .weight = static_cast<int>(typeface.weight()),
  1403. .slope = typeface.slope(),
  1404. },
  1405. &typeface);
  1406. });
  1407. quick_sort(matching_family_fonts, [](auto const& a, auto const& b) {
  1408. return a.key.weight < b.key.weight;
  1409. });
  1410. // FIXME: 1. font-stretch is tried first.
  1411. // FIXME: 2. font-style is tried next.
  1412. // We don't have complete support of italic and oblique fonts, so matching on font-style can be simplified to:
  1413. // If a matching slope is found, all faces which don't have that matching slope are excluded from the matching set.
  1414. auto style_it = find_if(matching_family_fonts.begin(), matching_family_fonts.end(),
  1415. [&](auto const& matching_font_candidate) { return matching_font_candidate.key.slope == key.slope; });
  1416. if (style_it != matching_family_fonts.end()) {
  1417. matching_family_fonts.remove_all_matching([&](auto const& matching_font_candidate) {
  1418. return matching_font_candidate.key.slope != key.slope;
  1419. });
  1420. }
  1421. // 3. font-weight is matched next.
  1422. // If the desired weight is inclusively between 400 and 500, weights greater than or equal to the target weight
  1423. // are checked in ascending order until 500 is hit and checked, followed by weights less than the target weight
  1424. // in descending order, followed by weights greater than 500, until a match is found.
  1425. if (key.weight >= 400 && key.weight <= 500) {
  1426. auto it = find_if(matching_family_fonts.begin(), matching_family_fonts.end(),
  1427. [&](auto const& matching_font_candidate) { return matching_font_candidate.key.weight >= key.weight; });
  1428. for (; it != matching_family_fonts.end() && it->key.weight <= 500; ++it) {
  1429. if (auto found_font = it->font_with_point_size(font_size_in_pt))
  1430. return found_font;
  1431. }
  1432. if (auto found_font = find_matching_font_weight_descending(matching_family_fonts, key.weight, font_size_in_pt, false))
  1433. return found_font;
  1434. for (; it != matching_family_fonts.end(); ++it) {
  1435. if (auto found_font = it->font_with_point_size(font_size_in_pt))
  1436. return found_font;
  1437. }
  1438. }
  1439. // If the desired weight is less than 400, weights less than or equal to the desired weight are checked in descending order
  1440. // followed by weights above the desired weight in ascending order until a match is found.
  1441. if (key.weight < 400) {
  1442. if (auto found_font = find_matching_font_weight_descending(matching_family_fonts, key.weight, font_size_in_pt, true))
  1443. return found_font;
  1444. if (auto found_font = find_matching_font_weight_ascending(matching_family_fonts, key.weight, font_size_in_pt, false))
  1445. return found_font;
  1446. }
  1447. // If the desired weight is greater than 500, weights greater than or equal to the desired weight are checked in ascending order
  1448. // followed by weights below the desired weight in descending order until a match is found.
  1449. if (key.weight > 500) {
  1450. if (auto found_font = find_matching_font_weight_ascending(matching_family_fonts, key.weight, font_size_in_pt, true))
  1451. return found_font;
  1452. if (auto found_font = find_matching_font_weight_descending(matching_family_fonts, key.weight, font_size_in_pt, false))
  1453. return found_font;
  1454. }
  1455. return {};
  1456. }
  1457. RefPtr<Gfx::FontCascadeList const> StyleComputer::compute_font_for_style_values(DOM::Element const* element, Optional<CSS::Selector::PseudoElement::Type> pseudo_element, StyleValue const& font_family, StyleValue const& font_size, StyleValue const& font_style, StyleValue const& font_weight, StyleValue const& font_stretch, int math_depth) const
  1458. {
  1459. auto* parent_element = element_to_inherit_style_from(element, pseudo_element);
  1460. auto width = font_stretch.to_font_stretch_width();
  1461. auto weight = font_weight.to_font_weight();
  1462. bool bold = weight > Gfx::FontWeight::Regular;
  1463. // FIXME: Should be based on "user's default font size"
  1464. CSSPixels font_size_in_px = 16;
  1465. auto parent_line_height = parent_or_root_element_line_height(element, pseudo_element);
  1466. Gfx::FontPixelMetrics font_pixel_metrics;
  1467. if (parent_element && parent_element->computed_css_values())
  1468. font_pixel_metrics = parent_element->computed_css_values()->first_available_computed_font().pixel_metrics();
  1469. else
  1470. font_pixel_metrics = Platform::FontPlugin::the().default_font().pixel_metrics();
  1471. auto parent_font_size = [&]() -> CSSPixels {
  1472. if (!parent_element || !parent_element->computed_css_values())
  1473. return font_size_in_px;
  1474. auto value = parent_element->computed_css_values()->property(CSS::PropertyID::FontSize);
  1475. if (value->is_length()) {
  1476. auto length = value->as_length().length();
  1477. auto parent_line_height = parent_or_root_element_line_height(parent_element, {});
  1478. if (length.is_absolute() || length.is_relative()) {
  1479. Length::FontMetrics font_metrics { font_size_in_px, font_pixel_metrics, parent_line_height };
  1480. return length.to_px(viewport_rect(), font_metrics, m_root_element_font_metrics);
  1481. }
  1482. }
  1483. return font_size_in_px;
  1484. };
  1485. Length::FontMetrics font_metrics { parent_font_size(), font_pixel_metrics, parent_line_height };
  1486. if (font_size.is_identifier()) {
  1487. // https://w3c.github.io/csswg-drafts/css-fonts/#absolute-size-mapping
  1488. auto get_absolute_size_mapping = [](Web::CSS::ValueID identifier) -> CSSPixelFraction {
  1489. switch (identifier) {
  1490. case CSS::ValueID::XxSmall:
  1491. return CSSPixels(3) / 5;
  1492. case CSS::ValueID::XSmall:
  1493. return CSSPixels(3) / 4;
  1494. case CSS::ValueID::Small:
  1495. return CSSPixels(8) / 9;
  1496. case CSS::ValueID::Medium:
  1497. return 1;
  1498. case CSS::ValueID::Large:
  1499. return CSSPixels(6) / 5;
  1500. case CSS::ValueID::XLarge:
  1501. return CSSPixels(3) / 2;
  1502. case CSS::ValueID::XxLarge:
  1503. return 2;
  1504. case CSS::ValueID::XxxLarge:
  1505. return 3;
  1506. case CSS::ValueID::Smaller:
  1507. return CSSPixels(4) / 5;
  1508. case CSS::ValueID::Larger:
  1509. return CSSPixels(5) / 4;
  1510. default:
  1511. return 1;
  1512. }
  1513. };
  1514. auto const identifier = static_cast<IdentifierStyleValue const&>(font_size).id();
  1515. if (identifier == ValueID::Math) {
  1516. auto math_scaling_factor = [&]() {
  1517. // https://w3c.github.io/mathml-core/#the-math-script-level-property
  1518. // If the specified value font-size is math then the computed value of font-size is obtained by multiplying
  1519. // the inherited value of font-size by a nonzero scale factor calculated by the following procedure:
  1520. // 1. Let A be the inherited math-depth value, B the computed math-depth value, C be 0.71 and S be 1.0
  1521. int inherited_math_depth = parent_element && parent_element->computed_css_values()
  1522. ? parent_element->computed_css_values()->math_depth()
  1523. : InitialValues::math_depth();
  1524. int computed_math_depth = math_depth;
  1525. auto size_ratio = 0.71;
  1526. auto scale = 1.0;
  1527. // 2. If A = B then return S.
  1528. bool invert_scale_factor = false;
  1529. if (inherited_math_depth == computed_math_depth) {
  1530. return scale;
  1531. }
  1532. // If B < A, swap A and B and set InvertScaleFactor to true.
  1533. else if (computed_math_depth < inherited_math_depth) {
  1534. AK::swap(inherited_math_depth, computed_math_depth);
  1535. invert_scale_factor = true;
  1536. }
  1537. // Otherwise B > A and set InvertScaleFactor to false.
  1538. else {
  1539. invert_scale_factor = false;
  1540. }
  1541. // 3. Let E be B - A > 0.
  1542. double e = (computed_math_depth - inherited_math_depth) > 0;
  1543. // FIXME: 4. If the inherited first available font has an OpenType MATH table:
  1544. // - If A ≤ 0 and B ≥ 2 then multiply S by scriptScriptPercentScaleDown and decrement E by 2.
  1545. // - Otherwise if A = 1 then multiply S by scriptScriptPercentScaleDown / scriptPercentScaleDown and decrement E by 1.
  1546. // - Otherwise if B = 1 then multiply S by scriptPercentScaleDown and decrement E by 1.
  1547. // 5. Multiply S by C^E.
  1548. scale *= AK::pow(size_ratio, e);
  1549. // 6. Return S if InvertScaleFactor is false and 1/S otherwise.
  1550. if (!invert_scale_factor)
  1551. return scale;
  1552. return 1.0 / scale;
  1553. };
  1554. font_size_in_px = parent_font_size().scale_by(math_scaling_factor());
  1555. } else {
  1556. // https://w3c.github.io/csswg-drafts/css-fonts/#valdef-font-size-relative-size
  1557. // TODO: If the parent element has a keyword font size in the absolute size keyword mapping table,
  1558. // larger may compute the font size to the next entry in the table,
  1559. // and smaller may compute the font size to the previous entry in the table.
  1560. if (identifier == CSS::ValueID::Smaller || identifier == CSS::ValueID::Larger) {
  1561. if (parent_element && parent_element->computed_css_values()) {
  1562. font_size_in_px = CSSPixels::nearest_value_for(parent_element->computed_css_values()->first_available_computed_font().pixel_metrics().size);
  1563. }
  1564. }
  1565. font_size_in_px *= get_absolute_size_mapping(identifier);
  1566. }
  1567. } else {
  1568. Length::ResolutionContext const length_resolution_context {
  1569. .viewport_rect = viewport_rect(),
  1570. .font_metrics = font_metrics,
  1571. .root_font_metrics = m_root_element_font_metrics,
  1572. };
  1573. Optional<Length> maybe_length;
  1574. if (font_size.is_percentage()) {
  1575. // Percentages refer to parent element's font size
  1576. maybe_length = Length::make_px(CSSPixels::nearest_value_for(font_size.as_percentage().percentage().as_fraction() * parent_font_size().to_double()));
  1577. } else if (font_size.is_length()) {
  1578. maybe_length = font_size.as_length().length();
  1579. } else if (font_size.is_calculated()) {
  1580. if (font_size.as_calculated().contains_percentage()) {
  1581. maybe_length = font_size.as_calculated().resolve_length_percentage(length_resolution_context, Length::make_px(parent_font_size()));
  1582. } else {
  1583. maybe_length = font_size.as_calculated().resolve_length(length_resolution_context);
  1584. }
  1585. }
  1586. if (maybe_length.has_value()) {
  1587. font_size_in_px = maybe_length.value().to_px(length_resolution_context);
  1588. }
  1589. }
  1590. auto slope = font_style.to_font_slope();
  1591. // FIXME: Implement the full font-matching algorithm: https://www.w3.org/TR/css-fonts-4/#font-matching-algorithm
  1592. // Note: This is modified by the find_font() lambda
  1593. FontSelector font_selector;
  1594. bool monospace = false;
  1595. float const font_size_in_pt = font_size_in_px * 0.75f;
  1596. auto find_font = [&](FlyString const& family) -> RefPtr<Gfx::FontCascadeList const> {
  1597. font_selector = { family, font_size_in_pt, weight, width, slope };
  1598. FontFaceKey key {
  1599. .family_name = family,
  1600. .weight = weight,
  1601. .slope = slope,
  1602. };
  1603. auto result = Gfx::FontCascadeList::create();
  1604. if (auto it = m_loaded_fonts.find(key); it != m_loaded_fonts.end()) {
  1605. auto const& loaders = it->value;
  1606. for (auto const& loader : loaders) {
  1607. if (auto found_font = loader->font_with_point_size(font_size_in_pt))
  1608. result->add(*found_font, loader->unicode_ranges());
  1609. }
  1610. return result;
  1611. }
  1612. if (auto found_font = font_matching_algorithm(key, font_size_in_pt); found_font && !found_font->is_empty()) {
  1613. return found_font;
  1614. }
  1615. if (auto found_font = Gfx::FontDatabase::the().get(family, font_size_in_pt, weight, width, slope, Gfx::Font::AllowInexactSizeMatch::Yes)) {
  1616. result->add(*found_font);
  1617. return result;
  1618. }
  1619. return {};
  1620. };
  1621. auto find_generic_font = [&](ValueID font_id) -> RefPtr<Gfx::FontCascadeList const> {
  1622. Platform::GenericFont generic_font {};
  1623. switch (font_id) {
  1624. case ValueID::Monospace:
  1625. case ValueID::UiMonospace:
  1626. generic_font = Platform::GenericFont::Monospace;
  1627. monospace = true;
  1628. break;
  1629. case ValueID::Serif:
  1630. generic_font = Platform::GenericFont::Serif;
  1631. break;
  1632. case ValueID::Fantasy:
  1633. generic_font = Platform::GenericFont::Fantasy;
  1634. break;
  1635. case ValueID::SansSerif:
  1636. generic_font = Platform::GenericFont::SansSerif;
  1637. break;
  1638. case ValueID::Cursive:
  1639. generic_font = Platform::GenericFont::Cursive;
  1640. break;
  1641. case ValueID::UiSerif:
  1642. generic_font = Platform::GenericFont::UiSerif;
  1643. break;
  1644. case ValueID::UiSansSerif:
  1645. generic_font = Platform::GenericFont::UiSansSerif;
  1646. break;
  1647. case ValueID::UiRounded:
  1648. generic_font = Platform::GenericFont::UiRounded;
  1649. break;
  1650. default:
  1651. return {};
  1652. }
  1653. return find_font(Platform::FontPlugin::the().generic_font_name(generic_font));
  1654. };
  1655. auto font_list = Gfx::FontCascadeList::create();
  1656. if (font_family.is_value_list()) {
  1657. auto const& family_list = static_cast<StyleValueList const&>(font_family).values();
  1658. for (auto const& family : family_list) {
  1659. RefPtr<Gfx::FontCascadeList const> other_font_list;
  1660. if (family->is_identifier()) {
  1661. other_font_list = find_generic_font(family->to_identifier());
  1662. } else if (family->is_string()) {
  1663. other_font_list = find_font(family->as_string().string_value());
  1664. } else if (family->is_custom_ident()) {
  1665. other_font_list = find_font(family->as_custom_ident().custom_ident());
  1666. }
  1667. if (other_font_list)
  1668. font_list->extend(*other_font_list);
  1669. }
  1670. } else if (font_family.is_identifier()) {
  1671. if (auto other_font_list = find_generic_font(font_family.to_identifier()))
  1672. font_list->extend(*other_font_list);
  1673. } else if (font_family.is_string()) {
  1674. if (auto other_font_list = find_font(font_family.as_string().string_value()))
  1675. font_list->extend(*other_font_list);
  1676. } else if (font_family.is_custom_ident()) {
  1677. if (auto other_font_list = find_font(font_family.as_custom_ident().custom_ident()))
  1678. font_list->extend(*other_font_list);
  1679. }
  1680. auto found_font = StyleProperties::font_fallback(monospace, bold);
  1681. if (auto scaled_fallback_font = found_font->with_size(font_size_in_pt)) {
  1682. font_list->add(*scaled_fallback_font);
  1683. } else {
  1684. font_list->add(*found_font);
  1685. }
  1686. return font_list;
  1687. }
  1688. void StyleComputer::compute_font(StyleProperties& style, DOM::Element const* element, Optional<CSS::Selector::PseudoElement::Type> pseudo_element) const
  1689. {
  1690. // To compute the font, first ensure that we've defaulted the relevant CSS font properties.
  1691. // FIXME: This should be more sophisticated.
  1692. compute_defaulted_property_value(style, element, CSS::PropertyID::FontFamily, pseudo_element);
  1693. compute_defaulted_property_value(style, element, CSS::PropertyID::FontSize, pseudo_element);
  1694. compute_defaulted_property_value(style, element, CSS::PropertyID::FontStretch, pseudo_element);
  1695. compute_defaulted_property_value(style, element, CSS::PropertyID::FontStyle, pseudo_element);
  1696. compute_defaulted_property_value(style, element, CSS::PropertyID::FontWeight, pseudo_element);
  1697. compute_defaulted_property_value(style, element, CSS::PropertyID::LineHeight, pseudo_element);
  1698. auto font_family = style.property(CSS::PropertyID::FontFamily);
  1699. auto font_size = style.property(CSS::PropertyID::FontSize);
  1700. auto font_style = style.property(CSS::PropertyID::FontStyle);
  1701. auto font_weight = style.property(CSS::PropertyID::FontWeight);
  1702. auto font_stretch = style.property(CSS::PropertyID::FontStretch);
  1703. auto font_list = compute_font_for_style_values(element, pseudo_element, font_family, font_size, font_style, font_weight, font_stretch, style.math_depth());
  1704. VERIFY(font_list);
  1705. VERIFY(!font_list->is_empty());
  1706. RefPtr<Gfx::Font const> const found_font = font_list->first();
  1707. style.set_property(CSS::PropertyID::FontSize, LengthStyleValue::create(CSS::Length::make_px(CSSPixels::nearest_value_for(found_font->pixel_size()))), nullptr);
  1708. style.set_property(CSS::PropertyID::FontWeight, NumberStyleValue::create(font_weight->to_font_weight()));
  1709. style.set_computed_font_list(*font_list);
  1710. if (element && is<HTML::HTMLHtmlElement>(*element)) {
  1711. const_cast<StyleComputer&>(*this).m_root_element_font_metrics = calculate_root_element_font_metrics(style);
  1712. }
  1713. }
  1714. Gfx::Font const& StyleComputer::initial_font() const
  1715. {
  1716. // FIXME: This is not correct.
  1717. return StyleProperties::font_fallback(false, false);
  1718. }
  1719. CSSPixels StyleComputer::parent_or_root_element_line_height(DOM::Element const* element, Optional<CSS::Selector::PseudoElement::Type> pseudo_element) const
  1720. {
  1721. auto* parent_element = element_to_inherit_style_from(element, pseudo_element);
  1722. if (!parent_element)
  1723. return m_root_element_font_metrics.line_height;
  1724. auto const* computed_values = parent_element->computed_css_values();
  1725. if (!computed_values)
  1726. return m_root_element_font_metrics.line_height;
  1727. auto parent_font_pixel_metrics = computed_values->first_available_computed_font().pixel_metrics();
  1728. auto parent_font_size = computed_values->property(CSS::PropertyID::FontSize)->as_length().length();
  1729. // FIXME: Can the parent font size be non-absolute here?
  1730. auto parent_font_size_value = parent_font_size.is_absolute() ? parent_font_size.absolute_length_to_px() : m_root_element_font_metrics.font_size;
  1731. auto parent_parent_line_height = parent_or_root_element_line_height(parent_element, {});
  1732. Length::FontMetrics parent_font_metrics { parent_font_size_value, parent_font_pixel_metrics, parent_parent_line_height };
  1733. return computed_values->line_height(viewport_rect(), parent_font_metrics, m_root_element_font_metrics);
  1734. }
  1735. void StyleComputer::absolutize_values(StyleProperties& style, DOM::Element const* element, Optional<CSS::Selector::PseudoElement::Type> pseudo_element) const
  1736. {
  1737. auto parent_or_root_line_height = parent_or_root_element_line_height(element, pseudo_element);
  1738. auto font_pixel_metrics = style.first_available_computed_font().pixel_metrics();
  1739. Length::FontMetrics font_metrics { m_root_element_font_metrics.font_size, font_pixel_metrics, parent_or_root_line_height };
  1740. auto font_size = style.property(CSS::PropertyID::FontSize)->as_length().length().to_px(viewport_rect(), font_metrics, m_root_element_font_metrics);
  1741. font_metrics.font_size = font_size;
  1742. // NOTE: Percentage line-height values are relative to the font-size of the element.
  1743. // We have to resolve them right away, so that the *computed* line-height is ready for inheritance.
  1744. // We can't simply absolutize *all* percentage values against the font size,
  1745. // because most percentages are relative to containing block metrics.
  1746. auto line_height_value_slot = style.m_property_values[to_underlying(CSS::PropertyID::LineHeight)].map([](auto& x) -> auto& { return x.style; });
  1747. if (line_height_value_slot.has_value() && (*line_height_value_slot)->is_percentage()) {
  1748. *line_height_value_slot = LengthStyleValue::create(
  1749. Length::make_px(CSSPixels::nearest_value_for(font_size * static_cast<double>((*line_height_value_slot)->as_percentage().percentage().as_fraction()))));
  1750. }
  1751. auto line_height = style.line_height(viewport_rect(), font_metrics, m_root_element_font_metrics);
  1752. font_metrics.line_height = line_height;
  1753. // NOTE: line-height might be using lh which should be resolved against the parent line height (like we did here already)
  1754. if (line_height_value_slot.has_value() && (*line_height_value_slot)->is_length())
  1755. (*line_height_value_slot) = LengthStyleValue::create(Length::make_px(line_height));
  1756. for (size_t i = 0; i < style.m_property_values.size(); ++i) {
  1757. auto& value_slot = style.m_property_values[i];
  1758. if (!value_slot.has_value())
  1759. continue;
  1760. value_slot->style = value_slot->style->absolutized(viewport_rect(), font_metrics, m_root_element_font_metrics);
  1761. }
  1762. }
  1763. enum class BoxTypeTransformation {
  1764. None,
  1765. Blockify,
  1766. Inlinify,
  1767. };
  1768. static BoxTypeTransformation required_box_type_transformation(StyleProperties const& style, DOM::Element const& element, Optional<CSS::Selector::PseudoElement::Type> const& pseudo_element)
  1769. {
  1770. // NOTE: We never blockify <br> elements. They are always inline.
  1771. // There is currently no way to express in CSS how a <br> element really behaves.
  1772. // Spec issue: https://github.com/whatwg/html/issues/2291
  1773. if (is<HTML::HTMLBRElement>(element))
  1774. return BoxTypeTransformation::None;
  1775. // Absolute positioning or floating an element blockifies the box’s display type. [CSS2]
  1776. if (style.position() == CSS::Positioning::Absolute || style.position() == CSS::Positioning::Fixed || style.float_() != CSS::Float::None)
  1777. return BoxTypeTransformation::Blockify;
  1778. // FIXME: Containment in a ruby container inlinifies the box’s display type, as described in [CSS-RUBY-1].
  1779. // NOTE: If we're computing style for a pseudo-element, the effective parent will be the originating element itself, not its parent.
  1780. auto const* parent = pseudo_element.has_value() ? &element : element.parent_element();
  1781. // A parent with a grid or flex display value blockifies the box’s display type. [CSS-GRID-1] [CSS-FLEXBOX-1]
  1782. if (parent && parent->computed_css_values()) {
  1783. auto const& parent_display = parent->computed_css_values()->display();
  1784. if (parent_display.is_grid_inside() || parent_display.is_flex_inside())
  1785. return BoxTypeTransformation::Blockify;
  1786. }
  1787. return BoxTypeTransformation::None;
  1788. }
  1789. // https://drafts.csswg.org/css-display/#transformations
  1790. void StyleComputer::transform_box_type_if_needed(StyleProperties& style, DOM::Element const& element, Optional<CSS::Selector::PseudoElement::Type> pseudo_element) const
  1791. {
  1792. // 2.7. Automatic Box Type Transformations
  1793. // Some layout effects require blockification or inlinification of the box type,
  1794. // which sets the box’s computed outer display type to block or inline (respectively).
  1795. // (This has no effect on display types that generate no box at all, such as none or contents.)
  1796. auto display = style.display();
  1797. if (display.is_none() || display.is_contents())
  1798. return;
  1799. auto new_display = display;
  1800. if (display.is_math_inside()) {
  1801. // https://w3c.github.io/mathml-core/#new-display-math-value
  1802. // For elements that are not MathML elements, if the specified value of display is inline math or block math
  1803. // then the computed value is block flow and inline flow respectively.
  1804. if (element.namespace_uri() != Namespace::MathML)
  1805. new_display = CSS::Display { display.outside(), CSS::DisplayInside::Flow };
  1806. // For the mtable element the computed value is block table and inline table respectively.
  1807. else if (element.tag_name().equals_ignoring_ascii_case("mtable"sv))
  1808. new_display = CSS::Display { display.outside(), CSS::DisplayInside::Table };
  1809. // For the mtr element, the computed value is table-row.
  1810. else if (element.tag_name().equals_ignoring_ascii_case("mtr"sv))
  1811. new_display = CSS::Display { CSS::DisplayInternal::TableRow };
  1812. // For the mtd element, the computed value is table-cell.
  1813. else if (element.tag_name().equals_ignoring_ascii_case("mtd"sv))
  1814. new_display = CSS::Display { CSS::DisplayInternal::TableCell };
  1815. }
  1816. switch (required_box_type_transformation(style, element, pseudo_element)) {
  1817. case BoxTypeTransformation::None:
  1818. break;
  1819. case BoxTypeTransformation::Blockify:
  1820. if (display.is_block_outside())
  1821. return;
  1822. // If a layout-internal box is blockified, its inner display type converts to flow so that it becomes a block container.
  1823. if (display.is_internal()) {
  1824. new_display = CSS::Display::from_short(CSS::Display::Short::Block);
  1825. } else {
  1826. VERIFY(display.is_outside_and_inside());
  1827. // For legacy reasons, if an inline block box (inline flow-root) is blockified, it becomes a block box (losing its flow-root nature).
  1828. // For consistency, a run-in flow-root box also blockifies to a block box.
  1829. if (display.is_inline_block()) {
  1830. new_display = CSS::Display { CSS::DisplayOutside::Block, CSS::DisplayInside::Flow, display.list_item() };
  1831. } else {
  1832. new_display = CSS::Display { CSS::DisplayOutside::Block, display.inside(), display.list_item() };
  1833. }
  1834. }
  1835. break;
  1836. case BoxTypeTransformation::Inlinify:
  1837. if (display.is_inline_outside()) {
  1838. // FIXME: If an inline box (inline flow) is inlinified, it recursively inlinifies all of its in-flow children,
  1839. // so that no block-level descendants break up the inline formatting context in which it participates.
  1840. if (display.is_flow_inside()) {
  1841. dbgln("FIXME: Inlinify inline box children recursively");
  1842. }
  1843. break;
  1844. }
  1845. if (display.is_internal()) {
  1846. // Inlinification has no effect on layout-internal boxes. (However, placement in such an inline context will typically cause them
  1847. // to be wrapped in an appropriately-typed anonymous inline-level box.)
  1848. } else {
  1849. VERIFY(display.is_outside_and_inside());
  1850. // If a block box (block flow) is inlinified, its inner display type is set to flow-root so that it remains a block container.
  1851. if (display.is_block_outside() && display.is_flow_inside()) {
  1852. new_display = CSS::Display { CSS::DisplayOutside::Inline, CSS::DisplayInside::FlowRoot, display.list_item() };
  1853. }
  1854. new_display = CSS::Display { CSS::DisplayOutside::Inline, display.inside(), display.list_item() };
  1855. }
  1856. break;
  1857. }
  1858. if (new_display != display)
  1859. style.set_property(CSS::PropertyID::Display, DisplayStyleValue::create(new_display), style.property_source_declaration(CSS::PropertyID::Display));
  1860. }
  1861. NonnullRefPtr<StyleProperties> StyleComputer::create_document_style() const
  1862. {
  1863. auto style = StyleProperties::create();
  1864. compute_math_depth(style, nullptr, {});
  1865. compute_font(style, nullptr, {});
  1866. compute_defaulted_values(style, nullptr, {});
  1867. absolutize_values(style, nullptr, {});
  1868. style->set_property(CSS::PropertyID::Width, CSS::LengthStyleValue::create(CSS::Length::make_px(viewport_rect().width())), nullptr);
  1869. style->set_property(CSS::PropertyID::Height, CSS::LengthStyleValue::create(CSS::Length::make_px(viewport_rect().height())), nullptr);
  1870. style->set_property(CSS::PropertyID::Display, CSS::DisplayStyleValue::create(CSS::Display::from_short(CSS::Display::Short::Block)), nullptr);
  1871. return style;
  1872. }
  1873. ErrorOr<NonnullRefPtr<StyleProperties>> StyleComputer::compute_style(DOM::Element& element, Optional<CSS::Selector::PseudoElement::Type> pseudo_element) const
  1874. {
  1875. auto style = TRY(compute_style_impl(element, move(pseudo_element), ComputeStyleMode::Normal));
  1876. return style.release_nonnull();
  1877. }
  1878. ErrorOr<RefPtr<StyleProperties>> StyleComputer::compute_pseudo_element_style_if_needed(DOM::Element& element, Optional<CSS::Selector::PseudoElement::Type> pseudo_element) const
  1879. {
  1880. return compute_style_impl(element, move(pseudo_element), ComputeStyleMode::CreatePseudoElementStyleIfNeeded);
  1881. }
  1882. ErrorOr<RefPtr<StyleProperties>> StyleComputer::compute_style_impl(DOM::Element& element, Optional<CSS::Selector::PseudoElement::Type> pseudo_element, ComputeStyleMode mode) const
  1883. {
  1884. build_rule_cache_if_needed();
  1885. // Special path for elements that use pseudo element as style selector
  1886. if (element.use_pseudo_element().has_value()) {
  1887. auto& parent_element = verify_cast<HTML::HTMLElement>(*element.root().parent_or_shadow_host());
  1888. auto style = TRY(compute_style(parent_element, *element.use_pseudo_element()));
  1889. // Merge back inline styles
  1890. if (element.has_attribute(HTML::AttributeNames::style)) {
  1891. auto* inline_style = parse_css_style_attribute(CSS::Parser::ParsingContext(document()), *element.get_attribute(HTML::AttributeNames::style), element);
  1892. for (auto const& property : inline_style->properties())
  1893. style->set_property(property.property_id, property.value);
  1894. }
  1895. return style;
  1896. }
  1897. auto style = StyleProperties::create();
  1898. // 1. Perform the cascade. This produces the "specified style"
  1899. bool did_match_any_pseudo_element_rules = false;
  1900. TRY(compute_cascaded_values(style, element, pseudo_element, did_match_any_pseudo_element_rules, mode));
  1901. if (mode == ComputeStyleMode::CreatePseudoElementStyleIfNeeded && !did_match_any_pseudo_element_rules)
  1902. return nullptr;
  1903. // 2. Compute the math-depth property, since that might affect the font-size
  1904. compute_math_depth(style, &element, pseudo_element);
  1905. // 3. Compute the font, since that may be needed for font-relative CSS units
  1906. compute_font(style, &element, pseudo_element);
  1907. // 4. Absolutize values, turning font/viewport relative lengths into absolute lengths
  1908. absolutize_values(style, &element, pseudo_element);
  1909. // 5. Default the values, applying inheritance and 'initial' as needed
  1910. compute_defaulted_values(style, &element, pseudo_element);
  1911. // 6. Run automatic box type transformations
  1912. transform_box_type_if_needed(style, element, pseudo_element);
  1913. return style;
  1914. }
  1915. void StyleComputer::build_rule_cache_if_needed() const
  1916. {
  1917. if (m_author_rule_cache && m_user_rule_cache && m_user_agent_rule_cache)
  1918. return;
  1919. const_cast<StyleComputer&>(*this).build_rule_cache();
  1920. }
  1921. NonnullOwnPtr<StyleComputer::RuleCache> StyleComputer::make_rule_cache_for_cascade_origin(CascadeOrigin cascade_origin)
  1922. {
  1923. auto rule_cache = make<RuleCache>();
  1924. size_t num_class_rules = 0;
  1925. size_t num_id_rules = 0;
  1926. size_t num_tag_name_rules = 0;
  1927. size_t num_pseudo_element_rules = 0;
  1928. Vector<MatchingRule> matching_rules;
  1929. size_t style_sheet_index = 0;
  1930. for_each_stylesheet(cascade_origin, [&](auto& sheet) {
  1931. size_t rule_index = 0;
  1932. sheet.for_each_effective_style_rule([&](auto const& rule) {
  1933. size_t selector_index = 0;
  1934. for (CSS::Selector const& selector : rule.selectors()) {
  1935. MatchingRule matching_rule {
  1936. &rule,
  1937. sheet,
  1938. style_sheet_index,
  1939. rule_index,
  1940. selector_index,
  1941. selector.specificity()
  1942. };
  1943. for (auto const& simple_selector : selector.compound_selectors().last().simple_selectors) {
  1944. if (simple_selector.type == CSS::Selector::SimpleSelector::Type::PseudoElement) {
  1945. matching_rule.contains_pseudo_element = true;
  1946. ++num_pseudo_element_rules;
  1947. break;
  1948. }
  1949. }
  1950. bool added_to_bucket = false;
  1951. for (auto const& simple_selector : selector.compound_selectors().last().simple_selectors) {
  1952. if (simple_selector.type == CSS::Selector::SimpleSelector::Type::Id) {
  1953. rule_cache->rules_by_id.ensure(simple_selector.name()).append(move(matching_rule));
  1954. ++num_id_rules;
  1955. added_to_bucket = true;
  1956. break;
  1957. }
  1958. if (simple_selector.type == CSS::Selector::SimpleSelector::Type::Class) {
  1959. rule_cache->rules_by_class.ensure(simple_selector.name()).append(move(matching_rule));
  1960. ++num_class_rules;
  1961. added_to_bucket = true;
  1962. break;
  1963. }
  1964. if (simple_selector.type == CSS::Selector::SimpleSelector::Type::TagName) {
  1965. rule_cache->rules_by_tag_name.ensure(simple_selector.qualified_name().name.lowercase_name).append(move(matching_rule));
  1966. ++num_tag_name_rules;
  1967. added_to_bucket = true;
  1968. break;
  1969. }
  1970. }
  1971. if (!added_to_bucket)
  1972. rule_cache->other_rules.append(move(matching_rule));
  1973. ++selector_index;
  1974. }
  1975. ++rule_index;
  1976. });
  1977. sheet.for_each_effective_keyframes_at_rule([&](CSSKeyframesRule const& rule) {
  1978. auto keyframe_set = make<AnimationKeyFrameSet>();
  1979. AnimationKeyFrameSet::ResolvedKeyFrame resolved_keyframe;
  1980. // Forwards pass, resolve all the user-specified keyframe properties.
  1981. for (auto const& keyframe : rule.keyframes()) {
  1982. auto key = static_cast<u64>(keyframe->key().value() * AnimationKeyFrameKeyScaleFactor);
  1983. auto keyframe_rule = keyframe->style();
  1984. if (!is<PropertyOwningCSSStyleDeclaration>(*keyframe_rule))
  1985. continue;
  1986. auto current_keyframe = resolved_keyframe;
  1987. auto& keyframe_style = static_cast<PropertyOwningCSSStyleDeclaration const&>(*keyframe_rule);
  1988. for (auto& property : keyframe_style.properties())
  1989. current_keyframe.resolved_properties[to_underlying(property.property_id)] = property.value;
  1990. resolved_keyframe = move(current_keyframe);
  1991. keyframe_set->keyframes_by_key.insert(key, resolved_keyframe);
  1992. }
  1993. // If there is no 'from' keyframe, make a synthetic one.
  1994. auto made_a_synthetic_from_keyframe = false;
  1995. if (!keyframe_set->keyframes_by_key.find(0)) {
  1996. keyframe_set->keyframes_by_key.insert(0, AnimationKeyFrameSet::ResolvedKeyFrame());
  1997. made_a_synthetic_from_keyframe = true;
  1998. }
  1999. // Backwards pass, resolve all the implied properties, go read <https://drafts.csswg.org/css-animations-2/#keyframe-processing> to see why.
  2000. auto first = true;
  2001. for (auto const& keyframe : rule.keyframes().in_reverse()) {
  2002. auto key = static_cast<u64>(keyframe->key().value() * AnimationKeyFrameKeyScaleFactor);
  2003. auto keyframe_rule = keyframe->style();
  2004. if (!is<PropertyOwningCSSStyleDeclaration>(*keyframe_rule))
  2005. continue;
  2006. // The last keyframe is already fully resolved.
  2007. if (first) {
  2008. first = false;
  2009. continue;
  2010. }
  2011. auto next_keyframe = resolved_keyframe;
  2012. auto& current_keyframes = *keyframe_set->keyframes_by_key.find(key);
  2013. for (auto it = next_keyframe.resolved_properties.begin(); !it.is_end(); ++it) {
  2014. auto& current_property = current_keyframes.resolved_properties[it.index()];
  2015. if (!current_property.has<Empty>() || it->has<Empty>())
  2016. continue;
  2017. if (key == 0)
  2018. current_property = AnimationKeyFrameSet::ResolvedKeyFrame::UseInitial();
  2019. else
  2020. current_property = *it;
  2021. }
  2022. resolved_keyframe = current_keyframes;
  2023. }
  2024. if (made_a_synthetic_from_keyframe && !first) {
  2025. auto next_keyframe = resolved_keyframe;
  2026. auto& current_keyframes = *keyframe_set->keyframes_by_key.find(0);
  2027. for (auto it = next_keyframe.resolved_properties.begin(); !it.is_end(); ++it) {
  2028. auto& current_property = current_keyframes.resolved_properties[it.index()];
  2029. if (!current_property.has<Empty>() || it->has<Empty>())
  2030. continue;
  2031. current_property = AnimationKeyFrameSet::ResolvedKeyFrame::UseInitial();
  2032. }
  2033. resolved_keyframe = current_keyframes;
  2034. }
  2035. if constexpr (LIBWEB_CSS_DEBUG) {
  2036. dbgln("Resolved keyframe set '{}' into {} keyframes:", rule.name(), keyframe_set->keyframes_by_key.size());
  2037. for (auto it = keyframe_set->keyframes_by_key.begin(); it != keyframe_set->keyframes_by_key.end(); ++it) {
  2038. size_t props = 0;
  2039. for (auto& entry : it->resolved_properties)
  2040. props += !entry.has<Empty>();
  2041. dbgln(" - keyframe {}: {} properties", it.key(), props);
  2042. }
  2043. }
  2044. rule_cache->rules_by_animation_keyframes.set(rule.name(), move(keyframe_set));
  2045. });
  2046. ++style_sheet_index;
  2047. });
  2048. if constexpr (LIBWEB_CSS_DEBUG) {
  2049. dbgln("Built rule cache!");
  2050. dbgln(" ID: {}", num_id_rules);
  2051. dbgln(" Class: {}", num_class_rules);
  2052. dbgln(" TagName: {}", num_tag_name_rules);
  2053. dbgln("PseudoElement: {}", num_pseudo_element_rules);
  2054. dbgln(" Other: {}", rule_cache->other_rules.size());
  2055. dbgln(" Total: {}", num_class_rules + num_id_rules + num_tag_name_rules + rule_cache->other_rules.size());
  2056. }
  2057. return rule_cache;
  2058. }
  2059. void StyleComputer::build_rule_cache()
  2060. {
  2061. if (auto user_style_source = document().page().user_style(); user_style_source.has_value()) {
  2062. m_user_style_sheet = JS::make_handle(parse_css_stylesheet(CSS::Parser::ParsingContext(document()), user_style_source.value()));
  2063. }
  2064. m_author_rule_cache = make_rule_cache_for_cascade_origin(CascadeOrigin::Author);
  2065. m_user_rule_cache = make_rule_cache_for_cascade_origin(CascadeOrigin::User);
  2066. m_user_agent_rule_cache = make_rule_cache_for_cascade_origin(CascadeOrigin::UserAgent);
  2067. }
  2068. void StyleComputer::invalidate_rule_cache()
  2069. {
  2070. m_author_rule_cache = nullptr;
  2071. // NOTE: We could be smarter about keeping the user rule cache, and style sheet.
  2072. // Currently we are re-parsing the user style sheet every time we build the caches,
  2073. // as it may have changed.
  2074. m_user_rule_cache = nullptr;
  2075. m_user_style_sheet = nullptr;
  2076. // NOTE: It might not be necessary to throw away the UA rule cache.
  2077. // If we are sure that it's safe, we could keep it as an optimization.
  2078. m_user_agent_rule_cache = nullptr;
  2079. }
  2080. CSSPixelRect StyleComputer::viewport_rect() const
  2081. {
  2082. if (auto const navigable = document().navigable())
  2083. return navigable->viewport_rect();
  2084. return {};
  2085. }
  2086. void StyleComputer::did_load_font(FlyString const& family_name)
  2087. {
  2088. m_font_cache.did_load_font({}, family_name);
  2089. document().invalidate_style();
  2090. }
  2091. void StyleComputer::load_fonts_from_sheet(CSSStyleSheet const& sheet)
  2092. {
  2093. for (auto const& rule : static_cast<CSSStyleSheet const&>(sheet).rules()) {
  2094. if (!is<CSSFontFaceRule>(*rule))
  2095. continue;
  2096. auto const& font_face = static_cast<CSSFontFaceRule const&>(*rule).font_face();
  2097. if (font_face.sources().is_empty())
  2098. continue;
  2099. FontFaceKey key {
  2100. .family_name = font_face.font_family(),
  2101. .weight = font_face.weight().value_or(0),
  2102. .slope = font_face.slope().value_or(0),
  2103. };
  2104. Vector<AK::URL> urls;
  2105. for (auto& source : font_face.sources()) {
  2106. // FIXME: These should be loaded relative to the stylesheet URL instead of the document URL.
  2107. if (source.local_or_url.has<AK::URL>())
  2108. urls.append(m_document->parse_url(MUST(source.local_or_url.get<AK::URL>().to_string())));
  2109. // FIXME: Handle local()
  2110. }
  2111. if (urls.is_empty())
  2112. continue;
  2113. auto loader = make<FontLoader>(const_cast<StyleComputer&>(*this), font_face.font_family(), font_face.unicode_ranges(), move(urls));
  2114. auto maybe_font_loaders_list = const_cast<StyleComputer&>(*this).m_loaded_fonts.get(key);
  2115. if (maybe_font_loaders_list.has_value()) {
  2116. maybe_font_loaders_list->append(move(loader));
  2117. } else {
  2118. FontLoaderList loaders;
  2119. loaders.append(move(loader));
  2120. const_cast<StyleComputer&>(*this).m_loaded_fonts.set(key, move(loaders));
  2121. }
  2122. }
  2123. }
  2124. void StyleComputer::compute_math_depth(StyleProperties& style, DOM::Element const* element, Optional<CSS::Selector::PseudoElement::Type> pseudo_element) const
  2125. {
  2126. // https://w3c.github.io/mathml-core/#propdef-math-depth
  2127. // First, ensure that the relevant CSS properties have been defaulted.
  2128. // FIXME: This should be more sophisticated.
  2129. compute_defaulted_property_value(style, element, CSS::PropertyID::MathDepth, pseudo_element);
  2130. compute_defaulted_property_value(style, element, CSS::PropertyID::MathStyle, pseudo_element);
  2131. auto inherited_math_depth = [&]() {
  2132. if (!element || !element->parent_element())
  2133. return InitialValues::math_depth();
  2134. return element->parent_element()->computed_css_values()->math_depth();
  2135. };
  2136. auto value = style.property(CSS::PropertyID::MathDepth);
  2137. if (!value->is_math_depth()) {
  2138. style.set_math_depth(inherited_math_depth());
  2139. return;
  2140. }
  2141. auto& math_depth = value->as_math_depth();
  2142. auto resolve_integer = [&](StyleValue const& integer_value) {
  2143. if (integer_value.is_integer())
  2144. return integer_value.as_integer().integer();
  2145. if (integer_value.is_calculated())
  2146. return integer_value.as_calculated().resolve_integer().value();
  2147. VERIFY_NOT_REACHED();
  2148. };
  2149. // The computed value of the math-depth value is determined as follows:
  2150. // - If the specified value of math-depth is auto-add and the inherited value of math-style is compact
  2151. // then the computed value of math-depth of the element is its inherited value plus one.
  2152. if (math_depth.is_auto_add() && style.property(CSS::PropertyID::MathStyle)->to_identifier() == CSS::ValueID::Compact) {
  2153. style.set_math_depth(inherited_math_depth() + 1);
  2154. return;
  2155. }
  2156. // - If the specified value of math-depth is of the form add(<integer>) then the computed value of
  2157. // math-depth of the element is its inherited value plus the specified integer.
  2158. if (math_depth.is_add()) {
  2159. style.set_math_depth(inherited_math_depth() + resolve_integer(*math_depth.integer_value()));
  2160. return;
  2161. }
  2162. // - If the specified value of math-depth is of the form <integer> then the computed value of math-depth
  2163. // of the element is the specified integer.
  2164. if (math_depth.is_integer()) {
  2165. style.set_math_depth(resolve_integer(*math_depth.integer_value()));
  2166. return;
  2167. }
  2168. // - Otherwise, the computed value of math-depth of the element is the inherited one.
  2169. style.set_math_depth(inherited_math_depth());
  2170. }
  2171. }