
#include <LibWeb/CSS/CSSStyleProperties.h>
#include <LibWeb/CSS/GeneratedCSSStyleProperties.h>
#include <LibWeb/WebIDL/ExceptionOr.h>

namespace Web::Bindings {

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_moz_appearance(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-moz-appearance"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::moz_appearance() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-moz-appearance"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_align_content(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-align-content"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_align_content() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-align-content"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_align_items(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-align-items"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_align_items() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-align-items"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_align_self(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-align-self"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_align_self() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-align-self"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_animation(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-animation"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_animation() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-animation"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_animation_delay(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-animation-delay"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_animation_delay() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-animation-delay"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_animation_direction(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-animation-direction"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_animation_direction() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-animation-direction"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_animation_duration(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-animation-duration"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_animation_duration() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-animation-duration"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_animation_fill_mode(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-animation-fill-mode"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_animation_fill_mode() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-animation-fill-mode"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_animation_iteration_count(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-animation-iteration-count"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_animation_iteration_count() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-animation-iteration-count"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_animation_name(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-animation-name"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_animation_name() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-animation-name"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_animation_play_state(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-animation-play-state"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_animation_play_state() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-animation-play-state"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_animation_timing_function(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-animation-timing-function"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_animation_timing_function() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-animation-timing-function"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_appearance(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-appearance"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_appearance() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-appearance"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_background_clip(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-background-clip"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_background_clip() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-background-clip"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_background_origin(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-background-origin"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_background_origin() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-background-origin"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_background_size(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-background-size"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_background_size() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-background-size"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_border_bottom_left_radius(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-border-bottom-left-radius"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_border_bottom_left_radius() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-border-bottom-left-radius"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_border_bottom_right_radius(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-border-bottom-right-radius"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_border_bottom_right_radius() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-border-bottom-right-radius"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_border_radius(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-border-radius"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_border_radius() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-border-radius"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_border_top_left_radius(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-border-top-left-radius"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_border_top_left_radius() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-border-top-left-radius"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_border_top_right_radius(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-border-top-right-radius"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_border_top_right_radius() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-border-top-right-radius"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_box_align(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-box-align"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_box_align() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-box-align"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_box_flex(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-box-flex"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_box_flex() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-box-flex"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_box_ordinal_group(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-box-ordinal-group"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_box_ordinal_group() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-box-ordinal-group"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_box_orient(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-box-orient"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_box_orient() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-box-orient"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_box_pack(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-box-pack"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_box_pack() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-box-pack"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_box_shadow(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-box-shadow"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_box_shadow() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-box-shadow"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_box_sizing(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-box-sizing"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_box_sizing() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-box-sizing"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_filter(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-filter"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_filter() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-filter"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_flex(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-flex"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_flex() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-flex"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_flex_basis(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-flex-basis"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_flex_basis() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-flex-basis"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_flex_direction(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-flex-direction"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_flex_direction() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-flex-direction"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_flex_flow(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-flex-flow"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_flex_flow() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-flex-flow"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_flex_grow(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-flex-grow"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_flex_grow() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-flex-grow"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_flex_shrink(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-flex-shrink"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_flex_shrink() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-flex-shrink"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_flex_wrap(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-flex-wrap"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_flex_wrap() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-flex-wrap"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_justify_content(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-justify-content"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_justify_content() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-justify-content"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_mask(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-mask"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_mask() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-mask"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_mask_clip(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-mask-clip"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_mask_clip() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-mask-clip"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_mask_composite(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-mask-composite"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_mask_composite() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-mask-composite"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_mask_image(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-mask-image"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_mask_image() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-mask-image"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_mask_origin(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-mask-origin"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_mask_origin() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-mask-origin"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_mask_position(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-mask-position"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_mask_position() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-mask-position"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_mask_repeat(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-mask-repeat"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_mask_repeat() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-mask-repeat"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_mask_size(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-mask-size"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_mask_size() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-mask-size"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_order(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-order"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_order() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-order"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_perspective(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-perspective"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_perspective() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-perspective"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_perspective_origin(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-perspective-origin"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_perspective_origin() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-perspective-origin"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_text_fill_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-text-fill-color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_text_fill_color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-text-fill-color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_transform(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-transform"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_transform() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-transform"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_transform_origin(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-transform-origin"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_transform_origin() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-transform-origin"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_transform_style(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-transform-style"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_transform_style() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-transform-style"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_transition(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-transition"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_transition() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-transition"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_transition_delay(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-transition-delay"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_transition_delay() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-transition-delay"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_transition_duration(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-transition-duration"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_transition_duration() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-transition-duration"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_transition_property(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-transition-property"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_transition_property() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-transition-property"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_transition_timing_function(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-transition-timing-function"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_transition_timing_function() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-transition-timing-function"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_webkit_user_select(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("-webkit-user-select"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::webkit_user_select() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("-webkit-user-select"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_accent_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("accent-color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::accent_color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("accent-color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_align_content(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("align-content"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::align_content() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("align-content"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_align_items(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("align-items"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::align_items() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("align-items"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_align_self(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("align-self"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::align_self() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("align-self"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_all(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("all"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::all() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("all"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_anchor_name(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("anchor-name"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::anchor_name() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("anchor-name"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_anchor_scope(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("anchor-scope"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::anchor_scope() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("anchor-scope"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_animation(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("animation"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::animation() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("animation"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_animation_composition(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("animation-composition"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::animation_composition() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("animation-composition"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_animation_delay(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("animation-delay"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::animation_delay() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("animation-delay"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_animation_direction(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("animation-direction"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::animation_direction() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("animation-direction"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_animation_duration(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("animation-duration"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::animation_duration() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("animation-duration"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_animation_fill_mode(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("animation-fill-mode"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::animation_fill_mode() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("animation-fill-mode"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_animation_iteration_count(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("animation-iteration-count"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::animation_iteration_count() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("animation-iteration-count"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_animation_name(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("animation-name"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::animation_name() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("animation-name"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_animation_play_state(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("animation-play-state"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::animation_play_state() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("animation-play-state"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_animation_timeline(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("animation-timeline"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::animation_timeline() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("animation-timeline"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_animation_timing_function(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("animation-timing-function"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::animation_timing_function() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("animation-timing-function"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_appearance(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("appearance"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::appearance() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("appearance"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_aspect_ratio(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("aspect-ratio"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::aspect_ratio() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("aspect-ratio"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_backdrop_filter(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("backdrop-filter"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::backdrop_filter() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("backdrop-filter"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_background(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("background"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::background() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("background"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_background_attachment(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("background-attachment"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::background_attachment() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("background-attachment"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_background_blend_mode(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("background-blend-mode"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::background_blend_mode() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("background-blend-mode"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_background_clip(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("background-clip"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::background_clip() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("background-clip"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_background_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("background-color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::background_color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("background-color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_background_image(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("background-image"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::background_image() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("background-image"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_background_origin(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("background-origin"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::background_origin() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("background-origin"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_background_position(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("background-position"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::background_position() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("background-position"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_background_position_x(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("background-position-x"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::background_position_x() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("background-position-x"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_background_position_y(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("background-position-y"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::background_position_y() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("background-position-y"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_background_repeat(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("background-repeat"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::background_repeat() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("background-repeat"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_background_size(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("background-size"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::background_size() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("background-size"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_block_size(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("block-size"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::block_size() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("block-size"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_block(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-block"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_block() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-block"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_block_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-block-color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_block_color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-block-color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_block_end(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-block-end"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_block_end() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-block-end"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_block_end_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-block-end-color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_block_end_color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-block-end-color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_block_end_style(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-block-end-style"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_block_end_style() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-block-end-style"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_block_end_width(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-block-end-width"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_block_end_width() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-block-end-width"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_block_start(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-block-start"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_block_start() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-block-start"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_block_start_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-block-start-color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_block_start_color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-block-start-color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_block_start_style(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-block-start-style"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_block_start_style() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-block-start-style"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_block_start_width(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-block-start-width"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_block_start_width() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-block-start-width"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_block_style(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-block-style"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_block_style() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-block-style"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_block_width(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-block-width"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_block_width() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-block-width"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_bottom(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-bottom"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_bottom() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-bottom"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_bottom_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-bottom-color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_bottom_color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-bottom-color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_bottom_left_radius(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-bottom-left-radius"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_bottom_left_radius() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-bottom-left-radius"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_bottom_right_radius(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-bottom-right-radius"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_bottom_right_radius() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-bottom-right-radius"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_bottom_style(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-bottom-style"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_bottom_style() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-bottom-style"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_bottom_width(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-bottom-width"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_bottom_width() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-bottom-width"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_collapse(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-collapse"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_collapse() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-collapse"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_end_end_radius(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-end-end-radius"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_end_end_radius() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-end-end-radius"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_end_start_radius(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-end-start-radius"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_end_start_radius() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-end-start-radius"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_image(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-image"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_image() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-image"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_image_outset(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-image-outset"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_image_outset() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-image-outset"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_image_repeat(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-image-repeat"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_image_repeat() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-image-repeat"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_image_slice(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-image-slice"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_image_slice() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-image-slice"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_image_source(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-image-source"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_image_source() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-image-source"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_image_width(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-image-width"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_image_width() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-image-width"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_inline(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-inline"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_inline() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-inline"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_inline_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-inline-color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_inline_color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-inline-color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_inline_end(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-inline-end"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_inline_end() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-inline-end"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_inline_end_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-inline-end-color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_inline_end_color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-inline-end-color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_inline_end_style(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-inline-end-style"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_inline_end_style() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-inline-end-style"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_inline_end_width(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-inline-end-width"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_inline_end_width() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-inline-end-width"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_inline_start(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-inline-start"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_inline_start() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-inline-start"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_inline_start_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-inline-start-color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_inline_start_color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-inline-start-color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_inline_start_style(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-inline-start-style"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_inline_start_style() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-inline-start-style"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_inline_start_width(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-inline-start-width"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_inline_start_width() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-inline-start-width"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_inline_style(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-inline-style"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_inline_style() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-inline-style"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_inline_width(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-inline-width"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_inline_width() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-inline-width"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_left(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-left"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_left() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-left"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_left_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-left-color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_left_color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-left-color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_left_style(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-left-style"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_left_style() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-left-style"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_left_width(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-left-width"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_left_width() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-left-width"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_radius(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-radius"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_radius() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-radius"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_right(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-right"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_right() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-right"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_right_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-right-color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_right_color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-right-color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_right_style(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-right-style"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_right_style() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-right-style"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_right_width(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-right-width"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_right_width() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-right-width"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_spacing(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-spacing"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_spacing() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-spacing"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_start_end_radius(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-start-end-radius"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_start_end_radius() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-start-end-radius"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_start_start_radius(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-start-start-radius"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_start_start_radius() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-start-start-radius"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_style(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-style"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_style() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-style"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_top(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-top"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_top() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-top"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_top_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-top-color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_top_color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-top-color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_top_left_radius(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-top-left-radius"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_top_left_radius() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-top-left-radius"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_top_right_radius(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-top-right-radius"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_top_right_radius() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-top-right-radius"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_top_style(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-top-style"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_top_style() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-top-style"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_top_width(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-top-width"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_top_width() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-top-width"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_border_width(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("border-width"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::border_width() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("border-width"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_bottom(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("bottom"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::bottom() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("bottom"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_box_shadow(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("box-shadow"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::box_shadow() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("box-shadow"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_box_sizing(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("box-sizing"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::box_sizing() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("box-sizing"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_caption_side(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("caption-side"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::caption_side() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("caption-side"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_caret_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("caret-color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::caret_color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("caret-color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_clear(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("clear"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::clear() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("clear"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_clip(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("clip"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::clip() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("clip"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_clip_path(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("clip-path"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::clip_path() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("clip-path"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_clip_rule(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("clip-rule"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::clip_rule() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("clip-rule"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_color_interpolation(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("color-interpolation"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::color_interpolation() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("color-interpolation"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_color_scheme(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("color-scheme"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::color_scheme() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("color-scheme"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_column_count(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("column-count"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::column_count() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("column-count"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_column_gap(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("column-gap"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::column_gap() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("column-gap"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_column_height(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("column-height"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::column_height() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("column-height"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_column_span(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("column-span"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::column_span() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("column-span"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_column_width(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("column-width"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::column_width() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("column-width"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_columns(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("columns"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::columns() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("columns"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_contain(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("contain"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::contain() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("contain"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_container(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("container"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::container() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("container"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_container_name(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("container-name"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::container_name() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("container-name"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_container_type(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("container-type"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::container_type() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("container-type"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_content(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("content"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::content() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("content"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_content_visibility(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("content-visibility"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::content_visibility() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("content-visibility"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_corner_block_end_shape(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("corner-block-end-shape"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::corner_block_end_shape() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("corner-block-end-shape"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_corner_block_start_shape(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("corner-block-start-shape"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::corner_block_start_shape() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("corner-block-start-shape"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_corner_bottom_left_shape(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("corner-bottom-left-shape"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::corner_bottom_left_shape() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("corner-bottom-left-shape"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_corner_bottom_right_shape(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("corner-bottom-right-shape"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::corner_bottom_right_shape() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("corner-bottom-right-shape"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_corner_bottom_shape(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("corner-bottom-shape"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::corner_bottom_shape() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("corner-bottom-shape"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_corner_end_end_shape(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("corner-end-end-shape"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::corner_end_end_shape() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("corner-end-end-shape"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_corner_end_start_shape(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("corner-end-start-shape"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::corner_end_start_shape() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("corner-end-start-shape"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_corner_inline_end_shape(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("corner-inline-end-shape"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::corner_inline_end_shape() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("corner-inline-end-shape"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_corner_inline_start_shape(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("corner-inline-start-shape"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::corner_inline_start_shape() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("corner-inline-start-shape"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_corner_left_shape(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("corner-left-shape"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::corner_left_shape() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("corner-left-shape"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_corner_right_shape(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("corner-right-shape"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::corner_right_shape() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("corner-right-shape"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_corner_shape(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("corner-shape"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::corner_shape() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("corner-shape"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_corner_start_end_shape(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("corner-start-end-shape"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::corner_start_end_shape() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("corner-start-end-shape"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_corner_start_start_shape(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("corner-start-start-shape"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::corner_start_start_shape() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("corner-start-start-shape"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_corner_top_left_shape(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("corner-top-left-shape"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::corner_top_left_shape() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("corner-top-left-shape"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_corner_top_right_shape(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("corner-top-right-shape"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::corner_top_right_shape() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("corner-top-right-shape"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_corner_top_shape(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("corner-top-shape"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::corner_top_shape() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("corner-top-shape"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_counter_increment(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("counter-increment"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::counter_increment() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("counter-increment"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_counter_reset(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("counter-reset"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::counter_reset() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("counter-reset"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_counter_set(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("counter-set"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::counter_set() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("counter-set"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_cursor(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("cursor"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::cursor() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("cursor"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_cx(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("cx"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::cx() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("cx"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_cy(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("cy"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::cy() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("cy"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_direction(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("direction"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::direction() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("direction"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_display(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("display"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::display() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("display"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_dominant_baseline(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("dominant-baseline"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::dominant_baseline() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("dominant-baseline"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_empty_cells(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("empty-cells"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::empty_cells() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("empty-cells"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_fill(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("fill"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::fill() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("fill"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_fill_opacity(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("fill-opacity"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::fill_opacity() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("fill-opacity"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_fill_rule(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("fill-rule"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::fill_rule() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("fill-rule"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_filter(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("filter"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::filter() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("filter"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_flex(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("flex"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::flex() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("flex"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_flex_basis(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("flex-basis"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::flex_basis() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("flex-basis"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_flex_direction(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("flex-direction"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::flex_direction() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("flex-direction"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_flex_flow(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("flex-flow"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::flex_flow() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("flex-flow"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_flex_grow(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("flex-grow"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::flex_grow() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("flex-grow"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_flex_shrink(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("flex-shrink"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::flex_shrink() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("flex-shrink"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_flex_wrap(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("flex-wrap"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::flex_wrap() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("flex-wrap"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_float_(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("float"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::float_() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("float"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_flood_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("flood-color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::flood_color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("flood-color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_flood_opacity(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("flood-opacity"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::flood_opacity() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("flood-opacity"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_font(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("font"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::font() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("font"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_font_family(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("font-family"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::font_family() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("font-family"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_font_feature_settings(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("font-feature-settings"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::font_feature_settings() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("font-feature-settings"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_font_kerning(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("font-kerning"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::font_kerning() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("font-kerning"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_font_language_override(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("font-language-override"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::font_language_override() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("font-language-override"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_font_optical_sizing(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("font-optical-sizing"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::font_optical_sizing() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("font-optical-sizing"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_font_size(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("font-size"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::font_size() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("font-size"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_font_stretch(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("font-stretch"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::font_stretch() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("font-stretch"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_font_style(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("font-style"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::font_style() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("font-style"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_font_variant(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("font-variant"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::font_variant() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("font-variant"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_font_variant_alternates(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("font-variant-alternates"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::font_variant_alternates() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("font-variant-alternates"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_font_variant_caps(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("font-variant-caps"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::font_variant_caps() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("font-variant-caps"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_font_variant_east_asian(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("font-variant-east-asian"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::font_variant_east_asian() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("font-variant-east-asian"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_font_variant_emoji(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("font-variant-emoji"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::font_variant_emoji() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("font-variant-emoji"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_font_variant_ligatures(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("font-variant-ligatures"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::font_variant_ligatures() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("font-variant-ligatures"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_font_variant_numeric(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("font-variant-numeric"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::font_variant_numeric() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("font-variant-numeric"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_font_variant_position(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("font-variant-position"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::font_variant_position() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("font-variant-position"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_font_variation_settings(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("font-variation-settings"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::font_variation_settings() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("font-variation-settings"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_font_weight(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("font-weight"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::font_weight() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("font-weight"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_font_width(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("font-width"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::font_width() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("font-width"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_gap(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("gap"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::gap() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("gap"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_grid(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("grid"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::grid() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("grid"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_grid_area(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("grid-area"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::grid_area() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("grid-area"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_grid_auto_columns(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("grid-auto-columns"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::grid_auto_columns() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("grid-auto-columns"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_grid_auto_flow(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("grid-auto-flow"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::grid_auto_flow() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("grid-auto-flow"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_grid_auto_rows(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("grid-auto-rows"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::grid_auto_rows() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("grid-auto-rows"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_grid_column(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("grid-column"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::grid_column() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("grid-column"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_grid_column_end(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("grid-column-end"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::grid_column_end() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("grid-column-end"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_grid_column_gap(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("grid-column-gap"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::grid_column_gap() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("grid-column-gap"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_grid_column_start(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("grid-column-start"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::grid_column_start() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("grid-column-start"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_grid_gap(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("grid-gap"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::grid_gap() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("grid-gap"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_grid_row(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("grid-row"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::grid_row() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("grid-row"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_grid_row_end(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("grid-row-end"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::grid_row_end() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("grid-row-end"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_grid_row_gap(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("grid-row-gap"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::grid_row_gap() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("grid-row-gap"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_grid_row_start(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("grid-row-start"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::grid_row_start() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("grid-row-start"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_grid_template(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("grid-template"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::grid_template() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("grid-template"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_grid_template_areas(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("grid-template-areas"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::grid_template_areas() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("grid-template-areas"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_grid_template_columns(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("grid-template-columns"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::grid_template_columns() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("grid-template-columns"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_grid_template_rows(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("grid-template-rows"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::grid_template_rows() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("grid-template-rows"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_height(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("height"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::height() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("height"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_image_rendering(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("image-rendering"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::image_rendering() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("image-rendering"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_inline_size(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("inline-size"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::inline_size() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("inline-size"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_inset(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("inset"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::inset() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("inset"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_inset_block(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("inset-block"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::inset_block() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("inset-block"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_inset_block_end(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("inset-block-end"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::inset_block_end() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("inset-block-end"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_inset_block_start(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("inset-block-start"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::inset_block_start() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("inset-block-start"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_inset_inline(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("inset-inline"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::inset_inline() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("inset-inline"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_inset_inline_end(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("inset-inline-end"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::inset_inline_end() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("inset-inline-end"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_inset_inline_start(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("inset-inline-start"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::inset_inline_start() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("inset-inline-start"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_isolation(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("isolation"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::isolation() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("isolation"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_justify_content(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("justify-content"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::justify_content() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("justify-content"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_justify_items(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("justify-items"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::justify_items() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("justify-items"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_justify_self(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("justify-self"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::justify_self() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("justify-self"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_left(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("left"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::left() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("left"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_letter_spacing(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("letter-spacing"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::letter_spacing() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("letter-spacing"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_line_height(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("line-height"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::line_height() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("line-height"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_list_style(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("list-style"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::list_style() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("list-style"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_list_style_image(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("list-style-image"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::list_style_image() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("list-style-image"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_list_style_position(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("list-style-position"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::list_style_position() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("list-style-position"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_list_style_type(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("list-style-type"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::list_style_type() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("list-style-type"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_margin(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("margin"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::margin() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("margin"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_margin_block(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("margin-block"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::margin_block() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("margin-block"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_margin_block_end(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("margin-block-end"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::margin_block_end() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("margin-block-end"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_margin_block_start(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("margin-block-start"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::margin_block_start() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("margin-block-start"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_margin_bottom(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("margin-bottom"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::margin_bottom() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("margin-bottom"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_margin_inline(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("margin-inline"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::margin_inline() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("margin-inline"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_margin_inline_end(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("margin-inline-end"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::margin_inline_end() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("margin-inline-end"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_margin_inline_start(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("margin-inline-start"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::margin_inline_start() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("margin-inline-start"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_margin_left(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("margin-left"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::margin_left() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("margin-left"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_margin_right(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("margin-right"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::margin_right() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("margin-right"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_margin_top(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("margin-top"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::margin_top() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("margin-top"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_mask(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("mask"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::mask() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("mask"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_mask_clip(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("mask-clip"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::mask_clip() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("mask-clip"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_mask_composite(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("mask-composite"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::mask_composite() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("mask-composite"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_mask_image(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("mask-image"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::mask_image() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("mask-image"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_mask_mode(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("mask-mode"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::mask_mode() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("mask-mode"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_mask_origin(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("mask-origin"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::mask_origin() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("mask-origin"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_mask_position(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("mask-position"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::mask_position() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("mask-position"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_mask_repeat(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("mask-repeat"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::mask_repeat() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("mask-repeat"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_mask_size(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("mask-size"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::mask_size() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("mask-size"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_mask_type(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("mask-type"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::mask_type() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("mask-type"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_math_depth(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("math-depth"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::math_depth() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("math-depth"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_math_shift(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("math-shift"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::math_shift() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("math-shift"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_math_style(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("math-style"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::math_style() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("math-style"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_max_block_size(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("max-block-size"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::max_block_size() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("max-block-size"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_max_height(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("max-height"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::max_height() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("max-height"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_max_inline_size(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("max-inline-size"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::max_inline_size() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("max-inline-size"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_max_width(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("max-width"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::max_width() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("max-width"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_min_block_size(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("min-block-size"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::min_block_size() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("min-block-size"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_min_height(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("min-height"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::min_height() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("min-height"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_min_inline_size(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("min-inline-size"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::min_inline_size() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("min-inline-size"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_min_width(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("min-width"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::min_width() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("min-width"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_mix_blend_mode(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("mix-blend-mode"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::mix_blend_mode() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("mix-blend-mode"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_object_fit(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("object-fit"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::object_fit() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("object-fit"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_object_position(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("object-position"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::object_position() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("object-position"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_opacity(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("opacity"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::opacity() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("opacity"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_order(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("order"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::order() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("order"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_orphans(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("orphans"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::orphans() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("orphans"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_outline(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("outline"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::outline() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("outline"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_outline_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("outline-color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::outline_color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("outline-color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_outline_offset(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("outline-offset"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::outline_offset() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("outline-offset"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_outline_style(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("outline-style"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::outline_style() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("outline-style"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_outline_width(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("outline-width"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::outline_width() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("outline-width"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_overflow(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("overflow"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::overflow() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("overflow"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_overflow_block(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("overflow-block"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::overflow_block() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("overflow-block"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_overflow_clip_margin(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("overflow-clip-margin"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::overflow_clip_margin() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("overflow-clip-margin"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_overflow_clip_margin_block(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("overflow-clip-margin-block"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::overflow_clip_margin_block() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("overflow-clip-margin-block"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_overflow_clip_margin_block_end(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("overflow-clip-margin-block-end"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::overflow_clip_margin_block_end() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("overflow-clip-margin-block-end"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_overflow_clip_margin_block_start(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("overflow-clip-margin-block-start"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::overflow_clip_margin_block_start() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("overflow-clip-margin-block-start"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_overflow_clip_margin_bottom(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("overflow-clip-margin-bottom"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::overflow_clip_margin_bottom() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("overflow-clip-margin-bottom"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_overflow_clip_margin_inline(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("overflow-clip-margin-inline"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::overflow_clip_margin_inline() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("overflow-clip-margin-inline"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_overflow_clip_margin_inline_end(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("overflow-clip-margin-inline-end"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::overflow_clip_margin_inline_end() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("overflow-clip-margin-inline-end"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_overflow_clip_margin_inline_start(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("overflow-clip-margin-inline-start"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::overflow_clip_margin_inline_start() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("overflow-clip-margin-inline-start"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_overflow_clip_margin_left(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("overflow-clip-margin-left"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::overflow_clip_margin_left() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("overflow-clip-margin-left"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_overflow_clip_margin_right(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("overflow-clip-margin-right"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::overflow_clip_margin_right() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("overflow-clip-margin-right"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_overflow_clip_margin_top(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("overflow-clip-margin-top"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::overflow_clip_margin_top() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("overflow-clip-margin-top"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_overflow_inline(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("overflow-inline"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::overflow_inline() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("overflow-inline"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_overflow_wrap(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("overflow-wrap"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::overflow_wrap() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("overflow-wrap"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_overflow_x(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("overflow-x"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::overflow_x() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("overflow-x"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_overflow_y(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("overflow-y"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::overflow_y() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("overflow-y"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_padding(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("padding"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::padding() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("padding"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_padding_block(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("padding-block"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::padding_block() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("padding-block"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_padding_block_end(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("padding-block-end"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::padding_block_end() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("padding-block-end"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_padding_block_start(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("padding-block-start"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::padding_block_start() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("padding-block-start"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_padding_bottom(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("padding-bottom"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::padding_bottom() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("padding-bottom"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_padding_inline(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("padding-inline"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::padding_inline() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("padding-inline"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_padding_inline_end(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("padding-inline-end"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::padding_inline_end() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("padding-inline-end"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_padding_inline_start(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("padding-inline-start"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::padding_inline_start() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("padding-inline-start"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_padding_left(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("padding-left"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::padding_left() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("padding-left"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_padding_right(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("padding-right"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::padding_right() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("padding-right"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_padding_top(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("padding-top"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::padding_top() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("padding-top"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_paint_order(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("paint-order"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::paint_order() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("paint-order"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_perspective(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("perspective"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::perspective() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("perspective"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_perspective_origin(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("perspective-origin"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::perspective_origin() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("perspective-origin"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_place_content(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("place-content"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::place_content() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("place-content"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_place_items(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("place-items"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::place_items() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("place-items"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_place_self(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("place-self"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::place_self() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("place-self"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_pointer_events(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("pointer-events"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::pointer_events() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("pointer-events"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_position(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("position"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::position() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("position"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_position_anchor(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("position-anchor"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::position_anchor() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("position-anchor"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_position_area(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("position-area"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::position_area() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("position-area"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_position_try_fallbacks(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("position-try-fallbacks"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::position_try_fallbacks() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("position-try-fallbacks"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_position_try_order(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("position-try-order"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::position_try_order() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("position-try-order"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_position_visibility(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("position-visibility"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::position_visibility() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("position-visibility"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_quotes(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("quotes"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::quotes() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("quotes"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_r(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("r"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::r() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("r"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_resize(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("resize"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::resize() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("resize"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_right(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("right"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::right() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("right"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_rotate(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("rotate"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::rotate() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("rotate"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_row_gap(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("row-gap"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::row_gap() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("row-gap"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_rx(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("rx"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::rx() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("rx"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_ry(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("ry"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::ry() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("ry"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_scale(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("scale"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::scale() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("scale"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_scroll_behavior(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("scroll-behavior"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::scroll_behavior() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("scroll-behavior"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_scroll_timeline(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("scroll-timeline"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::scroll_timeline() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("scroll-timeline"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_scroll_timeline_axis(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("scroll-timeline-axis"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::scroll_timeline_axis() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("scroll-timeline-axis"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_scroll_timeline_name(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("scroll-timeline-name"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::scroll_timeline_name() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("scroll-timeline-name"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_scrollbar_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("scrollbar-color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::scrollbar_color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("scrollbar-color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_scrollbar_gutter(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("scrollbar-gutter"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::scrollbar_gutter() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("scrollbar-gutter"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_scrollbar_width(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("scrollbar-width"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::scrollbar_width() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("scrollbar-width"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_shape_image_threshold(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("shape-image-threshold"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::shape_image_threshold() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("shape-image-threshold"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_shape_margin(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("shape-margin"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::shape_margin() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("shape-margin"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_shape_outside(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("shape-outside"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::shape_outside() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("shape-outside"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_shape_rendering(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("shape-rendering"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::shape_rendering() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("shape-rendering"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_stop_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("stop-color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::stop_color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("stop-color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_stop_opacity(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("stop-opacity"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::stop_opacity() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("stop-opacity"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_stroke(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("stroke"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::stroke() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("stroke"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_stroke_dasharray(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("stroke-dasharray"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::stroke_dasharray() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("stroke-dasharray"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_stroke_dashoffset(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("stroke-dashoffset"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::stroke_dashoffset() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("stroke-dashoffset"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_stroke_linecap(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("stroke-linecap"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::stroke_linecap() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("stroke-linecap"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_stroke_linejoin(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("stroke-linejoin"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::stroke_linejoin() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("stroke-linejoin"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_stroke_miterlimit(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("stroke-miterlimit"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::stroke_miterlimit() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("stroke-miterlimit"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_stroke_opacity(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("stroke-opacity"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::stroke_opacity() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("stroke-opacity"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_stroke_width(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("stroke-width"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::stroke_width() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("stroke-width"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_tab_size(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("tab-size"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::tab_size() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("tab-size"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_table_layout(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("table-layout"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::table_layout() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("table-layout"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_text_align(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("text-align"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::text_align() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("text-align"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_text_anchor(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("text-anchor"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::text_anchor() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("text-anchor"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_text_decoration(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("text-decoration"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::text_decoration() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("text-decoration"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_text_decoration_color(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("text-decoration-color"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::text_decoration_color() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("text-decoration-color"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_text_decoration_line(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("text-decoration-line"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::text_decoration_line() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("text-decoration-line"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_text_decoration_skip_ink(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("text-decoration-skip-ink"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::text_decoration_skip_ink() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("text-decoration-skip-ink"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_text_decoration_style(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("text-decoration-style"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::text_decoration_style() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("text-decoration-style"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_text_decoration_thickness(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("text-decoration-thickness"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::text_decoration_thickness() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("text-decoration-thickness"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_text_indent(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("text-indent"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::text_indent() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("text-indent"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_text_justify(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("text-justify"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::text_justify() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("text-justify"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_text_overflow(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("text-overflow"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::text_overflow() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("text-overflow"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_text_rendering(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("text-rendering"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::text_rendering() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("text-rendering"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_text_shadow(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("text-shadow"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::text_shadow() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("text-shadow"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_text_transform(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("text-transform"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::text_transform() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("text-transform"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_text_underline_offset(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("text-underline-offset"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::text_underline_offset() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("text-underline-offset"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_text_underline_position(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("text-underline-position"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::text_underline_position() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("text-underline-position"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_text_wrap(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("text-wrap"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::text_wrap() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("text-wrap"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_text_wrap_mode(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("text-wrap-mode"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::text_wrap_mode() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("text-wrap-mode"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_text_wrap_style(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("text-wrap-style"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::text_wrap_style() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("text-wrap-style"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_timeline_scope(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("timeline-scope"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::timeline_scope() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("timeline-scope"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_top(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("top"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::top() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("top"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_touch_action(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("touch-action"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::touch_action() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("touch-action"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_transform(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("transform"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::transform() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("transform"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_transform_box(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("transform-box"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::transform_box() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("transform-box"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_transform_origin(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("transform-origin"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::transform_origin() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("transform-origin"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_transform_style(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("transform-style"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::transform_style() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("transform-style"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_transition(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("transition"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::transition() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("transition"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_transition_behavior(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("transition-behavior"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::transition_behavior() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("transition-behavior"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_transition_delay(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("transition-delay"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::transition_delay() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("transition-delay"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_transition_duration(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("transition-duration"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::transition_duration() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("transition-duration"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_transition_property(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("transition-property"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::transition_property() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("transition-property"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_transition_timing_function(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("transition-timing-function"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::transition_timing_function() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("transition-timing-function"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_translate(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("translate"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::translate() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("translate"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_unicode_bidi(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("unicode-bidi"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::unicode_bidi() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("unicode-bidi"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_user_select(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("user-select"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::user_select() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("user-select"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_vertical_align(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("vertical-align"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::vertical_align() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("vertical-align"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_view_timeline(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("view-timeline"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::view_timeline() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("view-timeline"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_view_timeline_axis(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("view-timeline-axis"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::view_timeline_axis() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("view-timeline-axis"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_view_timeline_inset(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("view-timeline-inset"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::view_timeline_inset() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("view-timeline-inset"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_view_timeline_name(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("view-timeline-name"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::view_timeline_name() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("view-timeline-name"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_view_transition_name(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("view-transition-name"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::view_transition_name() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("view-transition-name"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_visibility(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("visibility"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::visibility() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("visibility"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_white_space(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("white-space"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::white_space() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("white-space"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_white_space_collapse(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("white-space-collapse"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::white_space_collapse() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("white-space-collapse"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_white_space_trim(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("white-space-trim"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::white_space_trim() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("white-space-trim"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_widows(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("widows"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::widows() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("widows"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_width(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("width"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::width() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("width"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_will_change(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("will-change"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::will_change() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("will-change"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_word_break(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("word-break"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::word_break() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("word-break"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_word_spacing(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("word-spacing"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::word_spacing() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("word-spacing"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_word_wrap(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("word-wrap"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::word_wrap() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("word-wrap"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_writing_mode(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("writing-mode"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::writing_mode() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("writing-mode"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_x(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("x"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::x() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("x"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_y(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("y"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::y() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("y"_fly_string);
}

WebIDL::ExceptionOr<void> GeneratedCSSStyleProperties::set_z_index(StringView value)
{
    return generated_style_properties_to_css_style_properties().set_property("z-index"_fly_string, value, ""sv);
}

String GeneratedCSSStyleProperties::z_index() const
{
    return generated_style_properties_to_css_style_properties().get_property_value("z-index"_fly_string);
}

} // namespace Web::Bindings
