StyleComputer.cpp 81 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771
  1. /*
  2. * Copyright (c) 2018-2023, Andreas Kling <kling@serenityos.org>
  3. * Copyright (c) 2021, the SerenityOS developers.
  4. * Copyright (c) 2021-2023, Sam Atkins <atkinssj@serenityos.org>
  5. *
  6. * SPDX-License-Identifier: BSD-2-Clause
  7. */
  8. #include <AK/Debug.h>
  9. #include <AK/Error.h>
  10. #include <AK/HashMap.h>
  11. #include <AK/QuickSort.h>
  12. #include <AK/TemporaryChange.h>
  13. #include <LibGfx/Font/Font.h>
  14. #include <LibGfx/Font/FontDatabase.h>
  15. #include <LibGfx/Font/FontStyleMapping.h>
  16. #include <LibGfx/Font/OpenType/Font.h>
  17. #include <LibGfx/Font/ScaledFont.h>
  18. #include <LibGfx/Font/VectorFont.h>
  19. #include <LibGfx/Font/WOFF/Font.h>
  20. #include <LibWeb/CSS/CSSFontFaceRule.h>
  21. #include <LibWeb/CSS/CSSImportRule.h>
  22. #include <LibWeb/CSS/CSSStyleRule.h>
  23. #include <LibWeb/CSS/Parser/Parser.h>
  24. #include <LibWeb/CSS/SelectorEngine.h>
  25. #include <LibWeb/CSS/StyleComputer.h>
  26. #include <LibWeb/CSS/StyleSheet.h>
  27. #include <LibWeb/CSS/StyleValues/BackgroundStyleValue.h>
  28. #include <LibWeb/CSS/StyleValues/BorderRadiusShorthandStyleValue.h>
  29. #include <LibWeb/CSS/StyleValues/BorderRadiusStyleValue.h>
  30. #include <LibWeb/CSS/StyleValues/BorderStyleValue.h>
  31. #include <LibWeb/CSS/StyleValues/ColorStyleValue.h>
  32. #include <LibWeb/CSS/StyleValues/DisplayStyleValue.h>
  33. #include <LibWeb/CSS/StyleValues/FilterValueListStyleValue.h>
  34. #include <LibWeb/CSS/StyleValues/FlexFlowStyleValue.h>
  35. #include <LibWeb/CSS/StyleValues/FlexStyleValue.h>
  36. #include <LibWeb/CSS/StyleValues/FontStyleValue.h>
  37. #include <LibWeb/CSS/StyleValues/GridAreaShorthandStyleValue.h>
  38. #include <LibWeb/CSS/StyleValues/GridTrackPlacementShorthandStyleValue.h>
  39. #include <LibWeb/CSS/StyleValues/GridTrackPlacementStyleValue.h>
  40. #include <LibWeb/CSS/StyleValues/GridTrackSizeListShorthandStyleValue.h>
  41. #include <LibWeb/CSS/StyleValues/GridTrackSizeListStyleValue.h>
  42. #include <LibWeb/CSS/StyleValues/IdentifierStyleValue.h>
  43. #include <LibWeb/CSS/StyleValues/LengthStyleValue.h>
  44. #include <LibWeb/CSS/StyleValues/ListStyleStyleValue.h>
  45. #include <LibWeb/CSS/StyleValues/NumericStyleValue.h>
  46. #include <LibWeb/CSS/StyleValues/OverflowStyleValue.h>
  47. #include <LibWeb/CSS/StyleValues/PercentageStyleValue.h>
  48. #include <LibWeb/CSS/StyleValues/PositionStyleValue.h>
  49. #include <LibWeb/CSS/StyleValues/StyleValueList.h>
  50. #include <LibWeb/CSS/StyleValues/TextDecorationStyleValue.h>
  51. #include <LibWeb/CSS/StyleValues/UnresolvedStyleValue.h>
  52. #include <LibWeb/DOM/Document.h>
  53. #include <LibWeb/DOM/Element.h>
  54. #include <LibWeb/FontCache.h>
  55. #include <LibWeb/HTML/HTMLHtmlElement.h>
  56. #include <LibWeb/Layout/Node.h>
  57. #include <LibWeb/Loader/ResourceLoader.h>
  58. #include <LibWeb/Platform/FontPlugin.h>
  59. #include <stdio.h>
  60. namespace AK {
  61. // traits for FontFaceKey
  62. template<>
  63. struct Traits<Web::CSS::FontFaceKey> : public GenericTraits<Web::CSS::FontFaceKey> {
  64. static unsigned hash(Web::CSS::FontFaceKey const& key) { return pair_int_hash(key.family_name.hash(), pair_int_hash(key.weight, key.slope)); }
  65. };
  66. }
  67. namespace Web::CSS {
  68. StyleComputer::StyleComputer(DOM::Document& document)
  69. : m_document(document)
  70. , m_default_font_metrics(16, Gfx::FontDatabase::default_font().pixel_metrics(), 16)
  71. , m_root_element_font_metrics(m_default_font_metrics)
  72. {
  73. }
  74. StyleComputer::~StyleComputer() = default;
  75. class StyleComputer::FontLoader : public ResourceClient {
  76. public:
  77. explicit FontLoader(StyleComputer& style_computer, FlyString family_name, Vector<AK::URL> urls)
  78. : m_style_computer(style_computer)
  79. , m_family_name(move(family_name))
  80. , m_urls(move(urls))
  81. {
  82. start_loading_next_url();
  83. }
  84. virtual ~FontLoader() override { }
  85. virtual void resource_did_load() override
  86. {
  87. auto result = try_load_font();
  88. if (result.is_error())
  89. return start_loading_next_url();
  90. m_vector_font = result.release_value();
  91. m_style_computer.did_load_font(m_family_name);
  92. }
  93. virtual void resource_did_fail() override
  94. {
  95. }
  96. RefPtr<Gfx::Font> font_with_point_size(float point_size) const
  97. {
  98. if (!m_vector_font)
  99. return nullptr;
  100. if (auto it = m_cached_fonts.find(point_size); it != m_cached_fonts.end())
  101. return it->value;
  102. // FIXME: It might be nicer to have a global cap on the number of fonts we cache
  103. // instead of doing it at the per-font level like this.
  104. constexpr size_t max_cached_font_size_count = 64;
  105. if (m_cached_fonts.size() > max_cached_font_size_count)
  106. m_cached_fonts.remove(m_cached_fonts.begin());
  107. auto font = adopt_ref(*new Gfx::ScaledFont(*m_vector_font, point_size, point_size));
  108. m_cached_fonts.set(point_size, font);
  109. return font;
  110. }
  111. private:
  112. void start_loading_next_url()
  113. {
  114. if (m_urls.is_empty())
  115. return;
  116. LoadRequest request;
  117. request.set_url(m_urls.take_first());
  118. set_resource(ResourceLoader::the().load_resource(Resource::Type::Generic, request));
  119. }
  120. ErrorOr<NonnullRefPtr<Gfx::VectorFont>> try_load_font()
  121. {
  122. // 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
  123. auto mime_type = resource()->mime_type();
  124. if (mime_type == "font/ttf"sv || mime_type == "application/x-font-ttf"sv)
  125. return TRY(OpenType::Font::try_load_from_externally_owned_memory(resource()->encoded_data()));
  126. if (mime_type == "font/woff"sv || mime_type == "application/font-woff"sv)
  127. return TRY(WOFF::Font::try_load_from_externally_owned_memory(resource()->encoded_data()));
  128. auto ttf = OpenType::Font::try_load_from_externally_owned_memory(resource()->encoded_data());
  129. if (!ttf.is_error())
  130. return ttf.release_value();
  131. auto woff = WOFF::Font::try_load_from_externally_owned_memory(resource()->encoded_data());
  132. if (!woff.is_error())
  133. return woff.release_value();
  134. return ttf.release_error();
  135. }
  136. StyleComputer& m_style_computer;
  137. FlyString m_family_name;
  138. RefPtr<Gfx::VectorFont> m_vector_font;
  139. Vector<AK::URL> m_urls;
  140. HashMap<float, NonnullRefPtr<Gfx::ScaledFont>> mutable m_cached_fonts;
  141. };
  142. static CSSStyleSheet& default_stylesheet(DOM::Document const& document)
  143. {
  144. static JS::Handle<CSSStyleSheet> sheet;
  145. if (!sheet.cell()) {
  146. extern StringView default_stylesheet_source;
  147. sheet = JS::make_handle(parse_css_stylesheet(CSS::Parser::ParsingContext(document), default_stylesheet_source));
  148. }
  149. return *sheet;
  150. }
  151. static CSSStyleSheet& quirks_mode_stylesheet(DOM::Document const& document)
  152. {
  153. static JS::Handle<CSSStyleSheet> sheet;
  154. if (!sheet.cell()) {
  155. extern StringView quirks_mode_stylesheet_source;
  156. sheet = JS::make_handle(parse_css_stylesheet(CSS::Parser::ParsingContext(document), quirks_mode_stylesheet_source));
  157. }
  158. return *sheet;
  159. }
  160. template<typename Callback>
  161. void StyleComputer::for_each_stylesheet(CascadeOrigin cascade_origin, Callback callback) const
  162. {
  163. if (cascade_origin == CascadeOrigin::UserAgent) {
  164. callback(default_stylesheet(document()));
  165. if (document().in_quirks_mode())
  166. callback(quirks_mode_stylesheet(document()));
  167. }
  168. if (cascade_origin == CascadeOrigin::Author) {
  169. for (auto const& sheet : document().style_sheets().sheets())
  170. callback(*sheet);
  171. }
  172. }
  173. StyleComputer::RuleCache const& StyleComputer::rule_cache_for_cascade_origin(CascadeOrigin cascade_origin) const
  174. {
  175. switch (cascade_origin) {
  176. case CascadeOrigin::Author:
  177. return *m_author_rule_cache;
  178. case CascadeOrigin::UserAgent:
  179. return *m_user_agent_rule_cache;
  180. default:
  181. TODO();
  182. }
  183. }
  184. Vector<MatchingRule> StyleComputer::collect_matching_rules(DOM::Element const& element, CascadeOrigin cascade_origin, Optional<CSS::Selector::PseudoElement> pseudo_element) const
  185. {
  186. auto const& rule_cache = rule_cache_for_cascade_origin(cascade_origin);
  187. Vector<MatchingRule> rules_to_run;
  188. auto add_rules_to_run = [&](Vector<MatchingRule> const& rules) {
  189. if (pseudo_element.has_value()) {
  190. for (auto& rule : rules) {
  191. if (rule.contains_pseudo_element)
  192. rules_to_run.append(rule);
  193. }
  194. } else {
  195. rules_to_run.extend(rules);
  196. }
  197. };
  198. for (auto const& class_name : element.class_names()) {
  199. if (auto it = rule_cache.rules_by_class.find(class_name); it != rule_cache.rules_by_class.end())
  200. add_rules_to_run(it->value);
  201. }
  202. if (auto id = element.get_attribute(HTML::AttributeNames::id); !id.is_null()) {
  203. if (auto it = rule_cache.rules_by_id.find(FlyString::from_deprecated_fly_string(id).release_value_but_fixme_should_propagate_errors()); it != rule_cache.rules_by_id.end())
  204. add_rules_to_run(it->value);
  205. }
  206. if (auto it = rule_cache.rules_by_tag_name.find(FlyString::from_deprecated_fly_string(element.local_name()).release_value_but_fixme_should_propagate_errors()); it != rule_cache.rules_by_tag_name.end())
  207. add_rules_to_run(it->value);
  208. add_rules_to_run(rule_cache.other_rules);
  209. Vector<MatchingRule> matching_rules;
  210. matching_rules.ensure_capacity(rules_to_run.size());
  211. for (auto const& rule_to_run : rules_to_run) {
  212. auto const& selector = rule_to_run.rule->selectors()[rule_to_run.selector_index];
  213. if (SelectorEngine::matches(selector, element, pseudo_element))
  214. matching_rules.append(rule_to_run);
  215. }
  216. return matching_rules;
  217. }
  218. static void sort_matching_rules(Vector<MatchingRule>& matching_rules)
  219. {
  220. quick_sort(matching_rules, [&](MatchingRule& a, MatchingRule& b) {
  221. auto const& a_selector = a.rule->selectors()[a.selector_index];
  222. auto const& b_selector = b.rule->selectors()[b.selector_index];
  223. auto a_specificity = a_selector->specificity();
  224. auto b_specificity = b_selector->specificity();
  225. if (a_selector->specificity() == b_selector->specificity()) {
  226. if (a.style_sheet_index == b.style_sheet_index)
  227. return a.rule_index < b.rule_index;
  228. return a.style_sheet_index < b.style_sheet_index;
  229. }
  230. return a_specificity < b_specificity;
  231. });
  232. }
  233. enum class Edge {
  234. Top,
  235. Right,
  236. Bottom,
  237. Left,
  238. All,
  239. };
  240. static bool contains(Edge a, Edge b)
  241. {
  242. return a == b || b == Edge::All;
  243. }
  244. static void set_property_expanding_shorthands(StyleProperties& style, CSS::PropertyID property_id, StyleValue const& value, DOM::Document& document)
  245. {
  246. auto assign_edge_values = [&style](PropertyID top_property, PropertyID right_property, PropertyID bottom_property, PropertyID left_property, auto const& values) {
  247. if (values.size() == 4) {
  248. style.set_property(top_property, values[0]);
  249. style.set_property(right_property, values[1]);
  250. style.set_property(bottom_property, values[2]);
  251. style.set_property(left_property, values[3]);
  252. } else if (values.size() == 3) {
  253. style.set_property(top_property, values[0]);
  254. style.set_property(right_property, values[1]);
  255. style.set_property(bottom_property, values[2]);
  256. style.set_property(left_property, values[1]);
  257. } else if (values.size() == 2) {
  258. style.set_property(top_property, values[0]);
  259. style.set_property(right_property, values[1]);
  260. style.set_property(bottom_property, values[0]);
  261. style.set_property(left_property, values[1]);
  262. } else if (values.size() == 1) {
  263. style.set_property(top_property, values[0]);
  264. style.set_property(right_property, values[0]);
  265. style.set_property(bottom_property, values[0]);
  266. style.set_property(left_property, values[0]);
  267. }
  268. };
  269. if (property_id == CSS::PropertyID::TextDecoration) {
  270. if (value.is_text_decoration()) {
  271. auto const& text_decoration = value.as_text_decoration();
  272. style.set_property(CSS::PropertyID::TextDecorationLine, text_decoration.line());
  273. style.set_property(CSS::PropertyID::TextDecorationThickness, text_decoration.thickness());
  274. style.set_property(CSS::PropertyID::TextDecorationStyle, text_decoration.style());
  275. style.set_property(CSS::PropertyID::TextDecorationColor, text_decoration.color());
  276. return;
  277. }
  278. style.set_property(CSS::PropertyID::TextDecorationLine, value);
  279. style.set_property(CSS::PropertyID::TextDecorationThickness, value);
  280. style.set_property(CSS::PropertyID::TextDecorationStyle, value);
  281. style.set_property(CSS::PropertyID::TextDecorationColor, value);
  282. return;
  283. }
  284. if (property_id == CSS::PropertyID::Overflow) {
  285. if (value.is_overflow()) {
  286. auto const& overflow = value.as_overflow();
  287. style.set_property(CSS::PropertyID::OverflowX, overflow.overflow_x());
  288. style.set_property(CSS::PropertyID::OverflowY, overflow.overflow_y());
  289. return;
  290. }
  291. style.set_property(CSS::PropertyID::OverflowX, value);
  292. style.set_property(CSS::PropertyID::OverflowY, value);
  293. return;
  294. }
  295. if (property_id == CSS::PropertyID::Border) {
  296. set_property_expanding_shorthands(style, CSS::PropertyID::BorderTop, value, document);
  297. set_property_expanding_shorthands(style, CSS::PropertyID::BorderRight, value, document);
  298. set_property_expanding_shorthands(style, CSS::PropertyID::BorderBottom, value, document);
  299. set_property_expanding_shorthands(style, CSS::PropertyID::BorderLeft, value, document);
  300. // FIXME: Also reset border-image, in line with the spec: https://www.w3.org/TR/css-backgrounds-3/#border-shorthands
  301. return;
  302. }
  303. if (property_id == CSS::PropertyID::BorderRadius) {
  304. if (value.is_border_radius_shorthand()) {
  305. auto const& shorthand = value.as_border_radius_shorthand();
  306. style.set_property(CSS::PropertyID::BorderTopLeftRadius, shorthand.top_left());
  307. style.set_property(CSS::PropertyID::BorderTopRightRadius, shorthand.top_right());
  308. style.set_property(CSS::PropertyID::BorderBottomRightRadius, shorthand.bottom_right());
  309. style.set_property(CSS::PropertyID::BorderBottomLeftRadius, shorthand.bottom_left());
  310. return;
  311. }
  312. style.set_property(CSS::PropertyID::BorderTopLeftRadius, value);
  313. style.set_property(CSS::PropertyID::BorderTopRightRadius, value);
  314. style.set_property(CSS::PropertyID::BorderBottomRightRadius, value);
  315. style.set_property(CSS::PropertyID::BorderBottomLeftRadius, value);
  316. return;
  317. }
  318. if (property_id == CSS::PropertyID::BorderTop
  319. || property_id == CSS::PropertyID::BorderRight
  320. || property_id == CSS::PropertyID::BorderBottom
  321. || property_id == CSS::PropertyID::BorderLeft) {
  322. Edge edge = Edge::All;
  323. switch (property_id) {
  324. case CSS::PropertyID::BorderTop:
  325. edge = Edge::Top;
  326. break;
  327. case CSS::PropertyID::BorderRight:
  328. edge = Edge::Right;
  329. break;
  330. case CSS::PropertyID::BorderBottom:
  331. edge = Edge::Bottom;
  332. break;
  333. case CSS::PropertyID::BorderLeft:
  334. edge = Edge::Left;
  335. break;
  336. default:
  337. break;
  338. }
  339. if (value.is_border()) {
  340. auto const& border = value.as_border();
  341. if (contains(Edge::Top, edge)) {
  342. style.set_property(PropertyID::BorderTopWidth, border.border_width());
  343. style.set_property(PropertyID::BorderTopStyle, border.border_style());
  344. style.set_property(PropertyID::BorderTopColor, border.border_color());
  345. }
  346. if (contains(Edge::Right, edge)) {
  347. style.set_property(PropertyID::BorderRightWidth, border.border_width());
  348. style.set_property(PropertyID::BorderRightStyle, border.border_style());
  349. style.set_property(PropertyID::BorderRightColor, border.border_color());
  350. }
  351. if (contains(Edge::Bottom, edge)) {
  352. style.set_property(PropertyID::BorderBottomWidth, border.border_width());
  353. style.set_property(PropertyID::BorderBottomStyle, border.border_style());
  354. style.set_property(PropertyID::BorderBottomColor, border.border_color());
  355. }
  356. if (contains(Edge::Left, edge)) {
  357. style.set_property(PropertyID::BorderLeftWidth, border.border_width());
  358. style.set_property(PropertyID::BorderLeftStyle, border.border_style());
  359. style.set_property(PropertyID::BorderLeftColor, border.border_color());
  360. }
  361. return;
  362. }
  363. return;
  364. }
  365. if (property_id == CSS::PropertyID::BorderStyle) {
  366. if (value.is_value_list()) {
  367. auto const& values_list = value.as_value_list();
  368. assign_edge_values(PropertyID::BorderTopStyle, PropertyID::BorderRightStyle, PropertyID::BorderBottomStyle, PropertyID::BorderLeftStyle, values_list.values());
  369. return;
  370. }
  371. style.set_property(CSS::PropertyID::BorderTopStyle, value);
  372. style.set_property(CSS::PropertyID::BorderRightStyle, value);
  373. style.set_property(CSS::PropertyID::BorderBottomStyle, value);
  374. style.set_property(CSS::PropertyID::BorderLeftStyle, value);
  375. return;
  376. }
  377. if (property_id == CSS::PropertyID::BorderWidth) {
  378. if (value.is_value_list()) {
  379. auto const& values_list = value.as_value_list();
  380. assign_edge_values(PropertyID::BorderTopWidth, PropertyID::BorderRightWidth, PropertyID::BorderBottomWidth, PropertyID::BorderLeftWidth, values_list.values());
  381. return;
  382. }
  383. style.set_property(CSS::PropertyID::BorderTopWidth, value);
  384. style.set_property(CSS::PropertyID::BorderRightWidth, value);
  385. style.set_property(CSS::PropertyID::BorderBottomWidth, value);
  386. style.set_property(CSS::PropertyID::BorderLeftWidth, value);
  387. return;
  388. }
  389. if (property_id == CSS::PropertyID::BorderColor) {
  390. if (value.is_value_list()) {
  391. auto const& values_list = value.as_value_list();
  392. assign_edge_values(PropertyID::BorderTopColor, PropertyID::BorderRightColor, PropertyID::BorderBottomColor, PropertyID::BorderLeftColor, values_list.values());
  393. return;
  394. }
  395. style.set_property(CSS::PropertyID::BorderTopColor, value);
  396. style.set_property(CSS::PropertyID::BorderRightColor, value);
  397. style.set_property(CSS::PropertyID::BorderBottomColor, value);
  398. style.set_property(CSS::PropertyID::BorderLeftColor, value);
  399. return;
  400. }
  401. if (property_id == CSS::PropertyID::Background) {
  402. if (value.is_background()) {
  403. auto const& background = value.as_background();
  404. set_property_expanding_shorthands(style, CSS::PropertyID::BackgroundColor, background.color(), document);
  405. set_property_expanding_shorthands(style, CSS::PropertyID::BackgroundImage, background.image(), document);
  406. set_property_expanding_shorthands(style, CSS::PropertyID::BackgroundPosition, background.position(), document);
  407. set_property_expanding_shorthands(style, CSS::PropertyID::BackgroundSize, background.size(), document);
  408. set_property_expanding_shorthands(style, CSS::PropertyID::BackgroundRepeat, background.repeat(), document);
  409. set_property_expanding_shorthands(style, CSS::PropertyID::BackgroundAttachment, background.attachment(), document);
  410. set_property_expanding_shorthands(style, CSS::PropertyID::BackgroundOrigin, background.origin(), document);
  411. set_property_expanding_shorthands(style, CSS::PropertyID::BackgroundClip, background.clip(), document);
  412. return;
  413. }
  414. set_property_expanding_shorthands(style, CSS::PropertyID::BackgroundColor, value, document);
  415. set_property_expanding_shorthands(style, CSS::PropertyID::BackgroundImage, value, document);
  416. set_property_expanding_shorthands(style, CSS::PropertyID::BackgroundPosition, value, document);
  417. set_property_expanding_shorthands(style, CSS::PropertyID::BackgroundSize, value, document);
  418. set_property_expanding_shorthands(style, CSS::PropertyID::BackgroundRepeat, value, document);
  419. set_property_expanding_shorthands(style, CSS::PropertyID::BackgroundAttachment, value, document);
  420. set_property_expanding_shorthands(style, CSS::PropertyID::BackgroundOrigin, value, document);
  421. set_property_expanding_shorthands(style, CSS::PropertyID::BackgroundClip, value, document);
  422. return;
  423. }
  424. if (property_id == CSS::PropertyID::BackgroundPosition) {
  425. if (value.is_position()) {
  426. auto const& position = value.as_position();
  427. style.set_property(CSS::PropertyID::BackgroundPositionX, position.edge_x());
  428. style.set_property(CSS::PropertyID::BackgroundPositionY, position.edge_y());
  429. } else if (value.is_value_list()) {
  430. // Expand background-position layer list into separate lists for x and y positions:
  431. auto const& values_list = value.as_value_list();
  432. StyleValueVector x_positions {};
  433. StyleValueVector y_positions {};
  434. x_positions.ensure_capacity(values_list.size());
  435. y_positions.ensure_capacity(values_list.size());
  436. for (auto& layer : values_list.values()) {
  437. if (layer->is_position()) {
  438. auto const& position = layer->as_position();
  439. x_positions.unchecked_append(position.edge_x());
  440. y_positions.unchecked_append(position.edge_y());
  441. } else {
  442. x_positions.unchecked_append(layer);
  443. y_positions.unchecked_append(layer);
  444. }
  445. }
  446. style.set_property(CSS::PropertyID::BackgroundPositionX, StyleValueList::create(move(x_positions), values_list.separator()).release_value_but_fixme_should_propagate_errors());
  447. style.set_property(CSS::PropertyID::BackgroundPositionY, StyleValueList::create(move(y_positions), values_list.separator()).release_value_but_fixme_should_propagate_errors());
  448. } else {
  449. style.set_property(CSS::PropertyID::BackgroundPositionX, value);
  450. style.set_property(CSS::PropertyID::BackgroundPositionY, value);
  451. }
  452. return;
  453. }
  454. if (property_id == CSS::PropertyID::Margin) {
  455. if (value.is_value_list()) {
  456. auto const& values_list = value.as_value_list();
  457. assign_edge_values(PropertyID::MarginTop, PropertyID::MarginRight, PropertyID::MarginBottom, PropertyID::MarginLeft, values_list.values());
  458. return;
  459. }
  460. style.set_property(CSS::PropertyID::MarginTop, value);
  461. style.set_property(CSS::PropertyID::MarginRight, value);
  462. style.set_property(CSS::PropertyID::MarginBottom, value);
  463. style.set_property(CSS::PropertyID::MarginLeft, value);
  464. return;
  465. }
  466. if (property_id == CSS::PropertyID::Padding) {
  467. if (value.is_value_list()) {
  468. auto const& values_list = value.as_value_list();
  469. assign_edge_values(PropertyID::PaddingTop, PropertyID::PaddingRight, PropertyID::PaddingBottom, PropertyID::PaddingLeft, values_list.values());
  470. return;
  471. }
  472. style.set_property(CSS::PropertyID::PaddingTop, value);
  473. style.set_property(CSS::PropertyID::PaddingRight, value);
  474. style.set_property(CSS::PropertyID::PaddingBottom, value);
  475. style.set_property(CSS::PropertyID::PaddingLeft, value);
  476. return;
  477. }
  478. if (property_id == CSS::PropertyID::ListStyle) {
  479. if (value.is_list_style()) {
  480. auto const& list_style = value.as_list_style();
  481. style.set_property(CSS::PropertyID::ListStylePosition, list_style.position());
  482. style.set_property(CSS::PropertyID::ListStyleImage, list_style.image());
  483. style.set_property(CSS::PropertyID::ListStyleType, list_style.style_type());
  484. return;
  485. }
  486. style.set_property(CSS::PropertyID::ListStylePosition, value);
  487. style.set_property(CSS::PropertyID::ListStyleImage, value);
  488. style.set_property(CSS::PropertyID::ListStyleType, value);
  489. return;
  490. }
  491. if (property_id == CSS::PropertyID::Font) {
  492. if (value.is_font()) {
  493. auto const& font_shorthand = value.as_font();
  494. style.set_property(CSS::PropertyID::FontSize, font_shorthand.font_size());
  495. style.set_property(CSS::PropertyID::FontFamily, font_shorthand.font_families());
  496. style.set_property(CSS::PropertyID::FontStretch, font_shorthand.font_stretch());
  497. style.set_property(CSS::PropertyID::FontStyle, font_shorthand.font_style());
  498. style.set_property(CSS::PropertyID::FontWeight, font_shorthand.font_weight());
  499. style.set_property(CSS::PropertyID::LineHeight, font_shorthand.line_height());
  500. // FIXME: Implement font-variant
  501. return;
  502. }
  503. style.set_property(CSS::PropertyID::FontStretch, value);
  504. style.set_property(CSS::PropertyID::FontSize, value);
  505. style.set_property(CSS::PropertyID::FontFamily, value);
  506. style.set_property(CSS::PropertyID::FontStyle, value);
  507. style.set_property(CSS::PropertyID::FontWeight, value);
  508. style.set_property(CSS::PropertyID::LineHeight, value);
  509. // FIXME: Implement font-variant
  510. return;
  511. }
  512. if (property_id == CSS::PropertyID::Flex) {
  513. if (value.is_flex()) {
  514. auto const& flex = value.as_flex();
  515. style.set_property(CSS::PropertyID::FlexGrow, flex.grow());
  516. style.set_property(CSS::PropertyID::FlexShrink, flex.shrink());
  517. style.set_property(CSS::PropertyID::FlexBasis, flex.basis());
  518. return;
  519. }
  520. style.set_property(CSS::PropertyID::FlexGrow, value);
  521. style.set_property(CSS::PropertyID::FlexShrink, value);
  522. style.set_property(CSS::PropertyID::FlexBasis, value);
  523. return;
  524. }
  525. if (property_id == CSS::PropertyID::FlexFlow) {
  526. if (value.is_flex_flow()) {
  527. auto const& flex_flow = value.as_flex_flow();
  528. style.set_property(CSS::PropertyID::FlexDirection, flex_flow.flex_direction());
  529. style.set_property(CSS::PropertyID::FlexWrap, flex_flow.flex_wrap());
  530. return;
  531. }
  532. style.set_property(CSS::PropertyID::FlexDirection, value);
  533. style.set_property(CSS::PropertyID::FlexWrap, value);
  534. return;
  535. }
  536. if (property_id == CSS::PropertyID::GridArea) {
  537. if (value.is_grid_area_shorthand()) {
  538. auto const& shorthand = value.as_grid_area_shorthand();
  539. style.set_property(CSS::PropertyID::GridRowStart, shorthand.row_start());
  540. style.set_property(CSS::PropertyID::GridColumnStart, shorthand.column_start());
  541. style.set_property(CSS::PropertyID::GridRowEnd, shorthand.row_end());
  542. style.set_property(CSS::PropertyID::GridColumnEnd, shorthand.column_end());
  543. return;
  544. }
  545. style.set_property(CSS::PropertyID::GridRowStart, value);
  546. style.set_property(CSS::PropertyID::GridColumnStart, value);
  547. style.set_property(CSS::PropertyID::GridRowEnd, value);
  548. style.set_property(CSS::PropertyID::GridColumnEnd, value);
  549. return;
  550. }
  551. if (property_id == CSS::PropertyID::GridColumn) {
  552. if (value.is_grid_track_placement_shorthand()) {
  553. auto const& shorthand = value.as_grid_track_placement_shorthand();
  554. style.set_property(CSS::PropertyID::GridColumnStart, shorthand.start());
  555. style.set_property(CSS::PropertyID::GridColumnEnd, shorthand.end());
  556. return;
  557. }
  558. style.set_property(CSS::PropertyID::GridColumnStart, value);
  559. style.set_property(CSS::PropertyID::GridColumnEnd, value);
  560. return;
  561. }
  562. if (property_id == CSS::PropertyID::GridRow) {
  563. if (value.is_grid_track_placement_shorthand()) {
  564. auto const& shorthand = value.as_grid_track_placement_shorthand();
  565. style.set_property(CSS::PropertyID::GridRowStart, shorthand.start());
  566. style.set_property(CSS::PropertyID::GridRowEnd, shorthand.end());
  567. return;
  568. }
  569. style.set_property(CSS::PropertyID::GridRowStart, value);
  570. style.set_property(CSS::PropertyID::GridRowEnd, value);
  571. return;
  572. }
  573. if (property_id == CSS::PropertyID::GridTemplate || property_id == CSS::PropertyID::Grid) {
  574. if (value.is_grid_track_size_list_shorthand()) {
  575. auto const& shorthand = value.as_grid_track_size_list_shorthand();
  576. style.set_property(CSS::PropertyID::GridTemplateAreas, shorthand.areas());
  577. style.set_property(CSS::PropertyID::GridTemplateRows, shorthand.rows());
  578. style.set_property(CSS::PropertyID::GridTemplateColumns, shorthand.columns());
  579. return;
  580. }
  581. style.set_property(CSS::PropertyID::GridTemplateAreas, value);
  582. style.set_property(CSS::PropertyID::GridTemplateRows, value);
  583. style.set_property(CSS::PropertyID::GridTemplateColumns, value);
  584. return;
  585. }
  586. if (property_id == CSS::PropertyID::Gap || property_id == CSS::PropertyID::GridGap) {
  587. if (value.is_value_list()) {
  588. auto const& values_list = value.as_value_list();
  589. style.set_property(CSS::PropertyID::RowGap, values_list.values()[0]);
  590. style.set_property(CSS::PropertyID::ColumnGap, values_list.values()[1]);
  591. return;
  592. }
  593. style.set_property(CSS::PropertyID::RowGap, value);
  594. style.set_property(CSS::PropertyID::ColumnGap, value);
  595. return;
  596. }
  597. if (property_id == CSS::PropertyID::RowGap || property_id == CSS::PropertyID::GridRowGap) {
  598. style.set_property(CSS::PropertyID::RowGap, value);
  599. return;
  600. }
  601. if (property_id == CSS::PropertyID::ColumnGap || property_id == CSS::PropertyID::GridColumnGap) {
  602. style.set_property(CSS::PropertyID::ColumnGap, value);
  603. return;
  604. }
  605. if (property_id == CSS::PropertyID::MaxInlineSize || property_id == CSS::PropertyID::MinInlineSize) {
  606. // FIXME: Use writing-mode to determine if we should set width or height.
  607. bool is_horizontal = true;
  608. if (is_horizontal) {
  609. if (property_id == CSS::PropertyID::MaxInlineSize) {
  610. style.set_property(CSS::PropertyID::MaxWidth, value);
  611. } else {
  612. style.set_property(CSS::PropertyID::MinWidth, value);
  613. }
  614. } else {
  615. if (property_id == CSS::PropertyID::MaxInlineSize) {
  616. style.set_property(CSS::PropertyID::MaxHeight, value);
  617. } else {
  618. style.set_property(CSS::PropertyID::MinHeight, value);
  619. }
  620. }
  621. return;
  622. }
  623. style.set_property(property_id, value);
  624. }
  625. static RefPtr<StyleValue const> get_custom_property(DOM::Element const& element, Optional<CSS::Selector::PseudoElement> pseudo_element, FlyString const& custom_property_name)
  626. {
  627. if (pseudo_element.has_value()) {
  628. if (auto it = element.custom_properties(pseudo_element).find(custom_property_name.to_string().to_deprecated_string()); it != element.custom_properties(pseudo_element).end())
  629. return it->value.value;
  630. }
  631. for (auto const* current_element = &element; current_element; current_element = current_element->parent_element()) {
  632. if (auto it = current_element->custom_properties({}).find(custom_property_name.to_string().to_deprecated_string()); it != current_element->custom_properties({}).end())
  633. return it->value.value;
  634. }
  635. return nullptr;
  636. }
  637. bool StyleComputer::expand_variables(DOM::Element& element, Optional<CSS::Selector::PseudoElement> pseudo_element, StringView property_name, HashMap<FlyString, NonnullRefPtr<PropertyDependencyNode>>& dependencies, Parser::TokenStream<Parser::ComponentValue>& source, Vector<Parser::ComponentValue>& dest) const
  638. {
  639. // Arbitrary large value chosen to avoid the billion-laughs attack.
  640. // https://www.w3.org/TR/css-variables-1/#long-variables
  641. const size_t MAX_VALUE_COUNT = 16384;
  642. if (source.remaining_token_count() + dest.size() > MAX_VALUE_COUNT) {
  643. dbgln("Stopped expanding CSS variables: maximum length reached.");
  644. return false;
  645. }
  646. auto get_dependency_node = [&](FlyString name) -> NonnullRefPtr<PropertyDependencyNode> {
  647. if (auto existing = dependencies.get(name); existing.has_value())
  648. return *existing.value();
  649. auto new_node = PropertyDependencyNode::create(name.to_string());
  650. dependencies.set(name, new_node);
  651. return new_node;
  652. };
  653. while (source.has_next_token()) {
  654. auto const& value = source.next_token();
  655. if (!value.is_function()) {
  656. dest.empend(value);
  657. continue;
  658. }
  659. if (!value.function().name().equals_ignoring_ascii_case("var"sv)) {
  660. auto const& source_function = value.function();
  661. Vector<Parser::ComponentValue> function_values;
  662. Parser::TokenStream source_function_contents { source_function.values() };
  663. if (!expand_variables(element, pseudo_element, property_name, dependencies, source_function_contents, function_values))
  664. return false;
  665. NonnullRefPtr<Parser::Function> function = Parser::Function::create(FlyString::from_utf8(source_function.name()).release_value_but_fixme_should_propagate_errors(), move(function_values));
  666. dest.empend(function);
  667. continue;
  668. }
  669. Parser::TokenStream var_contents { value.function().values() };
  670. var_contents.skip_whitespace();
  671. if (!var_contents.has_next_token())
  672. return false;
  673. auto const& custom_property_name_token = var_contents.next_token();
  674. if (!custom_property_name_token.is(Parser::Token::Type::Ident))
  675. return false;
  676. auto custom_property_name = custom_property_name_token.token().ident();
  677. if (!custom_property_name.starts_with("--"sv))
  678. return false;
  679. // Detect dependency cycles. https://www.w3.org/TR/css-variables-1/#cycles
  680. // We do not do this by the spec, since we are not keeping a graph of var dependencies around,
  681. // but rebuilding it every time.
  682. if (custom_property_name == property_name)
  683. return false;
  684. auto parent = get_dependency_node(FlyString::from_utf8(property_name).release_value_but_fixme_should_propagate_errors());
  685. auto child = get_dependency_node(FlyString::from_utf8(custom_property_name).release_value_but_fixme_should_propagate_errors());
  686. parent->add_child(child);
  687. if (parent->has_cycles())
  688. return false;
  689. if (auto custom_property_value = get_custom_property(element, pseudo_element, FlyString::from_utf8(custom_property_name).release_value_but_fixme_should_propagate_errors())) {
  690. VERIFY(custom_property_value->is_unresolved());
  691. Parser::TokenStream custom_property_tokens { custom_property_value->as_unresolved().values() };
  692. if (!expand_variables(element, pseudo_element, custom_property_name, dependencies, custom_property_tokens, dest))
  693. return false;
  694. continue;
  695. }
  696. // Use the provided fallback value, if any.
  697. var_contents.skip_whitespace();
  698. if (var_contents.has_next_token()) {
  699. auto const& comma_token = var_contents.next_token();
  700. if (!comma_token.is(Parser::Token::Type::Comma))
  701. return false;
  702. var_contents.skip_whitespace();
  703. if (!expand_variables(element, pseudo_element, property_name, dependencies, var_contents, dest))
  704. return false;
  705. }
  706. }
  707. return true;
  708. }
  709. bool StyleComputer::expand_unresolved_values(DOM::Element& element, StringView property_name, Parser::TokenStream<Parser::ComponentValue>& source, Vector<Parser::ComponentValue>& dest) const
  710. {
  711. // FIXME: Do this better!
  712. // We build a copy of the tree of ComponentValues, with all var()s and attr()s replaced with their contents.
  713. // This is a very naive solution, and we could do better if the CSS Parser could accept tokens one at a time.
  714. while (source.has_next_token()) {
  715. auto const& value = source.next_token();
  716. if (value.is_function()) {
  717. if (value.function().name().equals_ignoring_ascii_case("attr"sv)) {
  718. // https://drafts.csswg.org/css-values-5/#attr-substitution
  719. Parser::TokenStream attr_contents { value.function().values() };
  720. attr_contents.skip_whitespace();
  721. if (!attr_contents.has_next_token())
  722. return false;
  723. auto const& attr_name_token = attr_contents.next_token();
  724. if (!attr_name_token.is(Parser::Token::Type::Ident))
  725. return false;
  726. auto attr_name = attr_name_token.token().ident();
  727. auto attr_value = element.get_attribute(attr_name);
  728. // 1. If the attr() function has a substitution value, replace the attr() function by the substitution value.
  729. if (!attr_value.is_null()) {
  730. // FIXME: attr() should also accept an optional type argument, not just strings.
  731. dest.empend(Parser::Token::of_string(FlyString::from_deprecated_fly_string(attr_value).release_value_but_fixme_should_propagate_errors()));
  732. continue;
  733. }
  734. // 2. Otherwise, if the attr() function has a fallback value as its last argument, replace the attr() function by the fallback value.
  735. // If there are any var() or attr() references in the fallback, substitute them as well.
  736. attr_contents.skip_whitespace();
  737. if (attr_contents.has_next_token()) {
  738. auto const& comma_token = attr_contents.next_token();
  739. if (!comma_token.is(Parser::Token::Type::Comma))
  740. return false;
  741. attr_contents.skip_whitespace();
  742. if (!expand_unresolved_values(element, property_name, attr_contents, dest))
  743. return false;
  744. continue;
  745. }
  746. // 3. Otherwise, the property containing the attr() function is invalid at computed-value time.
  747. return false;
  748. }
  749. if (value.function().name().equals_ignoring_ascii_case("calc"sv)) {
  750. auto const& calc_function = value.function();
  751. if (auto calc_value = Parser::Parser::parse_calculated_value({}, Parser::ParsingContext { document() }, calc_function.values()).release_value_but_fixme_should_propagate_errors()) {
  752. switch (calc_value->resolved_type()) {
  753. case CalculatedStyleValue::ResolvedType::Integer: {
  754. auto resolved_value = calc_value->resolve_integer();
  755. dest.empend(Parser::Token::create_number(resolved_value.value()));
  756. continue;
  757. }
  758. case CalculatedStyleValue::ResolvedType::Percentage: {
  759. auto resolved_value = calc_value->resolve_percentage();
  760. dest.empend(Parser::Token::create_percentage(resolved_value.value().value()));
  761. continue;
  762. }
  763. default:
  764. dbgln_if(LIBWEB_CSS_DEBUG, "FIXME: Unimplemented calc() expansion: {}", calc_value->to_string());
  765. break;
  766. }
  767. }
  768. }
  769. auto const& source_function = value.function();
  770. Vector<Parser::ComponentValue> function_values;
  771. Parser::TokenStream source_function_contents { source_function.values() };
  772. if (!expand_unresolved_values(element, property_name, source_function_contents, function_values))
  773. return false;
  774. // FIXME: This would be much nicer if we could access the source_function's FlyString value directly.
  775. NonnullRefPtr<Parser::Function> function = Parser::Function::create(FlyString::from_utf8(source_function.name()).release_value_but_fixme_should_propagate_errors(), move(function_values));
  776. dest.empend(function);
  777. continue;
  778. }
  779. if (value.is_block()) {
  780. auto const& source_block = value.block();
  781. Parser::TokenStream source_block_values { source_block.values() };
  782. Vector<Parser::ComponentValue> block_values;
  783. if (!expand_unresolved_values(element, property_name, source_block_values, block_values))
  784. return false;
  785. NonnullRefPtr<Parser::Block> block = Parser::Block::create(source_block.token(), move(block_values));
  786. dest.empend(move(block));
  787. continue;
  788. }
  789. dest.empend(value.token());
  790. }
  791. return true;
  792. }
  793. RefPtr<StyleValue> StyleComputer::resolve_unresolved_style_value(DOM::Element& element, Optional<CSS::Selector::PseudoElement> pseudo_element, PropertyID property_id, UnresolvedStyleValue const& unresolved) const
  794. {
  795. // Unresolved always contains a var() or attr(), unless it is a custom property's value, in which case we shouldn't be trying
  796. // to produce a different StyleValue from it.
  797. VERIFY(unresolved.contains_var_or_attr());
  798. Parser::TokenStream unresolved_values_without_variables_expanded { unresolved.values() };
  799. Vector<Parser::ComponentValue> values_with_variables_expanded;
  800. HashMap<FlyString, NonnullRefPtr<PropertyDependencyNode>> dependencies;
  801. if (!expand_variables(element, pseudo_element, string_from_property_id(property_id), dependencies, unresolved_values_without_variables_expanded, values_with_variables_expanded))
  802. return {};
  803. Parser::TokenStream unresolved_values_with_variables_expanded { values_with_variables_expanded };
  804. Vector<Parser::ComponentValue> expanded_values;
  805. if (!expand_unresolved_values(element, string_from_property_id(property_id), unresolved_values_with_variables_expanded, expanded_values))
  806. return {};
  807. if (auto parsed_value = Parser::Parser::parse_css_value({}, Parser::ParsingContext { document() }, property_id, expanded_values).release_value_but_fixme_should_propagate_errors())
  808. return parsed_value.release_nonnull();
  809. return {};
  810. }
  811. void StyleComputer::cascade_declarations(StyleProperties& style, DOM::Element& element, Optional<CSS::Selector::PseudoElement> pseudo_element, Vector<MatchingRule> const& matching_rules, CascadeOrigin cascade_origin, Important important) const
  812. {
  813. for (auto const& match : matching_rules) {
  814. for (auto const& property : verify_cast<PropertyOwningCSSStyleDeclaration>(match.rule->declaration()).properties()) {
  815. if (important != property.important)
  816. continue;
  817. auto property_value = property.value;
  818. if (property.value->is_unresolved()) {
  819. if (auto resolved = resolve_unresolved_style_value(element, pseudo_element, property.property_id, property.value->as_unresolved()))
  820. property_value = resolved.release_nonnull();
  821. }
  822. if (!property_value->is_unresolved())
  823. set_property_expanding_shorthands(style, property.property_id, property_value, m_document);
  824. }
  825. }
  826. if (cascade_origin == CascadeOrigin::Author && !pseudo_element.has_value()) {
  827. if (auto const* inline_style = verify_cast<ElementInlineCSSStyleDeclaration>(element.inline_style())) {
  828. for (auto const& property : inline_style->properties()) {
  829. if (important != property.important)
  830. continue;
  831. auto property_value = property.value;
  832. if (property.value->is_unresolved()) {
  833. if (auto resolved = resolve_unresolved_style_value(element, pseudo_element, property.property_id, property.value->as_unresolved()))
  834. property_value = resolved.release_nonnull();
  835. }
  836. if (!property_value->is_unresolved())
  837. set_property_expanding_shorthands(style, property.property_id, property_value, m_document);
  838. }
  839. }
  840. }
  841. }
  842. static ErrorOr<void> cascade_custom_properties(DOM::Element& element, Optional<CSS::Selector::PseudoElement> pseudo_element, Vector<MatchingRule> const& matching_rules)
  843. {
  844. size_t needed_capacity = 0;
  845. for (auto const& matching_rule : matching_rules)
  846. needed_capacity += verify_cast<PropertyOwningCSSStyleDeclaration>(matching_rule.rule->declaration()).custom_properties().size();
  847. if (!pseudo_element.has_value()) {
  848. if (auto const* inline_style = verify_cast<PropertyOwningCSSStyleDeclaration>(element.inline_style()))
  849. needed_capacity += inline_style->custom_properties().size();
  850. }
  851. HashMap<DeprecatedFlyString, StyleProperty> custom_properties;
  852. TRY(custom_properties.try_ensure_capacity(needed_capacity));
  853. for (auto const& matching_rule : matching_rules) {
  854. for (auto const& it : verify_cast<PropertyOwningCSSStyleDeclaration>(matching_rule.rule->declaration()).custom_properties())
  855. custom_properties.set(it.key, it.value);
  856. }
  857. if (!pseudo_element.has_value()) {
  858. if (auto const* inline_style = verify_cast<PropertyOwningCSSStyleDeclaration>(element.inline_style())) {
  859. for (auto const& it : inline_style->custom_properties())
  860. custom_properties.set(it.key, it.value);
  861. }
  862. }
  863. element.set_custom_properties(pseudo_element, move(custom_properties));
  864. return {};
  865. }
  866. // https://www.w3.org/TR/css-cascade/#cascading
  867. ErrorOr<void> StyleComputer::compute_cascaded_values(StyleProperties& style, DOM::Element& element, Optional<CSS::Selector::PseudoElement> pseudo_element, bool& did_match_any_pseudo_element_rules, ComputeStyleMode mode) const
  868. {
  869. // First, we collect all the CSS rules whose selectors match `element`:
  870. MatchingRuleSet matching_rule_set;
  871. matching_rule_set.user_agent_rules = collect_matching_rules(element, CascadeOrigin::UserAgent, pseudo_element);
  872. sort_matching_rules(matching_rule_set.user_agent_rules);
  873. matching_rule_set.author_rules = collect_matching_rules(element, CascadeOrigin::Author, pseudo_element);
  874. sort_matching_rules(matching_rule_set.author_rules);
  875. if (mode == ComputeStyleMode::CreatePseudoElementStyleIfNeeded) {
  876. VERIFY(pseudo_element.has_value());
  877. if (matching_rule_set.author_rules.is_empty() && matching_rule_set.user_agent_rules.is_empty()) {
  878. did_match_any_pseudo_element_rules = false;
  879. return {};
  880. }
  881. did_match_any_pseudo_element_rules = true;
  882. }
  883. // Then we resolve all the CSS custom properties ("variables") for this element:
  884. TRY(cascade_custom_properties(element, pseudo_element, matching_rule_set.author_rules));
  885. // Then we apply the declarations from the matched rules in cascade order:
  886. // Normal user agent declarations
  887. cascade_declarations(style, element, pseudo_element, matching_rule_set.user_agent_rules, CascadeOrigin::UserAgent, Important::No);
  888. // FIXME: Normal user declarations
  889. // Author presentational hints (NOTE: The spec doesn't say exactly how to prioritize these.)
  890. if (!pseudo_element.has_value()) {
  891. element.apply_presentational_hints(style);
  892. // SVG presentation attributes are parsed as CSS values, so we need to handle potential custom properties here.
  893. if (element.is_svg_element()) {
  894. // FIXME: This is not very efficient, we should only resolve the custom properties that are actually used.
  895. for (auto i = to_underlying(CSS::first_property_id); i <= to_underlying(CSS::last_property_id); ++i) {
  896. auto property_id = (CSS::PropertyID)i;
  897. auto& property = style.m_property_values[i];
  898. if (property && property->is_unresolved()) {
  899. if (auto resolved = resolve_unresolved_style_value(element, pseudo_element, property_id, property->as_unresolved()))
  900. property = resolved.release_nonnull();
  901. }
  902. }
  903. }
  904. }
  905. // Normal author declarations
  906. cascade_declarations(style, element, pseudo_element, matching_rule_set.author_rules, CascadeOrigin::Author, Important::No);
  907. // FIXME: Animation declarations [css-animations-1]
  908. // Important author declarations
  909. cascade_declarations(style, element, pseudo_element, matching_rule_set.author_rules, CascadeOrigin::Author, Important::Yes);
  910. // FIXME: Important user declarations
  911. // Important user agent declarations
  912. cascade_declarations(style, element, pseudo_element, matching_rule_set.user_agent_rules, CascadeOrigin::UserAgent, Important::Yes);
  913. // FIXME: Transition declarations [css-transitions-1]
  914. return {};
  915. }
  916. static DOM::Element const* element_to_inherit_style_from(DOM::Element const* element, Optional<CSS::Selector::PseudoElement> pseudo_element)
  917. {
  918. // Pseudo-elements treat their originating element as their parent.
  919. DOM::Element const* parent_element = nullptr;
  920. if (pseudo_element.has_value()) {
  921. parent_element = element;
  922. } else if (element) {
  923. parent_element = element->parent_or_shadow_host_element();
  924. }
  925. return parent_element;
  926. }
  927. static NonnullRefPtr<StyleValue const> get_inherit_value(JS::Realm& initial_value_context_realm, CSS::PropertyID property_id, DOM::Element const* element, Optional<CSS::Selector::PseudoElement> pseudo_element)
  928. {
  929. auto* parent_element = element_to_inherit_style_from(element, pseudo_element);
  930. if (!parent_element || !parent_element->computed_css_values())
  931. return property_initial_value(initial_value_context_realm, property_id).release_value_but_fixme_should_propagate_errors();
  932. return parent_element->computed_css_values()->property(property_id);
  933. };
  934. void StyleComputer::compute_defaulted_property_value(StyleProperties& style, DOM::Element const* element, CSS::PropertyID property_id, Optional<CSS::Selector::PseudoElement> pseudo_element) const
  935. {
  936. // FIXME: If we don't know the correct initial value for a property, we fall back to InitialStyleValue.
  937. auto& value_slot = style.m_property_values[to_underlying(property_id)];
  938. if (!value_slot) {
  939. if (is_inherited_property(property_id))
  940. style.m_property_values[to_underlying(property_id)] = get_inherit_value(document().realm(), property_id, element, pseudo_element);
  941. else
  942. style.m_property_values[to_underlying(property_id)] = property_initial_value(document().realm(), property_id).release_value_but_fixme_should_propagate_errors();
  943. return;
  944. }
  945. if (value_slot->is_initial()) {
  946. value_slot = property_initial_value(document().realm(), property_id).release_value_but_fixme_should_propagate_errors();
  947. return;
  948. }
  949. if (value_slot->is_inherit()) {
  950. value_slot = get_inherit_value(document().realm(), property_id, element, pseudo_element);
  951. return;
  952. }
  953. // https://www.w3.org/TR/css-cascade-4/#inherit-initial
  954. // If the cascaded value of a property is the unset keyword,
  955. if (value_slot->is_unset()) {
  956. if (is_inherited_property(property_id)) {
  957. // then if it is an inherited property, this is treated as inherit,
  958. value_slot = get_inherit_value(document().realm(), property_id, element, pseudo_element);
  959. } else {
  960. // and if it is not, this is treated as initial.
  961. value_slot = property_initial_value(document().realm(), property_id).release_value_but_fixme_should_propagate_errors();
  962. }
  963. }
  964. }
  965. // https://www.w3.org/TR/css-cascade/#defaulting
  966. void StyleComputer::compute_defaulted_values(StyleProperties& style, DOM::Element const* element, Optional<CSS::Selector::PseudoElement> pseudo_element) const
  967. {
  968. // Walk the list of all known CSS properties and:
  969. // - Add them to `style` if they are missing.
  970. // - Resolve `inherit` and `initial` as needed.
  971. for (auto i = to_underlying(CSS::first_longhand_property_id); i <= to_underlying(CSS::last_longhand_property_id); ++i) {
  972. auto property_id = (CSS::PropertyID)i;
  973. compute_defaulted_property_value(style, element, property_id, pseudo_element);
  974. }
  975. // https://www.w3.org/TR/css-color-4/#resolving-other-colors
  976. // In the color property, the used value of currentcolor is the inherited value.
  977. auto color = style.property(CSS::PropertyID::Color);
  978. if (color->to_identifier() == CSS::ValueID::Currentcolor) {
  979. color = get_inherit_value(document().realm(), CSS::PropertyID::Color, element, pseudo_element);
  980. style.set_property(CSS::PropertyID::Color, color);
  981. }
  982. }
  983. Length::FontMetrics StyleComputer::calculate_root_element_font_metrics(StyleProperties const& style) const
  984. {
  985. auto root_value = style.property(CSS::PropertyID::FontSize);
  986. auto font_pixel_metrics = style.computed_font().pixel_metrics();
  987. Length::FontMetrics font_metrics { m_default_font_metrics.font_size, font_pixel_metrics, font_pixel_metrics.line_spacing() };
  988. font_metrics.font_size = root_value->as_length().length().to_px(viewport_rect(), font_metrics, font_metrics);
  989. font_metrics.line_height = style.line_height(viewport_rect(), font_metrics, font_metrics);
  990. return font_metrics;
  991. }
  992. void StyleComputer::compute_font(StyleProperties& style, DOM::Element const* element, Optional<CSS::Selector::PseudoElement> pseudo_element) const
  993. {
  994. // To compute the font, first ensure that we've defaulted the relevant CSS font properties.
  995. // FIXME: This should be more sophisticated.
  996. compute_defaulted_property_value(style, element, CSS::PropertyID::FontFamily, pseudo_element);
  997. compute_defaulted_property_value(style, element, CSS::PropertyID::FontSize, pseudo_element);
  998. compute_defaulted_property_value(style, element, CSS::PropertyID::FontStretch, pseudo_element);
  999. compute_defaulted_property_value(style, element, CSS::PropertyID::FontStyle, pseudo_element);
  1000. compute_defaulted_property_value(style, element, CSS::PropertyID::FontWeight, pseudo_element);
  1001. compute_defaulted_property_value(style, element, CSS::PropertyID::LineHeight, pseudo_element);
  1002. auto* parent_element = element_to_inherit_style_from(element, pseudo_element);
  1003. auto font_size = style.property(CSS::PropertyID::FontSize);
  1004. auto font_style = style.property(CSS::PropertyID::FontStyle);
  1005. auto font_weight = style.property(CSS::PropertyID::FontWeight);
  1006. auto font_stretch = style.property(CSS::PropertyID::FontStretch);
  1007. int width = Gfx::FontWidth::Normal;
  1008. if (font_stretch->is_identifier()) {
  1009. switch (static_cast<IdentifierStyleValue const&>(*font_stretch).id()) {
  1010. case CSS::ValueID::UltraCondensed:
  1011. width = Gfx::FontWidth::UltraCondensed;
  1012. break;
  1013. case CSS::ValueID::ExtraCondensed:
  1014. width = Gfx::FontWidth::ExtraCondensed;
  1015. break;
  1016. case CSS::ValueID::Condensed:
  1017. width = Gfx::FontWidth::Condensed;
  1018. break;
  1019. case CSS::ValueID::SemiCondensed:
  1020. width = Gfx::FontWidth::SemiCondensed;
  1021. break;
  1022. case CSS::ValueID::Normal:
  1023. width = Gfx::FontWidth::Normal;
  1024. break;
  1025. case CSS::ValueID::SemiExpanded:
  1026. width = Gfx::FontWidth::SemiExpanded;
  1027. break;
  1028. case CSS::ValueID::Expanded:
  1029. width = Gfx::FontWidth::Expanded;
  1030. break;
  1031. case CSS::ValueID::ExtraExpanded:
  1032. width = Gfx::FontWidth::ExtraExpanded;
  1033. break;
  1034. case CSS::ValueID::UltraExpanded:
  1035. width = Gfx::FontWidth::UltraExpanded;
  1036. break;
  1037. default:
  1038. break;
  1039. }
  1040. } else if (font_stretch->is_percentage()) {
  1041. float percentage = font_stretch->as_percentage().percentage().value();
  1042. if (percentage <= 50) {
  1043. width = Gfx::FontWidth::UltraCondensed;
  1044. } else if (percentage <= 62.5f) {
  1045. width = Gfx::FontWidth::ExtraCondensed;
  1046. } else if (percentage <= 75.0f) {
  1047. width = Gfx::FontWidth::Condensed;
  1048. } else if (percentage <= 87.5f) {
  1049. width = Gfx::FontWidth::SemiCondensed;
  1050. } else if (percentage <= 100.0f) {
  1051. width = Gfx::FontWidth::Normal;
  1052. } else if (percentage <= 112.5f) {
  1053. width = Gfx::FontWidth::SemiExpanded;
  1054. } else if (percentage <= 125.0f) {
  1055. width = Gfx::FontWidth::Expanded;
  1056. } else if (percentage <= 150.0f) {
  1057. width = Gfx::FontWidth::ExtraExpanded;
  1058. } else {
  1059. width = Gfx::FontWidth::UltraExpanded;
  1060. }
  1061. }
  1062. auto weight = font_weight->to_font_weight();
  1063. bool bold = weight > Gfx::FontWeight::Regular;
  1064. // FIXME: Should be based on "user's default font size"
  1065. float font_size_in_px = 16;
  1066. if (font_size->is_identifier()) {
  1067. // https://w3c.github.io/csswg-drafts/css-fonts/#absolute-size-mapping
  1068. AK::HashMap<Web::CSS::ValueID, float> absolute_size_mapping = {
  1069. { CSS::ValueID::XxSmall, 0.6 },
  1070. { CSS::ValueID::XSmall, 0.75 },
  1071. { CSS::ValueID::Small, 8.0 / 9.0 },
  1072. { CSS::ValueID::Medium, 1.0 },
  1073. { CSS::ValueID::Large, 1.2 },
  1074. { CSS::ValueID::XLarge, 1.5 },
  1075. { CSS::ValueID::XxLarge, 2.0 },
  1076. { CSS::ValueID::XxxLarge, 3.0 },
  1077. { CSS::ValueID::Smaller, 0.8 },
  1078. { CSS::ValueID::Larger, 1.25 },
  1079. };
  1080. auto const identifier = static_cast<IdentifierStyleValue const&>(*font_size).id();
  1081. // https://w3c.github.io/csswg-drafts/css-fonts/#valdef-font-size-relative-size
  1082. // TODO: If the parent element has a keyword font size in the absolute size keyword mapping table,
  1083. // larger may compute the font size to the next entry in the table,
  1084. // and smaller may compute the font size to the previous entry in the table.
  1085. if (identifier == CSS::ValueID::Smaller || identifier == CSS::ValueID::Larger) {
  1086. if (parent_element && parent_element->computed_css_values()) {
  1087. font_size_in_px = parent_element->computed_css_values()->computed_font().pixel_metrics().size;
  1088. }
  1089. }
  1090. auto const multiplier = absolute_size_mapping.get(identifier).value_or(1.0);
  1091. font_size_in_px *= multiplier;
  1092. } else {
  1093. Gfx::FontPixelMetrics font_pixel_metrics;
  1094. if (parent_element && parent_element->computed_css_values())
  1095. font_pixel_metrics = parent_element->computed_css_values()->computed_font().pixel_metrics();
  1096. else
  1097. font_pixel_metrics = Platform::FontPlugin::the().default_font().pixel_metrics();
  1098. auto parent_font_size = [&]() -> CSSPixels {
  1099. if (!parent_element || !parent_element->computed_css_values())
  1100. return font_size_in_px;
  1101. auto value = parent_element->computed_css_values()->property(CSS::PropertyID::FontSize);
  1102. if (value->is_length()) {
  1103. auto length = value->as_length().length();
  1104. auto parent_line_height = parent_or_root_element_line_height(parent_element, {});
  1105. if (length.is_absolute() || length.is_relative()) {
  1106. Length::FontMetrics font_metrics { font_size_in_px, font_pixel_metrics, parent_line_height };
  1107. return length.to_px(viewport_rect(), font_metrics, m_root_element_font_metrics);
  1108. }
  1109. }
  1110. return font_size_in_px;
  1111. };
  1112. Optional<Length> maybe_length;
  1113. if (font_size->is_percentage()) {
  1114. // Percentages refer to parent element's font size
  1115. maybe_length = Length::make_px(static_cast<double>(font_size->as_percentage().percentage().as_fraction()) * parent_font_size());
  1116. } else if (font_size->is_length()) {
  1117. maybe_length = font_size->as_length().length();
  1118. } else if (font_size->is_calculated()) {
  1119. // FIXME: Support font-size: calc(...)
  1120. // Theoretically we can do this now, but to resolve it we need a layout_node which we might not have. :^(
  1121. }
  1122. if (maybe_length.has_value()) {
  1123. auto parent_line_height = parent_or_root_element_line_height(element, pseudo_element);
  1124. Length::FontMetrics font_metrics { parent_font_size(), font_pixel_metrics, parent_line_height };
  1125. auto px = maybe_length.value().to_px(viewport_rect(), font_metrics, m_root_element_font_metrics).value();
  1126. if (px != 0)
  1127. font_size_in_px = px;
  1128. }
  1129. }
  1130. auto slope = font_style->to_font_slope();
  1131. // FIXME: Implement the full font-matching algorithm: https://www.w3.org/TR/css-fonts-4/#font-matching-algorithm
  1132. // Note: This is modified by the find_font() lambda
  1133. FontSelector font_selector;
  1134. bool monospace = false;
  1135. float const font_size_in_pt = font_size_in_px * 0.75f;
  1136. auto find_font = [&](String const& family) -> RefPtr<Gfx::Font const> {
  1137. font_selector = { family, font_size_in_pt, weight, width, slope };
  1138. FontFaceKey key {
  1139. .family_name = family,
  1140. .weight = weight,
  1141. .slope = slope,
  1142. };
  1143. if (auto it = m_loaded_fonts.find(key); it != m_loaded_fonts.end()) {
  1144. auto& loader = *it->value;
  1145. if (auto found_font = loader.font_with_point_size(font_size_in_pt))
  1146. return found_font;
  1147. }
  1148. // We couldn't find this font with a specific weight and slope, so try again without them.
  1149. // FIXME: This should be replaced by a proper CSS font selection algorithm.
  1150. key.weight = 0;
  1151. key.slope = 0;
  1152. if (auto it = m_loaded_fonts.find(key); it != m_loaded_fonts.end()) {
  1153. auto& loader = *it->value;
  1154. if (auto found_font = loader.font_with_point_size(font_size_in_pt))
  1155. return found_font;
  1156. }
  1157. if (auto found_font = FontCache::the().get(font_selector))
  1158. return found_font;
  1159. if (auto found_font = Gfx::FontDatabase::the().get(family.to_deprecated_string(), font_size_in_pt, weight, width, slope, Gfx::Font::AllowInexactSizeMatch::Yes))
  1160. return found_font;
  1161. return {};
  1162. };
  1163. auto find_generic_font = [&](ValueID font_id) -> RefPtr<Gfx::Font const> {
  1164. Platform::GenericFont generic_font {};
  1165. switch (font_id) {
  1166. case ValueID::Monospace:
  1167. case ValueID::UiMonospace:
  1168. generic_font = Platform::GenericFont::Monospace;
  1169. monospace = true;
  1170. break;
  1171. case ValueID::Serif:
  1172. generic_font = Platform::GenericFont::Serif;
  1173. break;
  1174. case ValueID::Fantasy:
  1175. generic_font = Platform::GenericFont::Fantasy;
  1176. break;
  1177. case ValueID::SansSerif:
  1178. generic_font = Platform::GenericFont::SansSerif;
  1179. break;
  1180. case ValueID::Cursive:
  1181. generic_font = Platform::GenericFont::Cursive;
  1182. break;
  1183. case ValueID::UiSerif:
  1184. generic_font = Platform::GenericFont::UiSerif;
  1185. break;
  1186. case ValueID::UiSansSerif:
  1187. generic_font = Platform::GenericFont::UiSansSerif;
  1188. break;
  1189. case ValueID::UiRounded:
  1190. generic_font = Platform::GenericFont::UiRounded;
  1191. break;
  1192. default:
  1193. return {};
  1194. }
  1195. return find_font(String::from_utf8(Platform::FontPlugin::the().generic_font_name(generic_font)).release_value_but_fixme_should_propagate_errors());
  1196. };
  1197. RefPtr<Gfx::Font const> found_font;
  1198. auto family_value = style.property(PropertyID::FontFamily);
  1199. if (family_value->is_value_list()) {
  1200. auto const& family_list = static_cast<StyleValueList const&>(*family_value).values();
  1201. for (auto const& family : family_list) {
  1202. if (family->is_identifier()) {
  1203. found_font = find_generic_font(family->to_identifier());
  1204. } else if (family->is_string()) {
  1205. found_font = find_font(family->to_string().release_value_but_fixme_should_propagate_errors());
  1206. }
  1207. if (found_font)
  1208. break;
  1209. }
  1210. } else if (family_value->is_identifier()) {
  1211. found_font = find_generic_font(family_value->to_identifier());
  1212. } else if (family_value->is_string()) {
  1213. found_font = find_font(family_value->to_string().release_value_but_fixme_should_propagate_errors());
  1214. }
  1215. if (!found_font) {
  1216. found_font = StyleProperties::font_fallback(monospace, bold);
  1217. if (found_font) {
  1218. if (auto scaled_fallback_font = found_font->with_size(font_size_in_pt))
  1219. found_font = scaled_fallback_font;
  1220. }
  1221. }
  1222. FontCache::the().set(font_selector, *found_font);
  1223. style.set_property(CSS::PropertyID::FontSize, LengthStyleValue::create(CSS::Length::make_px(font_size_in_px)).release_value_but_fixme_should_propagate_errors());
  1224. style.set_property(CSS::PropertyID::FontWeight, NumericStyleValue::create_integer(weight).release_value_but_fixme_should_propagate_errors());
  1225. style.set_computed_font(found_font.release_nonnull());
  1226. if (element && is<HTML::HTMLHtmlElement>(*element)) {
  1227. const_cast<StyleComputer&>(*this).m_root_element_font_metrics = calculate_root_element_font_metrics(style);
  1228. }
  1229. }
  1230. Gfx::Font const& StyleComputer::initial_font() const
  1231. {
  1232. // FIXME: This is not correct.
  1233. return StyleProperties::font_fallback(false, false);
  1234. }
  1235. CSSPixels StyleComputer::parent_or_root_element_line_height(DOM::Element const* element, Optional<CSS::Selector::PseudoElement> pseudo_element) const
  1236. {
  1237. auto* parent_element = element_to_inherit_style_from(element, pseudo_element);
  1238. if (!parent_element)
  1239. return m_root_element_font_metrics.line_height;
  1240. auto const* computed_values = parent_element->computed_css_values();
  1241. auto parent_font_pixel_metrics = computed_values->computed_font().pixel_metrics();
  1242. auto parent_font_size = computed_values->property(CSS::PropertyID::FontSize)->as_length().length();
  1243. // FIXME: Can the parent font size be non-absolute here?
  1244. auto parent_font_size_value = parent_font_size.is_absolute() ? parent_font_size.absolute_length_to_px() : m_root_element_font_metrics.font_size;
  1245. auto parent_parent_line_height = parent_or_root_element_line_height(parent_element, {});
  1246. Length::FontMetrics parent_font_metrics { parent_font_size_value, parent_font_pixel_metrics, parent_parent_line_height };
  1247. return computed_values->line_height(viewport_rect(), parent_font_metrics, m_root_element_font_metrics);
  1248. }
  1249. ErrorOr<void> StyleComputer::absolutize_values(StyleProperties& style, DOM::Element const* element, Optional<CSS::Selector::PseudoElement> pseudo_element) const
  1250. {
  1251. auto parent_or_root_line_height = parent_or_root_element_line_height(element, pseudo_element);
  1252. auto font_pixel_metrics = style.computed_font().pixel_metrics();
  1253. Length::FontMetrics font_metrics { m_root_element_font_metrics.font_size, font_pixel_metrics, parent_or_root_line_height };
  1254. auto font_size = style.property(CSS::PropertyID::FontSize)->as_length().length().to_px(viewport_rect(), font_metrics, m_root_element_font_metrics);
  1255. font_metrics.font_size = font_size;
  1256. // NOTE: Percentage line-height values are relative to the font-size of the element.
  1257. // We have to resolve them right away, so that the *computed* line-height is ready for inheritance.
  1258. // We can't simply absolutize *all* percentage values against the font size,
  1259. // because most percentages are relative to containing block metrics.
  1260. auto& line_height_value_slot = style.m_property_values[to_underlying(CSS::PropertyID::LineHeight)];
  1261. if (line_height_value_slot && line_height_value_slot->is_percentage()) {
  1262. line_height_value_slot = TRY(LengthStyleValue::create(
  1263. Length::make_px(font_size * static_cast<double>(line_height_value_slot->as_percentage().percentage().as_fraction()))));
  1264. }
  1265. auto line_height = style.line_height(viewport_rect(), font_metrics, m_root_element_font_metrics);
  1266. font_metrics.line_height = line_height;
  1267. // NOTE: line-height might be using lh which should be resolved against the parent line height (like we did here already)
  1268. if (line_height_value_slot && line_height_value_slot->is_length())
  1269. line_height_value_slot = TRY(LengthStyleValue::create(Length::make_px(line_height)));
  1270. for (size_t i = 0; i < style.m_property_values.size(); ++i) {
  1271. auto& value_slot = style.m_property_values[i];
  1272. if (!value_slot)
  1273. continue;
  1274. value_slot = TRY(value_slot->absolutized(viewport_rect(), font_metrics, m_root_element_font_metrics));
  1275. }
  1276. return {};
  1277. }
  1278. enum class BoxTypeTransformation {
  1279. None,
  1280. Blockify,
  1281. Inlinify,
  1282. };
  1283. static BoxTypeTransformation required_box_type_transformation(StyleProperties const& style, DOM::Element const& element, Optional<CSS::Selector::PseudoElement> const& pseudo_element)
  1284. {
  1285. // Absolute positioning or floating an element blockifies the box’s display type. [CSS2]
  1286. if (style.position() == CSS::Position::Absolute || style.position() == CSS::Position::Fixed || style.float_() != CSS::Float::None)
  1287. return BoxTypeTransformation::Blockify;
  1288. // FIXME: Containment in a ruby container inlinifies the box’s display type, as described in [CSS-RUBY-1].
  1289. // NOTE: If we're computing style for a pseudo-element, the effective parent will be the originating element itself, not its parent.
  1290. auto const* parent = pseudo_element.has_value() ? &element : element.parent_element();
  1291. // A parent with a grid or flex display value blockifies the box’s display type. [CSS-GRID-1] [CSS-FLEXBOX-1]
  1292. if (parent && parent->computed_css_values()) {
  1293. auto const& parent_display = parent->computed_css_values()->display();
  1294. if (parent_display.is_grid_inside() || parent_display.is_flex_inside())
  1295. return BoxTypeTransformation::Blockify;
  1296. }
  1297. return BoxTypeTransformation::None;
  1298. }
  1299. // https://drafts.csswg.org/css-display/#transformations
  1300. void StyleComputer::transform_box_type_if_needed(StyleProperties& style, DOM::Element const& element, Optional<CSS::Selector::PseudoElement> pseudo_element) const
  1301. {
  1302. // 2.7. Automatic Box Type Transformations
  1303. // Some layout effects require blockification or inlinification of the box type,
  1304. // which sets the box’s computed outer display type to block or inline (respectively).
  1305. // (This has no effect on display types that generate no box at all, such as none or contents.)
  1306. auto display = style.display();
  1307. if (display.is_none() || display.is_contents())
  1308. return;
  1309. auto new_display = display;
  1310. switch (required_box_type_transformation(style, element, pseudo_element)) {
  1311. case BoxTypeTransformation::None:
  1312. break;
  1313. case BoxTypeTransformation::Blockify:
  1314. if (display.is_block_outside())
  1315. return;
  1316. // If a layout-internal box is blockified, its inner display type converts to flow so that it becomes a block container.
  1317. if (display.is_internal()) {
  1318. new_display = CSS::Display::from_short(CSS::Display::Short::Block);
  1319. } else {
  1320. VERIFY(display.is_outside_and_inside());
  1321. // For legacy reasons, if an inline block box (inline flow-root) is blockified, it becomes a block box (losing its flow-root nature).
  1322. // For consistency, a run-in flow-root box also blockifies to a block box.
  1323. if (display.is_inline_block()) {
  1324. new_display = CSS::Display { CSS::Display::Outside::Block, CSS::Display::Inside::Flow, display.list_item() };
  1325. } else {
  1326. new_display = CSS::Display { CSS::Display::Outside::Block, display.inside(), display.list_item() };
  1327. }
  1328. }
  1329. break;
  1330. case BoxTypeTransformation::Inlinify:
  1331. if (display.is_inline_outside()) {
  1332. // FIXME: If an inline box (inline flow) is inlinified, it recursively inlinifies all of its in-flow children,
  1333. // so that no block-level descendants break up the inline formatting context in which it participates.
  1334. if (display.is_flow_inside()) {
  1335. dbgln("FIXME: Inlinify inline box children recursively");
  1336. }
  1337. break;
  1338. }
  1339. if (display.is_internal()) {
  1340. // Inlinification has no effect on layout-internal boxes. (However, placement in such an inline context will typically cause them
  1341. // to be wrapped in an appropriately-typed anonymous inline-level box.)
  1342. } else {
  1343. VERIFY(display.is_outside_and_inside());
  1344. // If a block box (block flow) is inlinified, its inner display type is set to flow-root so that it remains a block container.
  1345. if (display.is_block_outside() && display.is_flow_inside()) {
  1346. new_display = CSS::Display { CSS::Display::Outside::Inline, CSS::Display::Inside::FlowRoot, display.list_item() };
  1347. }
  1348. new_display = CSS::Display { CSS::Display::Outside::Inline, display.inside(), display.list_item() };
  1349. }
  1350. break;
  1351. }
  1352. if (new_display != display)
  1353. style.set_property(CSS::PropertyID::Display, DisplayStyleValue::create(new_display).release_value_but_fixme_should_propagate_errors());
  1354. }
  1355. NonnullRefPtr<StyleProperties> StyleComputer::create_document_style() const
  1356. {
  1357. auto style = StyleProperties::create();
  1358. compute_font(style, nullptr, {});
  1359. compute_defaulted_values(style, nullptr, {});
  1360. absolutize_values(style, nullptr, {}).release_value_but_fixme_should_propagate_errors();
  1361. style->set_property(CSS::PropertyID::Width, CSS::LengthStyleValue::create(CSS::Length::make_px(viewport_rect().width())).release_value_but_fixme_should_propagate_errors());
  1362. style->set_property(CSS::PropertyID::Height, CSS::LengthStyleValue::create(CSS::Length::make_px(viewport_rect().height())).release_value_but_fixme_should_propagate_errors());
  1363. style->set_property(CSS::PropertyID::Display, CSS::DisplayStyleValue::create(CSS::Display::from_short(CSS::Display::Short::Block)).release_value_but_fixme_should_propagate_errors());
  1364. return style;
  1365. }
  1366. ErrorOr<NonnullRefPtr<StyleProperties>> StyleComputer::compute_style(DOM::Element& element, Optional<CSS::Selector::PseudoElement> pseudo_element) const
  1367. {
  1368. auto style = TRY(compute_style_impl(element, move(pseudo_element), ComputeStyleMode::Normal));
  1369. return style.release_nonnull();
  1370. }
  1371. ErrorOr<RefPtr<StyleProperties>> StyleComputer::compute_pseudo_element_style_if_needed(DOM::Element& element, Optional<CSS::Selector::PseudoElement> pseudo_element) const
  1372. {
  1373. return compute_style_impl(element, move(pseudo_element), ComputeStyleMode::CreatePseudoElementStyleIfNeeded);
  1374. }
  1375. ErrorOr<RefPtr<StyleProperties>> StyleComputer::compute_style_impl(DOM::Element& element, Optional<CSS::Selector::PseudoElement> pseudo_element, ComputeStyleMode mode) const
  1376. {
  1377. build_rule_cache_if_needed();
  1378. auto style = StyleProperties::create();
  1379. // 1. Perform the cascade. This produces the "specified style"
  1380. bool did_match_any_pseudo_element_rules = false;
  1381. TRY(compute_cascaded_values(style, element, pseudo_element, did_match_any_pseudo_element_rules, mode));
  1382. if (mode == ComputeStyleMode::CreatePseudoElementStyleIfNeeded && !did_match_any_pseudo_element_rules)
  1383. return nullptr;
  1384. // 2. Compute the font, since that may be needed for font-relative CSS units
  1385. compute_font(style, &element, pseudo_element);
  1386. // 3. Absolutize values, turning font/viewport relative lengths into absolute lengths
  1387. TRY(absolutize_values(style, &element, pseudo_element));
  1388. // 4. Default the values, applying inheritance and 'initial' as needed
  1389. compute_defaulted_values(style, &element, pseudo_element);
  1390. // 5. Run automatic box type transformations
  1391. transform_box_type_if_needed(style, element, pseudo_element);
  1392. return style;
  1393. }
  1394. PropertyDependencyNode::PropertyDependencyNode(String name)
  1395. : m_name(move(name))
  1396. {
  1397. }
  1398. void PropertyDependencyNode::add_child(NonnullRefPtr<PropertyDependencyNode> new_child)
  1399. {
  1400. for (auto const& child : m_children) {
  1401. if (child->m_name == new_child->m_name)
  1402. return;
  1403. }
  1404. // We detect self-reference already.
  1405. VERIFY(new_child->m_name != m_name);
  1406. m_children.append(move(new_child));
  1407. }
  1408. bool PropertyDependencyNode::has_cycles()
  1409. {
  1410. if (m_marked)
  1411. return true;
  1412. TemporaryChange change { m_marked, true };
  1413. for (auto& child : m_children) {
  1414. if (child->has_cycles())
  1415. return true;
  1416. }
  1417. return false;
  1418. }
  1419. void StyleComputer::build_rule_cache_if_needed() const
  1420. {
  1421. if (m_author_rule_cache && m_user_agent_rule_cache)
  1422. return;
  1423. const_cast<StyleComputer&>(*this).build_rule_cache();
  1424. }
  1425. NonnullOwnPtr<StyleComputer::RuleCache> StyleComputer::make_rule_cache_for_cascade_origin(CascadeOrigin cascade_origin)
  1426. {
  1427. auto rule_cache = make<RuleCache>();
  1428. size_t num_class_rules = 0;
  1429. size_t num_id_rules = 0;
  1430. size_t num_tag_name_rules = 0;
  1431. size_t num_pseudo_element_rules = 0;
  1432. Vector<MatchingRule> matching_rules;
  1433. size_t style_sheet_index = 0;
  1434. for_each_stylesheet(cascade_origin, [&](auto& sheet) {
  1435. size_t rule_index = 0;
  1436. sheet.for_each_effective_style_rule([&](auto const& rule) {
  1437. size_t selector_index = 0;
  1438. for (CSS::Selector const& selector : rule.selectors()) {
  1439. MatchingRule matching_rule {
  1440. &rule,
  1441. style_sheet_index,
  1442. rule_index,
  1443. selector_index,
  1444. selector.specificity(),
  1445. };
  1446. for (auto const& simple_selector : selector.compound_selectors().last().simple_selectors) {
  1447. if (simple_selector.type == CSS::Selector::SimpleSelector::Type::PseudoElement) {
  1448. matching_rule.contains_pseudo_element = true;
  1449. ++num_pseudo_element_rules;
  1450. break;
  1451. }
  1452. }
  1453. bool added_to_bucket = false;
  1454. for (auto const& simple_selector : selector.compound_selectors().last().simple_selectors) {
  1455. if (simple_selector.type == CSS::Selector::SimpleSelector::Type::Id) {
  1456. rule_cache->rules_by_id.ensure(simple_selector.name()).append(move(matching_rule));
  1457. ++num_id_rules;
  1458. added_to_bucket = true;
  1459. break;
  1460. }
  1461. if (simple_selector.type == CSS::Selector::SimpleSelector::Type::Class) {
  1462. rule_cache->rules_by_class.ensure(simple_selector.name()).append(move(matching_rule));
  1463. ++num_class_rules;
  1464. added_to_bucket = true;
  1465. break;
  1466. }
  1467. if (simple_selector.type == CSS::Selector::SimpleSelector::Type::TagName) {
  1468. rule_cache->rules_by_tag_name.ensure(simple_selector.name()).append(move(matching_rule));
  1469. ++num_tag_name_rules;
  1470. added_to_bucket = true;
  1471. break;
  1472. }
  1473. }
  1474. if (!added_to_bucket)
  1475. rule_cache->other_rules.append(move(matching_rule));
  1476. ++selector_index;
  1477. }
  1478. ++rule_index;
  1479. });
  1480. ++style_sheet_index;
  1481. });
  1482. if constexpr (LIBWEB_CSS_DEBUG) {
  1483. dbgln("Built rule cache!");
  1484. dbgln(" ID: {}", num_id_rules);
  1485. dbgln(" Class: {}", num_class_rules);
  1486. dbgln(" TagName: {}", num_tag_name_rules);
  1487. dbgln("PseudoElement: {}", num_pseudo_element_rules);
  1488. dbgln(" Other: {}", rule_cache->other_rules.size());
  1489. dbgln(" Total: {}", num_class_rules + num_id_rules + num_tag_name_rules + rule_cache->other_rules.size());
  1490. }
  1491. return rule_cache;
  1492. }
  1493. void StyleComputer::build_rule_cache()
  1494. {
  1495. m_author_rule_cache = make_rule_cache_for_cascade_origin(CascadeOrigin::Author);
  1496. m_user_agent_rule_cache = make_rule_cache_for_cascade_origin(CascadeOrigin::UserAgent);
  1497. }
  1498. void StyleComputer::invalidate_rule_cache()
  1499. {
  1500. m_author_rule_cache = nullptr;
  1501. // NOTE: It might not be necessary to throw away the UA rule cache.
  1502. // If we are sure that it's safe, we could keep it as an optimization.
  1503. m_user_agent_rule_cache = nullptr;
  1504. }
  1505. CSSPixelRect StyleComputer::viewport_rect() const
  1506. {
  1507. if (auto const* browsing_context = document().browsing_context())
  1508. return browsing_context->viewport_rect();
  1509. return {};
  1510. }
  1511. void StyleComputer::did_load_font([[maybe_unused]] FlyString const& family_name)
  1512. {
  1513. document().invalidate_style();
  1514. }
  1515. void StyleComputer::load_fonts_from_sheet(CSSStyleSheet const& sheet)
  1516. {
  1517. for (auto const& rule : static_cast<CSSStyleSheet const&>(sheet).rules()) {
  1518. if (!is<CSSFontFaceRule>(*rule))
  1519. continue;
  1520. auto const& font_face = static_cast<CSSFontFaceRule const&>(*rule).font_face();
  1521. if (font_face.sources().is_empty())
  1522. continue;
  1523. FontFaceKey key {
  1524. .family_name = font_face.font_family(),
  1525. .weight = font_face.weight().value_or(0),
  1526. .slope = font_face.slope().value_or(0),
  1527. };
  1528. if (m_loaded_fonts.contains(key))
  1529. continue;
  1530. Vector<AK::URL> urls;
  1531. for (auto& source : font_face.sources()) {
  1532. // FIXME: These should be loaded relative to the stylesheet URL instead of the document URL.
  1533. urls.append(m_document->parse_url(source.url.to_deprecated_string()));
  1534. }
  1535. if (urls.is_empty())
  1536. continue;
  1537. auto loader = make<FontLoader>(const_cast<StyleComputer&>(*this), font_face.font_family(), move(urls));
  1538. const_cast<StyleComputer&>(*this).m_loaded_fonts.set(key, move(loader));
  1539. }
  1540. }
  1541. }