StyleComputer.cpp 143 KB

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