StyleComputer.cpp 139 KB

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