StyleComputer.cpp 122 KB

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