aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmltableelement.rs
diff options
context:
space:
mode:
authorOriol Brufau <obrufau@igalia.com>2024-03-30 14:30:13 +0100
committerGitHub <noreply@github.com>2024-03-30 13:30:13 +0000
commitfff9ef87e6dcd7ccc17f9c6e9a483b70654e1a41 (patch)
tree98cf7c9e0b506ab91e5020c84567bdb77c6a6342 /components/script/dom/htmltableelement.rs
parenta7ad92d9a3411e97244b3e1bbd4d939a3af83a32 (diff)
downloadservo-fff9ef87e6dcd7ccc17f9c6e9a483b70654e1a41.tar.gz
servo-fff9ef87e6dcd7ccc17f9c6e9a483b70654e1a41.zip
Update Stylo to 2023-10-16 (#31932)
* Update Stylo to 2023-10-16 * Fixup for https://phabricator.services.mozilla.com/D185154 * Fixup for https://phabricator.services.mozilla.com/D188216 * Fixup for https://phabricator.services.mozilla.com/D185677 * Fixup for https://phabricator.services.mozilla.com/D188566 * Fixup for https://phabricator.services.mozilla.com/D188727 * Fixup for https://phabricator.services.mozilla.com/D189475 * Fixup for https://phabricator.services.mozilla.com/D189521 * Fixup for https://phabricator.services.mozilla.com/D188812 * Fixup for https://phabricator.services.mozilla.com/D189484 * Update test expectations
Diffstat (limited to 'components/script/dom/htmltableelement.rs')
-rw-r--r--components/script/dom/htmltableelement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmltableelement.rs b/components/script/dom/htmltableelement.rs
index 6063d582643..888c5bdb72f 100644
--- a/components/script/dom/htmltableelement.rs
+++ b/components/script/dom/htmltableelement.rs
@@ -4,11 +4,11 @@
use std::cell::Cell;
-use cssparser::RgbaLegacy;
use dom_struct::dom_struct;
use html5ever::{local_name, namespace_url, ns, LocalName, Prefix};
use js::rust::HandleObject;
use style::attr::{parse_unsigned_integer, AttrValue, LengthOrPercentageOrAuto};
+use style::color::parsing::RgbaLegacy;
use crate::dom::attr::Attr;
use crate::dom::bindings::codegen::Bindings::HTMLCollectionBinding::HTMLCollectionMethods;