StyleComputer.cpp 125 KB

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