StyleComputer.cpp 102 KB

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