mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb: Update links to algorithms
The spec doesn't consider them abstract operations anymore
This commit is contained in:
parent
11dc254d27
commit
7ec9779624
Notes:
github-actions[bot]
2025-12-01 08:56:06 +00:00
Author: https://github.com/tete17
Commit: 7ec9779624
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6630
Reviewed-by: https://github.com/gmta ✅
2 changed files with 2 additions and 2 deletions
|
|
@ -143,7 +143,7 @@ TrustedTypesVariants TrustedTypePolicy::create_a_trusted_type(TrustedTypeName tr
|
|||
}
|
||||
}
|
||||
|
||||
// https://w3c.github.io/trusted-types/dist/spec/#abstract-opdef-get-trusted-type-policy-value
|
||||
// https://w3c.github.io/trusted-types/dist/spec/#get-trusted-type-policy-value
|
||||
WebIDL::ExceptionOr<JS::Value> TrustedTypePolicy::get_trusted_type_policy_value(TrustedTypeName trusted_type_name, Utf16String const& value, GC::RootVector<JS::Value> const& values, ThrowIfCallbackMissing throw_if_missing)
|
||||
{
|
||||
auto& vm = this->vm();
|
||||
|
|
|
|||
|
|
@ -296,7 +296,7 @@ ContentSecurityPolicy::Directives::Directive::Result TrustedTypePolicyFactory::s
|
|||
return result;
|
||||
}
|
||||
|
||||
// https://w3c.github.io/trusted-types/dist/spec/#abstract-opdef-get-trusted-type-data-for-attribute
|
||||
// https://w3c.github.io/trusted-types/dist/spec/#get-trusted-type-data-for-attribute
|
||||
Optional<TrustedTypeData> get_trusted_type_data_for_attribute(Utf16String const& element, Utf16String const& attribute, Optional<Utf16String> const& attribute_ns)
|
||||
{
|
||||
// 1. Let data be null.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue