CSSStyleDeclarationMethods

pub trait CSSStyleDeclarationMethods<D: DomTypes> {
Show 1343 methods // Required methods fn CssText(&self) -> DOMString; fn SetCssText(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Length(&self) -> u32; fn Item(&self, index: u32) -> DOMString; fn GetPropertyValue(&self, property: DOMString) -> DOMString; fn GetPropertyPriority(&self, property: DOMString) -> DOMString; fn SetProperty( &self, cx: &mut JSContext, property: DOMString, value: DOMString, priority: DOMString, ) -> Fallible<()>; fn RemoveProperty( &self, cx: &mut JSContext, property: DOMString, ) -> Fallible<DOMString>; fn CssFloat(&self) -> DOMString; fn SetCssFloat(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn _moz_animation_delay(&self) -> DOMString; fn Set_moz_animation_delay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozAnimationDelay(&self) -> DOMString; fn SetMozAnimationDelay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_animation_direction(&self) -> DOMString; fn Set_moz_animation_direction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozAnimationDirection(&self) -> DOMString; fn SetMozAnimationDirection( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_animation_duration(&self) -> DOMString; fn Set_moz_animation_duration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozAnimationDuration(&self) -> DOMString; fn SetMozAnimationDuration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_animation_fill_mode(&self) -> DOMString; fn Set_moz_animation_fill_mode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozAnimationFillMode(&self) -> DOMString; fn SetMozAnimationFillMode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_animation_iteration_count(&self) -> DOMString; fn Set_moz_animation_iteration_count( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozAnimationIterationCount(&self) -> DOMString; fn SetMozAnimationIterationCount( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_animation_name(&self) -> DOMString; fn Set_moz_animation_name( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozAnimationName(&self) -> DOMString; fn SetMozAnimationName( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_animation_play_state(&self) -> DOMString; fn Set_moz_animation_play_state( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozAnimationPlayState(&self) -> DOMString; fn SetMozAnimationPlayState( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_animation_timing_function(&self) -> DOMString; fn Set_moz_animation_timing_function( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozAnimationTimingFunction(&self) -> DOMString; fn SetMozAnimationTimingFunction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_backface_visibility(&self) -> DOMString; fn Set_moz_backface_visibility( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozBackfaceVisibility(&self) -> DOMString; fn SetMozBackfaceVisibility( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_box_sizing(&self) -> DOMString; fn Set_moz_box_sizing( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozBoxSizing(&self) -> DOMString; fn SetMozBoxSizing( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_font_language_override(&self) -> DOMString; fn Set_moz_font_language_override( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozFontLanguageOverride(&self) -> DOMString; fn SetMozFontLanguageOverride( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_perspective(&self) -> DOMString; fn Set_moz_perspective( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozPerspective(&self) -> DOMString; fn SetMozPerspective( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_perspective_origin(&self) -> DOMString; fn Set_moz_perspective_origin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozPerspectiveOrigin(&self) -> DOMString; fn SetMozPerspectiveOrigin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_transform(&self) -> DOMString; fn Set_moz_transform( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozTransform(&self) -> DOMString; fn SetMozTransform( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_transform_origin(&self) -> DOMString; fn Set_moz_transform_origin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozTransformOrigin(&self) -> DOMString; fn SetMozTransformOrigin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_transform_style(&self) -> DOMString; fn Set_moz_transform_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozTransformStyle(&self) -> DOMString; fn SetMozTransformStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_transition_delay(&self) -> DOMString; fn Set_moz_transition_delay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozTransitionDelay(&self) -> DOMString; fn SetMozTransitionDelay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_transition_duration(&self) -> DOMString; fn Set_moz_transition_duration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozTransitionDuration(&self) -> DOMString; fn SetMozTransitionDuration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_transition_property(&self) -> DOMString; fn Set_moz_transition_property( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozTransitionProperty(&self) -> DOMString; fn SetMozTransitionProperty( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_transition_timing_function(&self) -> DOMString; fn Set_moz_transition_timing_function( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozTransitionTimingFunction(&self) -> DOMString; fn SetMozTransitionTimingFunction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_align_content(&self) -> DOMString; fn Set_webkit_align_content( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitAlignContent(&self) -> DOMString; fn SetWebkitAlignContent( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_align_items(&self) -> DOMString; fn Set_webkit_align_items( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitAlignItems(&self) -> DOMString; fn SetWebkitAlignItems( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_align_self(&self) -> DOMString; fn Set_webkit_align_self( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitAlignSelf(&self) -> DOMString; fn SetWebkitAlignSelf( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_animation_delay(&self) -> DOMString; fn Set_webkit_animation_delay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitAnimationDelay(&self) -> DOMString; fn SetWebkitAnimationDelay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_animation_direction(&self) -> DOMString; fn Set_webkit_animation_direction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitAnimationDirection(&self) -> DOMString; fn SetWebkitAnimationDirection( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_animation_duration(&self) -> DOMString; fn Set_webkit_animation_duration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitAnimationDuration(&self) -> DOMString; fn SetWebkitAnimationDuration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_animation_fill_mode(&self) -> DOMString; fn Set_webkit_animation_fill_mode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitAnimationFillMode(&self) -> DOMString; fn SetWebkitAnimationFillMode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_animation_iteration_count(&self) -> DOMString; fn Set_webkit_animation_iteration_count( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitAnimationIterationCount(&self) -> DOMString; fn SetWebkitAnimationIterationCount( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_animation_name(&self) -> DOMString; fn Set_webkit_animation_name( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitAnimationName(&self) -> DOMString; fn SetWebkitAnimationName( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_animation_play_state(&self) -> DOMString; fn Set_webkit_animation_play_state( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitAnimationPlayState(&self) -> DOMString; fn SetWebkitAnimationPlayState( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_animation_timing_function(&self) -> DOMString; fn Set_webkit_animation_timing_function( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitAnimationTimingFunction(&self) -> DOMString; fn SetWebkitAnimationTimingFunction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_backface_visibility(&self) -> DOMString; fn Set_webkit_backface_visibility( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitBackfaceVisibility(&self) -> DOMString; fn SetWebkitBackfaceVisibility( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_background_clip(&self) -> DOMString; fn Set_webkit_background_clip( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitBackgroundClip(&self) -> DOMString; fn SetWebkitBackgroundClip( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_background_origin(&self) -> DOMString; fn Set_webkit_background_origin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitBackgroundOrigin(&self) -> DOMString; fn SetWebkitBackgroundOrigin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_background_size(&self) -> DOMString; fn Set_webkit_background_size( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitBackgroundSize(&self) -> DOMString; fn SetWebkitBackgroundSize( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_border_bottom_left_radius(&self) -> DOMString; fn Set_webkit_border_bottom_left_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitBorderBottomLeftRadius(&self) -> DOMString; fn SetWebkitBorderBottomLeftRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_border_bottom_right_radius(&self) -> DOMString; fn Set_webkit_border_bottom_right_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitBorderBottomRightRadius(&self) -> DOMString; fn SetWebkitBorderBottomRightRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_border_top_left_radius(&self) -> DOMString; fn Set_webkit_border_top_left_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitBorderTopLeftRadius(&self) -> DOMString; fn SetWebkitBorderTopLeftRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_border_top_right_radius(&self) -> DOMString; fn Set_webkit_border_top_right_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitBorderTopRightRadius(&self) -> DOMString; fn SetWebkitBorderTopRightRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_box_shadow(&self) -> DOMString; fn Set_webkit_box_shadow( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitBoxShadow(&self) -> DOMString; fn SetWebkitBoxShadow( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_box_sizing(&self) -> DOMString; fn Set_webkit_box_sizing( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitBoxSizing(&self) -> DOMString; fn SetWebkitBoxSizing( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_clip_path(&self) -> DOMString; fn Set_webkit_clip_path( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitClipPath(&self) -> DOMString; fn SetWebkitClipPath( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_filter(&self) -> DOMString; fn Set_webkit_filter( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitFilter(&self) -> DOMString; fn SetWebkitFilter( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_flex_basis(&self) -> DOMString; fn Set_webkit_flex_basis( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitFlexBasis(&self) -> DOMString; fn SetWebkitFlexBasis( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_flex_direction(&self) -> DOMString; fn Set_webkit_flex_direction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitFlexDirection(&self) -> DOMString; fn SetWebkitFlexDirection( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_flex_grow(&self) -> DOMString; fn Set_webkit_flex_grow( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitFlexGrow(&self) -> DOMString; fn SetWebkitFlexGrow( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_flex_shrink(&self) -> DOMString; fn Set_webkit_flex_shrink( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitFlexShrink(&self) -> DOMString; fn SetWebkitFlexShrink( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_flex_wrap(&self) -> DOMString; fn Set_webkit_flex_wrap( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitFlexWrap(&self) -> DOMString; fn SetWebkitFlexWrap( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_justify_content(&self) -> DOMString; fn Set_webkit_justify_content( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitJustifyContent(&self) -> DOMString; fn SetWebkitJustifyContent( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_mask_image(&self) -> DOMString; fn Set_webkit_mask_image( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitMaskImage(&self) -> DOMString; fn SetWebkitMaskImage( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_order(&self) -> DOMString; fn Set_webkit_order( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitOrder(&self) -> DOMString; fn SetWebkitOrder( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_perspective_origin(&self) -> DOMString; fn Set_webkit_perspective_origin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitPerspectiveOrigin(&self) -> DOMString; fn SetWebkitPerspectiveOrigin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_text_security(&self) -> DOMString; fn Set_webkit_text_security( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitTextSecurity(&self) -> DOMString; fn SetWebkitTextSecurity( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_transform_origin(&self) -> DOMString; fn Set_webkit_transform_origin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitTransformOrigin(&self) -> DOMString; fn SetWebkitTransformOrigin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_transform_style(&self) -> DOMString; fn Set_webkit_transform_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitTransformStyle(&self) -> DOMString; fn SetWebkitTransformStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_transition_delay(&self) -> DOMString; fn Set_webkit_transition_delay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitTransitionDelay(&self) -> DOMString; fn SetWebkitTransitionDelay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_transition_duration(&self) -> DOMString; fn Set_webkit_transition_duration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitTransitionDuration(&self) -> DOMString; fn SetWebkitTransitionDuration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_transition_property(&self) -> DOMString; fn Set_webkit_transition_property( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitTransitionProperty(&self) -> DOMString; fn SetWebkitTransitionProperty( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_transition_timing_function(&self) -> DOMString; fn Set_webkit_transition_timing_function( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitTransitionTimingFunction(&self) -> DOMString; fn SetWebkitTransitionTimingFunction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Align_content(&self) -> DOMString; fn SetAlign_content( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn AlignContent(&self) -> DOMString; fn SetAlignContent( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Align_items(&self) -> DOMString; fn SetAlign_items( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn AlignItems(&self) -> DOMString; fn SetAlignItems(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Align_self(&self) -> DOMString; fn SetAlign_self(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn AlignSelf(&self) -> DOMString; fn SetAlignSelf(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Alignment_baseline(&self) -> DOMString; fn SetAlignment_baseline( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn AlignmentBaseline(&self) -> DOMString; fn SetAlignmentBaseline( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Animation_composition(&self) -> DOMString; fn SetAnimation_composition( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn AnimationComposition(&self) -> DOMString; fn SetAnimationComposition( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Animation_delay(&self) -> DOMString; fn SetAnimation_delay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn AnimationDelay(&self) -> DOMString; fn SetAnimationDelay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Animation_direction(&self) -> DOMString; fn SetAnimation_direction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn AnimationDirection(&self) -> DOMString; fn SetAnimationDirection( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Animation_duration(&self) -> DOMString; fn SetAnimation_duration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn AnimationDuration(&self) -> DOMString; fn SetAnimationDuration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Animation_fill_mode(&self) -> DOMString; fn SetAnimation_fill_mode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn AnimationFillMode(&self) -> DOMString; fn SetAnimationFillMode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Animation_iteration_count(&self) -> DOMString; fn SetAnimation_iteration_count( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn AnimationIterationCount(&self) -> DOMString; fn SetAnimationIterationCount( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Animation_name(&self) -> DOMString; fn SetAnimation_name( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn AnimationName(&self) -> DOMString; fn SetAnimationName( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Animation_play_state(&self) -> DOMString; fn SetAnimation_play_state( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn AnimationPlayState(&self) -> DOMString; fn SetAnimationPlayState( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Animation_range_end(&self) -> DOMString; fn SetAnimation_range_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn AnimationRangeEnd(&self) -> DOMString; fn SetAnimationRangeEnd( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Animation_range_start(&self) -> DOMString; fn SetAnimation_range_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn AnimationRangeStart(&self) -> DOMString; fn SetAnimationRangeStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Animation_timeline(&self) -> DOMString; fn SetAnimation_timeline( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn AnimationTimeline(&self) -> DOMString; fn SetAnimationTimeline( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Animation_timing_function(&self) -> DOMString; fn SetAnimation_timing_function( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn AnimationTimingFunction(&self) -> DOMString; fn SetAnimationTimingFunction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Aspect_ratio(&self) -> DOMString; fn SetAspect_ratio( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn AspectRatio(&self) -> DOMString; fn SetAspectRatio( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Backdrop_filter(&self) -> DOMString; fn SetBackdrop_filter( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BackdropFilter(&self) -> DOMString; fn SetBackdropFilter( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Backface_visibility(&self) -> DOMString; fn SetBackface_visibility( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BackfaceVisibility(&self) -> DOMString; fn SetBackfaceVisibility( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Background_attachment(&self) -> DOMString; fn SetBackground_attachment( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BackgroundAttachment(&self) -> DOMString; fn SetBackgroundAttachment( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Background_blend_mode(&self) -> DOMString; fn SetBackground_blend_mode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BackgroundBlendMode(&self) -> DOMString; fn SetBackgroundBlendMode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Background_clip(&self) -> DOMString; fn SetBackground_clip( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BackgroundClip(&self) -> DOMString; fn SetBackgroundClip( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Background_color(&self) -> DOMString; fn SetBackground_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BackgroundColor(&self) -> DOMString; fn SetBackgroundColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Background_image(&self) -> DOMString; fn SetBackground_image( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BackgroundImage(&self) -> DOMString; fn SetBackgroundImage( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Background_origin(&self) -> DOMString; fn SetBackground_origin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BackgroundOrigin(&self) -> DOMString; fn SetBackgroundOrigin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Background_position_x(&self) -> DOMString; fn SetBackground_position_x( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BackgroundPositionX(&self) -> DOMString; fn SetBackgroundPositionX( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Background_position_y(&self) -> DOMString; fn SetBackground_position_y( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BackgroundPositionY(&self) -> DOMString; fn SetBackgroundPositionY( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Background_repeat(&self) -> DOMString; fn SetBackground_repeat( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BackgroundRepeat(&self) -> DOMString; fn SetBackgroundRepeat( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Background_size(&self) -> DOMString; fn SetBackground_size( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BackgroundSize(&self) -> DOMString; fn SetBackgroundSize( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Baseline_shift(&self) -> DOMString; fn SetBaseline_shift( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BaselineShift(&self) -> DOMString; fn SetBaselineShift( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Baseline_source(&self) -> DOMString; fn SetBaseline_source( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BaselineSource(&self) -> DOMString; fn SetBaselineSource( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Block_size(&self) -> DOMString; fn SetBlock_size(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn BlockSize(&self) -> DOMString; fn SetBlockSize(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Border_block_end_color(&self) -> DOMString; fn SetBorder_block_end_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderBlockEndColor(&self) -> DOMString; fn SetBorderBlockEndColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_block_end_style(&self) -> DOMString; fn SetBorder_block_end_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderBlockEndStyle(&self) -> DOMString; fn SetBorderBlockEndStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_block_end_width(&self) -> DOMString; fn SetBorder_block_end_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderBlockEndWidth(&self) -> DOMString; fn SetBorderBlockEndWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_block_start_color(&self) -> DOMString; fn SetBorder_block_start_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderBlockStartColor(&self) -> DOMString; fn SetBorderBlockStartColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_block_start_style(&self) -> DOMString; fn SetBorder_block_start_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderBlockStartStyle(&self) -> DOMString; fn SetBorderBlockStartStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_block_start_width(&self) -> DOMString; fn SetBorder_block_start_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderBlockStartWidth(&self) -> DOMString; fn SetBorderBlockStartWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_bottom_color(&self) -> DOMString; fn SetBorder_bottom_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderBottomColor(&self) -> DOMString; fn SetBorderBottomColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_bottom_left_radius(&self) -> DOMString; fn SetBorder_bottom_left_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderBottomLeftRadius(&self) -> DOMString; fn SetBorderBottomLeftRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_bottom_right_radius(&self) -> DOMString; fn SetBorder_bottom_right_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderBottomRightRadius(&self) -> DOMString; fn SetBorderBottomRightRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_bottom_style(&self) -> DOMString; fn SetBorder_bottom_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderBottomStyle(&self) -> DOMString; fn SetBorderBottomStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_bottom_width(&self) -> DOMString; fn SetBorder_bottom_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderBottomWidth(&self) -> DOMString; fn SetBorderBottomWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_collapse(&self) -> DOMString; fn SetBorder_collapse( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderCollapse(&self) -> DOMString; fn SetBorderCollapse( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_end_end_radius(&self) -> DOMString; fn SetBorder_end_end_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderEndEndRadius(&self) -> DOMString; fn SetBorderEndEndRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_end_start_radius(&self) -> DOMString; fn SetBorder_end_start_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderEndStartRadius(&self) -> DOMString; fn SetBorderEndStartRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_image_outset(&self) -> DOMString; fn SetBorder_image_outset( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderImageOutset(&self) -> DOMString; fn SetBorderImageOutset( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_image_repeat(&self) -> DOMString; fn SetBorder_image_repeat( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderImageRepeat(&self) -> DOMString; fn SetBorderImageRepeat( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_image_slice(&self) -> DOMString; fn SetBorder_image_slice( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderImageSlice(&self) -> DOMString; fn SetBorderImageSlice( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_image_source(&self) -> DOMString; fn SetBorder_image_source( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderImageSource(&self) -> DOMString; fn SetBorderImageSource( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_image_width(&self) -> DOMString; fn SetBorder_image_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderImageWidth(&self) -> DOMString; fn SetBorderImageWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_inline_end_color(&self) -> DOMString; fn SetBorder_inline_end_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderInlineEndColor(&self) -> DOMString; fn SetBorderInlineEndColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_inline_end_style(&self) -> DOMString; fn SetBorder_inline_end_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderInlineEndStyle(&self) -> DOMString; fn SetBorderInlineEndStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_inline_end_width(&self) -> DOMString; fn SetBorder_inline_end_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderInlineEndWidth(&self) -> DOMString; fn SetBorderInlineEndWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_inline_start_color(&self) -> DOMString; fn SetBorder_inline_start_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderInlineStartColor(&self) -> DOMString; fn SetBorderInlineStartColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_inline_start_style(&self) -> DOMString; fn SetBorder_inline_start_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderInlineStartStyle(&self) -> DOMString; fn SetBorderInlineStartStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_inline_start_width(&self) -> DOMString; fn SetBorder_inline_start_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderInlineStartWidth(&self) -> DOMString; fn SetBorderInlineStartWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_left_color(&self) -> DOMString; fn SetBorder_left_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderLeftColor(&self) -> DOMString; fn SetBorderLeftColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_left_style(&self) -> DOMString; fn SetBorder_left_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderLeftStyle(&self) -> DOMString; fn SetBorderLeftStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_left_width(&self) -> DOMString; fn SetBorder_left_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderLeftWidth(&self) -> DOMString; fn SetBorderLeftWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_right_color(&self) -> DOMString; fn SetBorder_right_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderRightColor(&self) -> DOMString; fn SetBorderRightColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_right_style(&self) -> DOMString; fn SetBorder_right_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderRightStyle(&self) -> DOMString; fn SetBorderRightStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_right_width(&self) -> DOMString; fn SetBorder_right_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderRightWidth(&self) -> DOMString; fn SetBorderRightWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_spacing(&self) -> DOMString; fn SetBorder_spacing( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderSpacing(&self) -> DOMString; fn SetBorderSpacing( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_start_end_radius(&self) -> DOMString; fn SetBorder_start_end_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderStartEndRadius(&self) -> DOMString; fn SetBorderStartEndRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_start_start_radius(&self) -> DOMString; fn SetBorder_start_start_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderStartStartRadius(&self) -> DOMString; fn SetBorderStartStartRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_top_color(&self) -> DOMString; fn SetBorder_top_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderTopColor(&self) -> DOMString; fn SetBorderTopColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_top_left_radius(&self) -> DOMString; fn SetBorder_top_left_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderTopLeftRadius(&self) -> DOMString; fn SetBorderTopLeftRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_top_right_radius(&self) -> DOMString; fn SetBorder_top_right_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderTopRightRadius(&self) -> DOMString; fn SetBorderTopRightRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_top_style(&self) -> DOMString; fn SetBorder_top_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderTopStyle(&self) -> DOMString; fn SetBorderTopStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_top_width(&self) -> DOMString; fn SetBorder_top_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderTopWidth(&self) -> DOMString; fn SetBorderTopWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Bottom(&self) -> DOMString; fn SetBottom(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Box_shadow(&self) -> DOMString; fn SetBox_shadow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn BoxShadow(&self) -> DOMString; fn SetBoxShadow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Box_sizing(&self) -> DOMString; fn SetBox_sizing(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn BoxSizing(&self) -> DOMString; fn SetBoxSizing(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Caption_side(&self) -> DOMString; fn SetCaption_side( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn CaptionSide(&self) -> DOMString; fn SetCaptionSide( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Caret_color(&self) -> DOMString; fn SetCaret_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn CaretColor(&self) -> DOMString; fn SetCaretColor(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Clear(&self) -> DOMString; fn SetClear(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Clip(&self) -> DOMString; fn SetClip(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Clip_path(&self) -> DOMString; fn SetClip_path(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn ClipPath(&self) -> DOMString; fn SetClipPath(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Color(&self) -> DOMString; fn SetColor(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Color_scheme(&self) -> DOMString; fn SetColor_scheme( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn ColorScheme(&self) -> DOMString; fn SetColorScheme( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Column_count(&self) -> DOMString; fn SetColumn_count( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn ColumnCount(&self) -> DOMString; fn SetColumnCount( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Column_gap(&self) -> DOMString; fn SetColumn_gap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn ColumnGap(&self) -> DOMString; fn SetColumnGap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Column_span(&self) -> DOMString; fn SetColumn_span( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn ColumnSpan(&self) -> DOMString; fn SetColumnSpan(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Column_width(&self) -> DOMString; fn SetColumn_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn ColumnWidth(&self) -> DOMString; fn SetColumnWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Contain(&self) -> DOMString; fn SetContain(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Container_name(&self) -> DOMString; fn SetContainer_name( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn ContainerName(&self) -> DOMString; fn SetContainerName( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Container_type(&self) -> DOMString; fn SetContainer_type( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn ContainerType(&self) -> DOMString; fn SetContainerType( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Content(&self) -> DOMString; fn SetContent(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Counter_increment(&self) -> DOMString; fn SetCounter_increment( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn CounterIncrement(&self) -> DOMString; fn SetCounterIncrement( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Counter_reset(&self) -> DOMString; fn SetCounter_reset( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn CounterReset(&self) -> DOMString; fn SetCounterReset( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Cursor(&self) -> DOMString; fn SetCursor(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Direction(&self) -> DOMString; fn SetDirection(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Display(&self) -> DOMString; fn SetDisplay(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Empty_cells(&self) -> DOMString; fn SetEmpty_cells( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn EmptyCells(&self) -> DOMString; fn SetEmptyCells(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Filter(&self) -> DOMString; fn SetFilter(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Flex_basis(&self) -> DOMString; fn SetFlex_basis(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn FlexBasis(&self) -> DOMString; fn SetFlexBasis(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Flex_direction(&self) -> DOMString; fn SetFlex_direction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn FlexDirection(&self) -> DOMString; fn SetFlexDirection( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Flex_grow(&self) -> DOMString; fn SetFlex_grow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn FlexGrow(&self) -> DOMString; fn SetFlexGrow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Flex_shrink(&self) -> DOMString; fn SetFlex_shrink( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn FlexShrink(&self) -> DOMString; fn SetFlexShrink(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Flex_wrap(&self) -> DOMString; fn SetFlex_wrap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn FlexWrap(&self) -> DOMString; fn SetFlexWrap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Float(&self) -> DOMString; fn SetFloat(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Font_family(&self) -> DOMString; fn SetFont_family( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn FontFamily(&self) -> DOMString; fn SetFontFamily(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Font_language_override(&self) -> DOMString; fn SetFont_language_override( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn FontLanguageOverride(&self) -> DOMString; fn SetFontLanguageOverride( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Font_optical_sizing(&self) -> DOMString; fn SetFont_optical_sizing( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn FontOpticalSizing(&self) -> DOMString; fn SetFontOpticalSizing( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Font_size(&self) -> DOMString; fn SetFont_size(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn FontSize(&self) -> DOMString; fn SetFontSize(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Font_stretch(&self) -> DOMString; fn SetFont_stretch( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn FontStretch(&self) -> DOMString; fn SetFontStretch( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Font_style(&self) -> DOMString; fn SetFont_style(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn FontStyle(&self) -> DOMString; fn SetFontStyle(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Font_synthesis_weight(&self) -> DOMString; fn SetFont_synthesis_weight( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn FontSynthesisWeight(&self) -> DOMString; fn SetFontSynthesisWeight( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Font_variant_caps(&self) -> DOMString; fn SetFont_variant_caps( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn FontVariantCaps(&self) -> DOMString; fn SetFontVariantCaps( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Font_variation_settings(&self) -> DOMString; fn SetFont_variation_settings( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn FontVariationSettings(&self) -> DOMString; fn SetFontVariationSettings( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Font_weight(&self) -> DOMString; fn SetFont_weight( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn FontWeight(&self) -> DOMString; fn SetFontWeight(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Grid_auto_columns(&self) -> DOMString; fn SetGrid_auto_columns( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn GridAutoColumns(&self) -> DOMString; fn SetGridAutoColumns( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Grid_auto_flow(&self) -> DOMString; fn SetGrid_auto_flow( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn GridAutoFlow(&self) -> DOMString; fn SetGridAutoFlow( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Grid_auto_rows(&self) -> DOMString; fn SetGrid_auto_rows( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn GridAutoRows(&self) -> DOMString; fn SetGridAutoRows( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Grid_column_end(&self) -> DOMString; fn SetGrid_column_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn GridColumnEnd(&self) -> DOMString; fn SetGridColumnEnd( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Grid_column_gap(&self) -> DOMString; fn SetGrid_column_gap( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn GridColumnGap(&self) -> DOMString; fn SetGridColumnGap( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Grid_column_start(&self) -> DOMString; fn SetGrid_column_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn GridColumnStart(&self) -> DOMString; fn SetGridColumnStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Grid_row_end(&self) -> DOMString; fn SetGrid_row_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn GridRowEnd(&self) -> DOMString; fn SetGridRowEnd(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Grid_row_gap(&self) -> DOMString; fn SetGrid_row_gap( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn GridRowGap(&self) -> DOMString; fn SetGridRowGap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Grid_row_start(&self) -> DOMString; fn SetGrid_row_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn GridRowStart(&self) -> DOMString; fn SetGridRowStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Grid_template_areas(&self) -> DOMString; fn SetGrid_template_areas( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn GridTemplateAreas(&self) -> DOMString; fn SetGridTemplateAreas( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Grid_template_columns(&self) -> DOMString; fn SetGrid_template_columns( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn GridTemplateColumns(&self) -> DOMString; fn SetGridTemplateColumns( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Grid_template_rows(&self) -> DOMString; fn SetGrid_template_rows( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn GridTemplateRows(&self) -> DOMString; fn SetGridTemplateRows( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Height(&self) -> DOMString; fn SetHeight(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Image_rendering(&self) -> DOMString; fn SetImage_rendering( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn ImageRendering(&self) -> DOMString; fn SetImageRendering( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Inline_size(&self) -> DOMString; fn SetInline_size( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn InlineSize(&self) -> DOMString; fn SetInlineSize(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Inset_block_end(&self) -> DOMString; fn SetInset_block_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn InsetBlockEnd(&self) -> DOMString; fn SetInsetBlockEnd( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Inset_block_start(&self) -> DOMString; fn SetInset_block_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn InsetBlockStart(&self) -> DOMString; fn SetInsetBlockStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Inset_inline_end(&self) -> DOMString; fn SetInset_inline_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn InsetInlineEnd(&self) -> DOMString; fn SetInsetInlineEnd( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Inset_inline_start(&self) -> DOMString; fn SetInset_inline_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn InsetInlineStart(&self) -> DOMString; fn SetInsetInlineStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Isolation(&self) -> DOMString; fn SetIsolation(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Justify_content(&self) -> DOMString; fn SetJustify_content( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn JustifyContent(&self) -> DOMString; fn SetJustifyContent( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Justify_items(&self) -> DOMString; fn SetJustify_items( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn JustifyItems(&self) -> DOMString; fn SetJustifyItems( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Justify_self(&self) -> DOMString; fn SetJustify_self( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn JustifySelf(&self) -> DOMString; fn SetJustifySelf( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Left(&self) -> DOMString; fn SetLeft(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Letter_spacing(&self) -> DOMString; fn SetLetter_spacing( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn LetterSpacing(&self) -> DOMString; fn SetLetterSpacing( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Line_break(&self) -> DOMString; fn SetLine_break(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn LineBreak(&self) -> DOMString; fn SetLineBreak(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Line_height(&self) -> DOMString; fn SetLine_height( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn LineHeight(&self) -> DOMString; fn SetLineHeight(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn List_style_image(&self) -> DOMString; fn SetList_style_image( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn ListStyleImage(&self) -> DOMString; fn SetListStyleImage( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn List_style_position(&self) -> DOMString; fn SetList_style_position( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn ListStylePosition(&self) -> DOMString; fn SetListStylePosition( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn List_style_type(&self) -> DOMString; fn SetList_style_type( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn ListStyleType(&self) -> DOMString; fn SetListStyleType( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Margin_block_end(&self) -> DOMString; fn SetMargin_block_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MarginBlockEnd(&self) -> DOMString; fn SetMarginBlockEnd( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Margin_block_start(&self) -> DOMString; fn SetMargin_block_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MarginBlockStart(&self) -> DOMString; fn SetMarginBlockStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Margin_bottom(&self) -> DOMString; fn SetMargin_bottom( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MarginBottom(&self) -> DOMString; fn SetMarginBottom( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Margin_inline_end(&self) -> DOMString; fn SetMargin_inline_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MarginInlineEnd(&self) -> DOMString; fn SetMarginInlineEnd( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Margin_inline_start(&self) -> DOMString; fn SetMargin_inline_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MarginInlineStart(&self) -> DOMString; fn SetMarginInlineStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Margin_left(&self) -> DOMString; fn SetMargin_left( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MarginLeft(&self) -> DOMString; fn SetMarginLeft(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Margin_right(&self) -> DOMString; fn SetMargin_right( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MarginRight(&self) -> DOMString; fn SetMarginRight( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Margin_top(&self) -> DOMString; fn SetMargin_top(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn MarginTop(&self) -> DOMString; fn SetMarginTop(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Mask_image(&self) -> DOMString; fn SetMask_image(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn MaskImage(&self) -> DOMString; fn SetMaskImage(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Max_block_size(&self) -> DOMString; fn SetMax_block_size( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MaxBlockSize(&self) -> DOMString; fn SetMaxBlockSize( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Max_height(&self) -> DOMString; fn SetMax_height(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn MaxHeight(&self) -> DOMString; fn SetMaxHeight(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Max_inline_size(&self) -> DOMString; fn SetMax_inline_size( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MaxInlineSize(&self) -> DOMString; fn SetMaxInlineSize( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Max_width(&self) -> DOMString; fn SetMax_width(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn MaxWidth(&self) -> DOMString; fn SetMaxWidth(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Min_block_size(&self) -> DOMString; fn SetMin_block_size( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MinBlockSize(&self) -> DOMString; fn SetMinBlockSize( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Min_height(&self) -> DOMString; fn SetMin_height(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn MinHeight(&self) -> DOMString; fn SetMinHeight(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Min_inline_size(&self) -> DOMString; fn SetMin_inline_size( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MinInlineSize(&self) -> DOMString; fn SetMinInlineSize( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Min_width(&self) -> DOMString; fn SetMin_width(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn MinWidth(&self) -> DOMString; fn SetMinWidth(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Mix_blend_mode(&self) -> DOMString; fn SetMix_blend_mode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MixBlendMode(&self) -> DOMString; fn SetMixBlendMode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Object_fit(&self) -> DOMString; fn SetObject_fit(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn ObjectFit(&self) -> DOMString; fn SetObjectFit(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Object_position(&self) -> DOMString; fn SetObject_position( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn ObjectPosition(&self) -> DOMString; fn SetObjectPosition( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Offset_path(&self) -> DOMString; fn SetOffset_path( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn OffsetPath(&self) -> DOMString; fn SetOffsetPath(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Opacity(&self) -> DOMString; fn SetOpacity(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Order(&self) -> DOMString; fn SetOrder(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Outline_color(&self) -> DOMString; fn SetOutline_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn OutlineColor(&self) -> DOMString; fn SetOutlineColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Outline_offset(&self) -> DOMString; fn SetOutline_offset( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn OutlineOffset(&self) -> DOMString; fn SetOutlineOffset( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Outline_style(&self) -> DOMString; fn SetOutline_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn OutlineStyle(&self) -> DOMString; fn SetOutlineStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Outline_width(&self) -> DOMString; fn SetOutline_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn OutlineWidth(&self) -> DOMString; fn SetOutlineWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Overflow_block(&self) -> DOMString; fn SetOverflow_block( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn OverflowBlock(&self) -> DOMString; fn SetOverflowBlock( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Overflow_clip_margin(&self) -> DOMString; fn SetOverflow_clip_margin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn OverflowClipMargin(&self) -> DOMString; fn SetOverflowClipMargin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Overflow_inline(&self) -> DOMString; fn SetOverflow_inline( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn OverflowInline(&self) -> DOMString; fn SetOverflowInline( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Overflow_wrap(&self) -> DOMString; fn SetOverflow_wrap( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn OverflowWrap(&self) -> DOMString; fn SetOverflowWrap( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Overflow_x(&self) -> DOMString; fn SetOverflow_x(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn OverflowX(&self) -> DOMString; fn SetOverflowX(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Overflow_y(&self) -> DOMString; fn SetOverflow_y(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn OverflowY(&self) -> DOMString; fn SetOverflowY(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Padding_block_end(&self) -> DOMString; fn SetPadding_block_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn PaddingBlockEnd(&self) -> DOMString; fn SetPaddingBlockEnd( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Padding_block_start(&self) -> DOMString; fn SetPadding_block_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn PaddingBlockStart(&self) -> DOMString; fn SetPaddingBlockStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Padding_bottom(&self) -> DOMString; fn SetPadding_bottom( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn PaddingBottom(&self) -> DOMString; fn SetPaddingBottom( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Padding_inline_end(&self) -> DOMString; fn SetPadding_inline_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn PaddingInlineEnd(&self) -> DOMString; fn SetPaddingInlineEnd( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Padding_inline_start(&self) -> DOMString; fn SetPadding_inline_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn PaddingInlineStart(&self) -> DOMString; fn SetPaddingInlineStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Padding_left(&self) -> DOMString; fn SetPadding_left( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn PaddingLeft(&self) -> DOMString; fn SetPaddingLeft( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Padding_right(&self) -> DOMString; fn SetPadding_right( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn PaddingRight(&self) -> DOMString; fn SetPaddingRight( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Padding_top(&self) -> DOMString; fn SetPadding_top( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn PaddingTop(&self) -> DOMString; fn SetPaddingTop(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Perspective(&self) -> DOMString; fn SetPerspective( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Perspective_origin(&self) -> DOMString; fn SetPerspective_origin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn PerspectiveOrigin(&self) -> DOMString; fn SetPerspectiveOrigin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Pointer_events(&self) -> DOMString; fn SetPointer_events( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn PointerEvents(&self) -> DOMString; fn SetPointerEvents( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Position(&self) -> DOMString; fn SetPosition(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Position_area(&self) -> DOMString; fn SetPosition_area( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn PositionArea(&self) -> DOMString; fn SetPositionArea( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Position_try_fallbacks(&self) -> DOMString; fn SetPosition_try_fallbacks( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn PositionTryFallbacks(&self) -> DOMString; fn SetPositionTryFallbacks( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Quotes(&self) -> DOMString; fn SetQuotes(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Right(&self) -> DOMString; fn SetRight(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Rotate(&self) -> DOMString; fn SetRotate(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Row_gap(&self) -> DOMString; fn SetRow_gap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn RowGap(&self) -> DOMString; fn SetRowGap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Scale(&self) -> DOMString; fn SetScale(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Table_layout(&self) -> DOMString; fn SetTable_layout( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn TableLayout(&self) -> DOMString; fn SetTableLayout( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Text_align(&self) -> DOMString; fn SetText_align(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn TextAlign(&self) -> DOMString; fn SetTextAlign(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Text_align_last(&self) -> DOMString; fn SetText_align_last( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn TextAlignLast(&self) -> DOMString; fn SetTextAlignLast( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Text_decoration_color(&self) -> DOMString; fn SetText_decoration_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn TextDecorationColor(&self) -> DOMString; fn SetTextDecorationColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Text_decoration_line(&self) -> DOMString; fn SetText_decoration_line( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn TextDecorationLine(&self) -> DOMString; fn SetTextDecorationLine( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Text_decoration_style(&self) -> DOMString; fn SetText_decoration_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn TextDecorationStyle(&self) -> DOMString; fn SetTextDecorationStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Text_indent(&self) -> DOMString; fn SetText_indent( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn TextIndent(&self) -> DOMString; fn SetTextIndent(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Text_justify(&self) -> DOMString; fn SetText_justify( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn TextJustify(&self) -> DOMString; fn SetTextJustify( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Text_overflow(&self) -> DOMString; fn SetText_overflow( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn TextOverflow(&self) -> DOMString; fn SetTextOverflow( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Text_rendering(&self) -> DOMString; fn SetText_rendering( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn TextRendering(&self) -> DOMString; fn SetTextRendering( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Text_shadow(&self) -> DOMString; fn SetText_shadow( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn TextShadow(&self) -> DOMString; fn SetTextShadow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Text_transform(&self) -> DOMString; fn SetText_transform( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn TextTransform(&self) -> DOMString; fn SetTextTransform( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Text_wrap_mode(&self) -> DOMString; fn SetText_wrap_mode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn TextWrapMode(&self) -> DOMString; fn SetTextWrapMode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Top(&self) -> DOMString; fn SetTop(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Transform(&self) -> DOMString; fn SetTransform(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Transform_origin(&self) -> DOMString; fn SetTransform_origin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn TransformOrigin(&self) -> DOMString; fn SetTransformOrigin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Transform_style(&self) -> DOMString; fn SetTransform_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn TransformStyle(&self) -> DOMString; fn SetTransformStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Transition_behavior(&self) -> DOMString; fn SetTransition_behavior( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn TransitionBehavior(&self) -> DOMString; fn SetTransitionBehavior( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Transition_delay(&self) -> DOMString; fn SetTransition_delay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn TransitionDelay(&self) -> DOMString; fn SetTransitionDelay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Transition_duration(&self) -> DOMString; fn SetTransition_duration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn TransitionDuration(&self) -> DOMString; fn SetTransitionDuration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Transition_property(&self) -> DOMString; fn SetTransition_property( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn TransitionProperty(&self) -> DOMString; fn SetTransitionProperty( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Transition_timing_function(&self) -> DOMString; fn SetTransition_timing_function( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn TransitionTimingFunction(&self) -> DOMString; fn SetTransitionTimingFunction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Translate(&self) -> DOMString; fn SetTranslate(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Unicode_bidi(&self) -> DOMString; fn SetUnicode_bidi( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn UnicodeBidi(&self) -> DOMString; fn SetUnicodeBidi( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Visibility(&self) -> DOMString; fn SetVisibility(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn White_space_collapse(&self) -> DOMString; fn SetWhite_space_collapse( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WhiteSpaceCollapse(&self) -> DOMString; fn SetWhiteSpaceCollapse( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Width(&self) -> DOMString; fn SetWidth(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Will_change(&self) -> DOMString; fn SetWill_change( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WillChange(&self) -> DOMString; fn SetWillChange(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Word_break(&self) -> DOMString; fn SetWord_break(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn WordBreak(&self) -> DOMString; fn SetWordBreak(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Word_spacing(&self) -> DOMString; fn SetWord_spacing( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WordSpacing(&self) -> DOMString; fn SetWordSpacing( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Word_wrap(&self) -> DOMString; fn SetWord_wrap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn WordWrap(&self) -> DOMString; fn SetWordWrap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Writing_mode(&self) -> DOMString; fn SetWriting_mode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WritingMode(&self) -> DOMString; fn SetWritingMode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Z_index(&self) -> DOMString; fn SetZ_index(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn ZIndex(&self) -> DOMString; fn SetZIndex(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn _moz_animation(&self) -> DOMString; fn Set_moz_animation( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozAnimation(&self) -> DOMString; fn SetMozAnimation( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_border_image(&self) -> DOMString; fn Set_moz_border_image( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozBorderImage(&self) -> DOMString; fn SetMozBorderImage( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _moz_transition(&self) -> DOMString; fn Set_moz_transition( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MozTransition(&self) -> DOMString; fn SetMozTransition( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_animation(&self) -> DOMString; fn Set_webkit_animation( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitAnimation(&self) -> DOMString; fn SetWebkitAnimation( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_border_image(&self) -> DOMString; fn Set_webkit_border_image( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitBorderImage(&self) -> DOMString; fn SetWebkitBorderImage( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_border_radius(&self) -> DOMString; fn Set_webkit_border_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitBorderRadius(&self) -> DOMString; fn SetWebkitBorderRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_flex(&self) -> DOMString; fn Set_webkit_flex( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitFlex(&self) -> DOMString; fn SetWebkitFlex(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn _webkit_flex_flow(&self) -> DOMString; fn Set_webkit_flex_flow( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitFlexFlow(&self) -> DOMString; fn SetWebkitFlexFlow( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_perspective(&self) -> DOMString; fn Set_webkit_perspective( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitPerspective(&self) -> DOMString; fn SetWebkitPerspective( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_transform(&self) -> DOMString; fn Set_webkit_transform( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitTransform(&self) -> DOMString; fn SetWebkitTransform( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn _webkit_transition(&self) -> DOMString; fn Set_webkit_transition( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WebkitTransition(&self) -> DOMString; fn SetWebkitTransition( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn All(&self) -> DOMString; fn SetAll(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Animation(&self) -> DOMString; fn SetAnimation(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Background(&self) -> DOMString; fn SetBackground(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Background_position(&self) -> DOMString; fn SetBackground_position( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BackgroundPosition(&self) -> DOMString; fn SetBackgroundPosition( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border(&self) -> DOMString; fn SetBorder(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Border_block(&self) -> DOMString; fn SetBorder_block( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderBlock(&self) -> DOMString; fn SetBorderBlock( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_block_color(&self) -> DOMString; fn SetBorder_block_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderBlockColor(&self) -> DOMString; fn SetBorderBlockColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_block_end(&self) -> DOMString; fn SetBorder_block_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderBlockEnd(&self) -> DOMString; fn SetBorderBlockEnd( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_block_start(&self) -> DOMString; fn SetBorder_block_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderBlockStart(&self) -> DOMString; fn SetBorderBlockStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_block_style(&self) -> DOMString; fn SetBorder_block_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderBlockStyle(&self) -> DOMString; fn SetBorderBlockStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_block_width(&self) -> DOMString; fn SetBorder_block_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderBlockWidth(&self) -> DOMString; fn SetBorderBlockWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_bottom(&self) -> DOMString; fn SetBorder_bottom( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderBottom(&self) -> DOMString; fn SetBorderBottom( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_color(&self) -> DOMString; fn SetBorder_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderColor(&self) -> DOMString; fn SetBorderColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_image(&self) -> DOMString; fn SetBorder_image( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderImage(&self) -> DOMString; fn SetBorderImage( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_inline(&self) -> DOMString; fn SetBorder_inline( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderInline(&self) -> DOMString; fn SetBorderInline( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_inline_color(&self) -> DOMString; fn SetBorder_inline_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderInlineColor(&self) -> DOMString; fn SetBorderInlineColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_inline_end(&self) -> DOMString; fn SetBorder_inline_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderInlineEnd(&self) -> DOMString; fn SetBorderInlineEnd( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_inline_start(&self) -> DOMString; fn SetBorder_inline_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderInlineStart(&self) -> DOMString; fn SetBorderInlineStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_inline_style(&self) -> DOMString; fn SetBorder_inline_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderInlineStyle(&self) -> DOMString; fn SetBorderInlineStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_inline_width(&self) -> DOMString; fn SetBorder_inline_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderInlineWidth(&self) -> DOMString; fn SetBorderInlineWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_left(&self) -> DOMString; fn SetBorder_left( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderLeft(&self) -> DOMString; fn SetBorderLeft(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Border_radius(&self) -> DOMString; fn SetBorder_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderRadius(&self) -> DOMString; fn SetBorderRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_right(&self) -> DOMString; fn SetBorder_right( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderRight(&self) -> DOMString; fn SetBorderRight( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_style(&self) -> DOMString; fn SetBorder_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderStyle(&self) -> DOMString; fn SetBorderStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Border_top(&self) -> DOMString; fn SetBorder_top(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn BorderTop(&self) -> DOMString; fn SetBorderTop(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Border_width(&self) -> DOMString; fn SetBorder_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn BorderWidth(&self) -> DOMString; fn SetBorderWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Columns(&self) -> DOMString; fn SetColumns(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Flex(&self) -> DOMString; fn SetFlex(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Flex_flow(&self) -> DOMString; fn SetFlex_flow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn FlexFlow(&self) -> DOMString; fn SetFlexFlow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Font(&self) -> DOMString; fn SetFont(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Font_variant(&self) -> DOMString; fn SetFont_variant( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn FontVariant(&self) -> DOMString; fn SetFontVariant( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Gap(&self) -> DOMString; fn SetGap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Grid(&self) -> DOMString; fn SetGrid(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Grid_area(&self) -> DOMString; fn SetGrid_area(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn GridArea(&self) -> DOMString; fn SetGridArea(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Grid_column(&self) -> DOMString; fn SetGrid_column( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn GridColumn(&self) -> DOMString; fn SetGridColumn(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Grid_gap(&self) -> DOMString; fn SetGrid_gap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn GridGap(&self) -> DOMString; fn SetGridGap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Grid_row(&self) -> DOMString; fn SetGrid_row(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn GridRow(&self) -> DOMString; fn SetGridRow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Grid_template(&self) -> DOMString; fn SetGrid_template( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn GridTemplate(&self) -> DOMString; fn SetGridTemplate( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Inset(&self) -> DOMString; fn SetInset(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Inset_block(&self) -> DOMString; fn SetInset_block( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn InsetBlock(&self) -> DOMString; fn SetInsetBlock(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Inset_inline(&self) -> DOMString; fn SetInset_inline( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn InsetInline(&self) -> DOMString; fn SetInsetInline( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn List_style(&self) -> DOMString; fn SetList_style(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn ListStyle(&self) -> DOMString; fn SetListStyle(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Margin(&self) -> DOMString; fn SetMargin(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Margin_block(&self) -> DOMString; fn SetMargin_block( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MarginBlock(&self) -> DOMString; fn SetMarginBlock( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Margin_inline(&self) -> DOMString; fn SetMargin_inline( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn MarginInline(&self) -> DOMString; fn SetMarginInline( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Outline(&self) -> DOMString; fn SetOutline(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Overflow(&self) -> DOMString; fn SetOverflow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Padding(&self) -> DOMString; fn SetPadding(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Padding_block(&self) -> DOMString; fn SetPadding_block( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn PaddingBlock(&self) -> DOMString; fn SetPaddingBlock( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Padding_inline(&self) -> DOMString; fn SetPadding_inline( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn PaddingInline(&self) -> DOMString; fn SetPaddingInline( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Place_content(&self) -> DOMString; fn SetPlace_content( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn PlaceContent(&self) -> DOMString; fn SetPlaceContent( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Place_items(&self) -> DOMString; fn SetPlace_items( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn PlaceItems(&self) -> DOMString; fn SetPlaceItems(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Place_self(&self) -> DOMString; fn SetPlace_self(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn PlaceSelf(&self) -> DOMString; fn SetPlaceSelf(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Text_decoration(&self) -> DOMString; fn SetText_decoration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn TextDecoration(&self) -> DOMString; fn SetTextDecoration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn Transition(&self) -> DOMString; fn SetTransition(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn Vertical_align(&self) -> DOMString; fn SetVertical_align( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn VerticalAlign(&self) -> DOMString; fn SetVerticalAlign( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn White_space(&self) -> DOMString; fn SetWhite_space( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult; fn WhiteSpace(&self) -> DOMString; fn SetWhiteSpace(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult; fn IndexedGetter(&self, index: u32) -> Option<DOMString>;
}

Required Methodsยง

Source

fn CssText(&self) -> DOMString

Source

fn SetCssText(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Length(&self) -> u32

Source

fn Item(&self, index: u32) -> DOMString

Source

fn GetPropertyValue(&self, property: DOMString) -> DOMString

Source

fn GetPropertyPriority(&self, property: DOMString) -> DOMString

Source

fn SetProperty( &self, cx: &mut JSContext, property: DOMString, value: DOMString, priority: DOMString, ) -> Fallible<()>

Source

fn RemoveProperty( &self, cx: &mut JSContext, property: DOMString, ) -> Fallible<DOMString>

Source

fn CssFloat(&self) -> DOMString

Source

fn SetCssFloat(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn _moz_animation_delay(&self) -> DOMString

Source

fn Set_moz_animation_delay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozAnimationDelay(&self) -> DOMString

Source

fn SetMozAnimationDelay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _moz_animation_direction(&self) -> DOMString

Source

fn Set_moz_animation_direction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozAnimationDirection(&self) -> DOMString

Source

fn SetMozAnimationDirection( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _moz_animation_duration(&self) -> DOMString

Source

fn Set_moz_animation_duration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozAnimationDuration(&self) -> DOMString

Source

fn SetMozAnimationDuration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _moz_animation_fill_mode(&self) -> DOMString

Source

fn Set_moz_animation_fill_mode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozAnimationFillMode(&self) -> DOMString

Source

fn SetMozAnimationFillMode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _moz_animation_iteration_count(&self) -> DOMString

Source

fn Set_moz_animation_iteration_count( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozAnimationIterationCount(&self) -> DOMString

Source

fn SetMozAnimationIterationCount( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _moz_animation_name(&self) -> DOMString

Source

fn Set_moz_animation_name( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozAnimationName(&self) -> DOMString

Source

fn SetMozAnimationName( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _moz_animation_play_state(&self) -> DOMString

Source

fn Set_moz_animation_play_state( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozAnimationPlayState(&self) -> DOMString

Source

fn SetMozAnimationPlayState( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _moz_animation_timing_function(&self) -> DOMString

Source

fn Set_moz_animation_timing_function( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozAnimationTimingFunction(&self) -> DOMString

Source

fn SetMozAnimationTimingFunction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _moz_backface_visibility(&self) -> DOMString

Source

fn Set_moz_backface_visibility( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozBackfaceVisibility(&self) -> DOMString

Source

fn SetMozBackfaceVisibility( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _moz_box_sizing(&self) -> DOMString

Source

fn Set_moz_box_sizing( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozBoxSizing(&self) -> DOMString

Source

fn SetMozBoxSizing(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn _moz_font_language_override(&self) -> DOMString

Source

fn Set_moz_font_language_override( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozFontLanguageOverride(&self) -> DOMString

Source

fn SetMozFontLanguageOverride( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _moz_perspective(&self) -> DOMString

Source

fn Set_moz_perspective( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozPerspective(&self) -> DOMString

Source

fn SetMozPerspective(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn _moz_perspective_origin(&self) -> DOMString

Source

fn Set_moz_perspective_origin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozPerspectiveOrigin(&self) -> DOMString

Source

fn SetMozPerspectiveOrigin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _moz_transform(&self) -> DOMString

Source

fn Set_moz_transform(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn MozTransform(&self) -> DOMString

Source

fn SetMozTransform(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn _moz_transform_origin(&self) -> DOMString

Source

fn Set_moz_transform_origin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozTransformOrigin(&self) -> DOMString

Source

fn SetMozTransformOrigin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _moz_transform_style(&self) -> DOMString

Source

fn Set_moz_transform_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozTransformStyle(&self) -> DOMString

Source

fn SetMozTransformStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _moz_transition_delay(&self) -> DOMString

Source

fn Set_moz_transition_delay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozTransitionDelay(&self) -> DOMString

Source

fn SetMozTransitionDelay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _moz_transition_duration(&self) -> DOMString

Source

fn Set_moz_transition_duration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozTransitionDuration(&self) -> DOMString

Source

fn SetMozTransitionDuration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _moz_transition_property(&self) -> DOMString

Source

fn Set_moz_transition_property( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozTransitionProperty(&self) -> DOMString

Source

fn SetMozTransitionProperty( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _moz_transition_timing_function(&self) -> DOMString

Source

fn Set_moz_transition_timing_function( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozTransitionTimingFunction(&self) -> DOMString

Source

fn SetMozTransitionTimingFunction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_align_content(&self) -> DOMString

Source

fn Set_webkit_align_content( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitAlignContent(&self) -> DOMString

Source

fn SetWebkitAlignContent( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_align_items(&self) -> DOMString

Source

fn Set_webkit_align_items( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitAlignItems(&self) -> DOMString

Source

fn SetWebkitAlignItems( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_align_self(&self) -> DOMString

Source

fn Set_webkit_align_self( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitAlignSelf(&self) -> DOMString

Source

fn SetWebkitAlignSelf( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_animation_delay(&self) -> DOMString

Source

fn Set_webkit_animation_delay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitAnimationDelay(&self) -> DOMString

Source

fn SetWebkitAnimationDelay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_animation_direction(&self) -> DOMString

Source

fn Set_webkit_animation_direction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitAnimationDirection(&self) -> DOMString

Source

fn SetWebkitAnimationDirection( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_animation_duration(&self) -> DOMString

Source

fn Set_webkit_animation_duration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitAnimationDuration(&self) -> DOMString

Source

fn SetWebkitAnimationDuration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_animation_fill_mode(&self) -> DOMString

Source

fn Set_webkit_animation_fill_mode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitAnimationFillMode(&self) -> DOMString

Source

fn SetWebkitAnimationFillMode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_animation_iteration_count(&self) -> DOMString

Source

fn Set_webkit_animation_iteration_count( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitAnimationIterationCount(&self) -> DOMString

Source

fn SetWebkitAnimationIterationCount( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_animation_name(&self) -> DOMString

Source

fn Set_webkit_animation_name( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitAnimationName(&self) -> DOMString

Source

fn SetWebkitAnimationName( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_animation_play_state(&self) -> DOMString

Source

fn Set_webkit_animation_play_state( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitAnimationPlayState(&self) -> DOMString

Source

fn SetWebkitAnimationPlayState( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_animation_timing_function(&self) -> DOMString

Source

fn Set_webkit_animation_timing_function( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitAnimationTimingFunction(&self) -> DOMString

Source

fn SetWebkitAnimationTimingFunction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_backface_visibility(&self) -> DOMString

Source

fn Set_webkit_backface_visibility( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitBackfaceVisibility(&self) -> DOMString

Source

fn SetWebkitBackfaceVisibility( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_background_clip(&self) -> DOMString

Source

fn Set_webkit_background_clip( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitBackgroundClip(&self) -> DOMString

Source

fn SetWebkitBackgroundClip( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_background_origin(&self) -> DOMString

Source

fn Set_webkit_background_origin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitBackgroundOrigin(&self) -> DOMString

Source

fn SetWebkitBackgroundOrigin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_background_size(&self) -> DOMString

Source

fn Set_webkit_background_size( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitBackgroundSize(&self) -> DOMString

Source

fn SetWebkitBackgroundSize( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_border_bottom_left_radius(&self) -> DOMString

Source

fn Set_webkit_border_bottom_left_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitBorderBottomLeftRadius(&self) -> DOMString

Source

fn SetWebkitBorderBottomLeftRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_border_bottom_right_radius(&self) -> DOMString

Source

fn Set_webkit_border_bottom_right_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitBorderBottomRightRadius(&self) -> DOMString

Source

fn SetWebkitBorderBottomRightRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_border_top_left_radius(&self) -> DOMString

Source

fn Set_webkit_border_top_left_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitBorderTopLeftRadius(&self) -> DOMString

Source

fn SetWebkitBorderTopLeftRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_border_top_right_radius(&self) -> DOMString

Source

fn Set_webkit_border_top_right_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitBorderTopRightRadius(&self) -> DOMString

Source

fn SetWebkitBorderTopRightRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_box_shadow(&self) -> DOMString

Source

fn Set_webkit_box_shadow( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitBoxShadow(&self) -> DOMString

Source

fn SetWebkitBoxShadow( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_box_sizing(&self) -> DOMString

Source

fn Set_webkit_box_sizing( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitBoxSizing(&self) -> DOMString

Source

fn SetWebkitBoxSizing( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_clip_path(&self) -> DOMString

Source

fn Set_webkit_clip_path( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitClipPath(&self) -> DOMString

Source

fn SetWebkitClipPath(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn _webkit_filter(&self) -> DOMString

Source

fn Set_webkit_filter(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn WebkitFilter(&self) -> DOMString

Source

fn SetWebkitFilter(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn _webkit_flex_basis(&self) -> DOMString

Source

fn Set_webkit_flex_basis( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitFlexBasis(&self) -> DOMString

Source

fn SetWebkitFlexBasis( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_flex_direction(&self) -> DOMString

Source

fn Set_webkit_flex_direction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitFlexDirection(&self) -> DOMString

Source

fn SetWebkitFlexDirection( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_flex_grow(&self) -> DOMString

Source

fn Set_webkit_flex_grow( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitFlexGrow(&self) -> DOMString

Source

fn SetWebkitFlexGrow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn _webkit_flex_shrink(&self) -> DOMString

Source

fn Set_webkit_flex_shrink( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitFlexShrink(&self) -> DOMString

Source

fn SetWebkitFlexShrink( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_flex_wrap(&self) -> DOMString

Source

fn Set_webkit_flex_wrap( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitFlexWrap(&self) -> DOMString

Source

fn SetWebkitFlexWrap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn _webkit_justify_content(&self) -> DOMString

Source

fn Set_webkit_justify_content( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitJustifyContent(&self) -> DOMString

Source

fn SetWebkitJustifyContent( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_mask_image(&self) -> DOMString

Source

fn Set_webkit_mask_image( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitMaskImage(&self) -> DOMString

Source

fn SetWebkitMaskImage( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_order(&self) -> DOMString

Source

fn Set_webkit_order(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn WebkitOrder(&self) -> DOMString

Source

fn SetWebkitOrder(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn _webkit_perspective_origin(&self) -> DOMString

Source

fn Set_webkit_perspective_origin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitPerspectiveOrigin(&self) -> DOMString

Source

fn SetWebkitPerspectiveOrigin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_text_security(&self) -> DOMString

Source

fn Set_webkit_text_security( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitTextSecurity(&self) -> DOMString

Source

fn SetWebkitTextSecurity( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_transform_origin(&self) -> DOMString

Source

fn Set_webkit_transform_origin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitTransformOrigin(&self) -> DOMString

Source

fn SetWebkitTransformOrigin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_transform_style(&self) -> DOMString

Source

fn Set_webkit_transform_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitTransformStyle(&self) -> DOMString

Source

fn SetWebkitTransformStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_transition_delay(&self) -> DOMString

Source

fn Set_webkit_transition_delay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitTransitionDelay(&self) -> DOMString

Source

fn SetWebkitTransitionDelay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_transition_duration(&self) -> DOMString

Source

fn Set_webkit_transition_duration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitTransitionDuration(&self) -> DOMString

Source

fn SetWebkitTransitionDuration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_transition_property(&self) -> DOMString

Source

fn Set_webkit_transition_property( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitTransitionProperty(&self) -> DOMString

Source

fn SetWebkitTransitionProperty( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_transition_timing_function(&self) -> DOMString

Source

fn Set_webkit_transition_timing_function( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitTransitionTimingFunction(&self) -> DOMString

Source

fn SetWebkitTransitionTimingFunction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Align_content(&self) -> DOMString

Source

fn SetAlign_content(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn AlignContent(&self) -> DOMString

Source

fn SetAlignContent(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Align_items(&self) -> DOMString

Source

fn SetAlign_items(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn AlignItems(&self) -> DOMString

Source

fn SetAlignItems(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Align_self(&self) -> DOMString

Source

fn SetAlign_self(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn AlignSelf(&self) -> DOMString

Source

fn SetAlignSelf(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Alignment_baseline(&self) -> DOMString

Source

fn SetAlignment_baseline( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn AlignmentBaseline(&self) -> DOMString

Source

fn SetAlignmentBaseline( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Animation_composition(&self) -> DOMString

Source

fn SetAnimation_composition( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn AnimationComposition(&self) -> DOMString

Source

fn SetAnimationComposition( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Animation_delay(&self) -> DOMString

Source

fn SetAnimation_delay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn AnimationDelay(&self) -> DOMString

Source

fn SetAnimationDelay(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Animation_direction(&self) -> DOMString

Source

fn SetAnimation_direction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn AnimationDirection(&self) -> DOMString

Source

fn SetAnimationDirection( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Animation_duration(&self) -> DOMString

Source

fn SetAnimation_duration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn AnimationDuration(&self) -> DOMString

Source

fn SetAnimationDuration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Animation_fill_mode(&self) -> DOMString

Source

fn SetAnimation_fill_mode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn AnimationFillMode(&self) -> DOMString

Source

fn SetAnimationFillMode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Animation_iteration_count(&self) -> DOMString

Source

fn SetAnimation_iteration_count( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn AnimationIterationCount(&self) -> DOMString

Source

fn SetAnimationIterationCount( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Animation_name(&self) -> DOMString

Source

fn SetAnimation_name(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn AnimationName(&self) -> DOMString

Source

fn SetAnimationName(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Animation_play_state(&self) -> DOMString

Source

fn SetAnimation_play_state( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn AnimationPlayState(&self) -> DOMString

Source

fn SetAnimationPlayState( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Animation_range_end(&self) -> DOMString

Source

fn SetAnimation_range_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn AnimationRangeEnd(&self) -> DOMString

Source

fn SetAnimationRangeEnd( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Animation_range_start(&self) -> DOMString

Source

fn SetAnimation_range_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn AnimationRangeStart(&self) -> DOMString

Source

fn SetAnimationRangeStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Animation_timeline(&self) -> DOMString

Source

fn SetAnimation_timeline( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn AnimationTimeline(&self) -> DOMString

Source

fn SetAnimationTimeline( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Animation_timing_function(&self) -> DOMString

Source

fn SetAnimation_timing_function( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn AnimationTimingFunction(&self) -> DOMString

Source

fn SetAnimationTimingFunction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Aspect_ratio(&self) -> DOMString

Source

fn SetAspect_ratio(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn AspectRatio(&self) -> DOMString

Source

fn SetAspectRatio(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Backdrop_filter(&self) -> DOMString

Source

fn SetBackdrop_filter( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BackdropFilter(&self) -> DOMString

Source

fn SetBackdropFilter(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Backface_visibility(&self) -> DOMString

Source

fn SetBackface_visibility( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BackfaceVisibility(&self) -> DOMString

Source

fn SetBackfaceVisibility( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Background_attachment(&self) -> DOMString

Source

fn SetBackground_attachment( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BackgroundAttachment(&self) -> DOMString

Source

fn SetBackgroundAttachment( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Background_blend_mode(&self) -> DOMString

Source

fn SetBackground_blend_mode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BackgroundBlendMode(&self) -> DOMString

Source

fn SetBackgroundBlendMode( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Background_clip(&self) -> DOMString

Source

fn SetBackground_clip( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BackgroundClip(&self) -> DOMString

Source

fn SetBackgroundClip(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Background_color(&self) -> DOMString

Source

fn SetBackground_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BackgroundColor(&self) -> DOMString

Source

fn SetBackgroundColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Background_image(&self) -> DOMString

Source

fn SetBackground_image( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BackgroundImage(&self) -> DOMString

Source

fn SetBackgroundImage( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Background_origin(&self) -> DOMString

Source

fn SetBackground_origin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BackgroundOrigin(&self) -> DOMString

Source

fn SetBackgroundOrigin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Background_position_x(&self) -> DOMString

Source

fn SetBackground_position_x( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BackgroundPositionX(&self) -> DOMString

Source

fn SetBackgroundPositionX( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Background_position_y(&self) -> DOMString

Source

fn SetBackground_position_y( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BackgroundPositionY(&self) -> DOMString

Source

fn SetBackgroundPositionY( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Background_repeat(&self) -> DOMString

Source

fn SetBackground_repeat( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BackgroundRepeat(&self) -> DOMString

Source

fn SetBackgroundRepeat( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Background_size(&self) -> DOMString

Source

fn SetBackground_size( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BackgroundSize(&self) -> DOMString

Source

fn SetBackgroundSize(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Baseline_shift(&self) -> DOMString

Source

fn SetBaseline_shift(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn BaselineShift(&self) -> DOMString

Source

fn SetBaselineShift(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Baseline_source(&self) -> DOMString

Source

fn SetBaseline_source( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BaselineSource(&self) -> DOMString

Source

fn SetBaselineSource(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Block_size(&self) -> DOMString

Source

fn SetBlock_size(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn BlockSize(&self) -> DOMString

Source

fn SetBlockSize(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Border_block_end_color(&self) -> DOMString

Source

fn SetBorder_block_end_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderBlockEndColor(&self) -> DOMString

Source

fn SetBorderBlockEndColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_block_end_style(&self) -> DOMString

Source

fn SetBorder_block_end_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderBlockEndStyle(&self) -> DOMString

Source

fn SetBorderBlockEndStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_block_end_width(&self) -> DOMString

Source

fn SetBorder_block_end_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderBlockEndWidth(&self) -> DOMString

Source

fn SetBorderBlockEndWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_block_start_color(&self) -> DOMString

Source

fn SetBorder_block_start_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderBlockStartColor(&self) -> DOMString

Source

fn SetBorderBlockStartColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_block_start_style(&self) -> DOMString

Source

fn SetBorder_block_start_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderBlockStartStyle(&self) -> DOMString

Source

fn SetBorderBlockStartStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_block_start_width(&self) -> DOMString

Source

fn SetBorder_block_start_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderBlockStartWidth(&self) -> DOMString

Source

fn SetBorderBlockStartWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_bottom_color(&self) -> DOMString

Source

fn SetBorder_bottom_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderBottomColor(&self) -> DOMString

Source

fn SetBorderBottomColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_bottom_left_radius(&self) -> DOMString

Source

fn SetBorder_bottom_left_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderBottomLeftRadius(&self) -> DOMString

Source

fn SetBorderBottomLeftRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_bottom_right_radius(&self) -> DOMString

Source

fn SetBorder_bottom_right_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderBottomRightRadius(&self) -> DOMString

Source

fn SetBorderBottomRightRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_bottom_style(&self) -> DOMString

Source

fn SetBorder_bottom_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderBottomStyle(&self) -> DOMString

Source

fn SetBorderBottomStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_bottom_width(&self) -> DOMString

Source

fn SetBorder_bottom_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderBottomWidth(&self) -> DOMString

Source

fn SetBorderBottomWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_collapse(&self) -> DOMString

Source

fn SetBorder_collapse( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderCollapse(&self) -> DOMString

Source

fn SetBorderCollapse(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Border_end_end_radius(&self) -> DOMString

Source

fn SetBorder_end_end_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderEndEndRadius(&self) -> DOMString

Source

fn SetBorderEndEndRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_end_start_radius(&self) -> DOMString

Source

fn SetBorder_end_start_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderEndStartRadius(&self) -> DOMString

Source

fn SetBorderEndStartRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_image_outset(&self) -> DOMString

Source

fn SetBorder_image_outset( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderImageOutset(&self) -> DOMString

Source

fn SetBorderImageOutset( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_image_repeat(&self) -> DOMString

Source

fn SetBorder_image_repeat( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderImageRepeat(&self) -> DOMString

Source

fn SetBorderImageRepeat( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_image_slice(&self) -> DOMString

Source

fn SetBorder_image_slice( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderImageSlice(&self) -> DOMString

Source

fn SetBorderImageSlice( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_image_source(&self) -> DOMString

Source

fn SetBorder_image_source( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderImageSource(&self) -> DOMString

Source

fn SetBorderImageSource( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_image_width(&self) -> DOMString

Source

fn SetBorder_image_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderImageWidth(&self) -> DOMString

Source

fn SetBorderImageWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_inline_end_color(&self) -> DOMString

Source

fn SetBorder_inline_end_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderInlineEndColor(&self) -> DOMString

Source

fn SetBorderInlineEndColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_inline_end_style(&self) -> DOMString

Source

fn SetBorder_inline_end_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderInlineEndStyle(&self) -> DOMString

Source

fn SetBorderInlineEndStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_inline_end_width(&self) -> DOMString

Source

fn SetBorder_inline_end_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderInlineEndWidth(&self) -> DOMString

Source

fn SetBorderInlineEndWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_inline_start_color(&self) -> DOMString

Source

fn SetBorder_inline_start_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderInlineStartColor(&self) -> DOMString

Source

fn SetBorderInlineStartColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_inline_start_style(&self) -> DOMString

Source

fn SetBorder_inline_start_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderInlineStartStyle(&self) -> DOMString

Source

fn SetBorderInlineStartStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_inline_start_width(&self) -> DOMString

Source

fn SetBorder_inline_start_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderInlineStartWidth(&self) -> DOMString

Source

fn SetBorderInlineStartWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_left_color(&self) -> DOMString

Source

fn SetBorder_left_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderLeftColor(&self) -> DOMString

Source

fn SetBorderLeftColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_left_style(&self) -> DOMString

Source

fn SetBorder_left_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderLeftStyle(&self) -> DOMString

Source

fn SetBorderLeftStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_left_width(&self) -> DOMString

Source

fn SetBorder_left_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderLeftWidth(&self) -> DOMString

Source

fn SetBorderLeftWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_right_color(&self) -> DOMString

Source

fn SetBorder_right_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderRightColor(&self) -> DOMString

Source

fn SetBorderRightColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_right_style(&self) -> DOMString

Source

fn SetBorder_right_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderRightStyle(&self) -> DOMString

Source

fn SetBorderRightStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_right_width(&self) -> DOMString

Source

fn SetBorder_right_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderRightWidth(&self) -> DOMString

Source

fn SetBorderRightWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_spacing(&self) -> DOMString

Source

fn SetBorder_spacing(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn BorderSpacing(&self) -> DOMString

Source

fn SetBorderSpacing(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Border_start_end_radius(&self) -> DOMString

Source

fn SetBorder_start_end_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderStartEndRadius(&self) -> DOMString

Source

fn SetBorderStartEndRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_start_start_radius(&self) -> DOMString

Source

fn SetBorder_start_start_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderStartStartRadius(&self) -> DOMString

Source

fn SetBorderStartStartRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_top_color(&self) -> DOMString

Source

fn SetBorder_top_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderTopColor(&self) -> DOMString

Source

fn SetBorderTopColor(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Border_top_left_radius(&self) -> DOMString

Source

fn SetBorder_top_left_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderTopLeftRadius(&self) -> DOMString

Source

fn SetBorderTopLeftRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_top_right_radius(&self) -> DOMString

Source

fn SetBorder_top_right_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderTopRightRadius(&self) -> DOMString

Source

fn SetBorderTopRightRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_top_style(&self) -> DOMString

Source

fn SetBorder_top_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderTopStyle(&self) -> DOMString

Source

fn SetBorderTopStyle(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Border_top_width(&self) -> DOMString

Source

fn SetBorder_top_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderTopWidth(&self) -> DOMString

Source

fn SetBorderTopWidth(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Bottom(&self) -> DOMString

Source

fn SetBottom(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Box_shadow(&self) -> DOMString

Source

fn SetBox_shadow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn BoxShadow(&self) -> DOMString

Source

fn SetBoxShadow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Box_sizing(&self) -> DOMString

Source

fn SetBox_sizing(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn BoxSizing(&self) -> DOMString

Source

fn SetBoxSizing(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Caption_side(&self) -> DOMString

Source

fn SetCaption_side(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn CaptionSide(&self) -> DOMString

Source

fn SetCaptionSide(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Caret_color(&self) -> DOMString

Source

fn SetCaret_color(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn CaretColor(&self) -> DOMString

Source

fn SetCaretColor(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Clear(&self) -> DOMString

Source

fn SetClear(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Clip(&self) -> DOMString

Source

fn SetClip(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Clip_path(&self) -> DOMString

Source

fn SetClip_path(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn ClipPath(&self) -> DOMString

Source

fn SetClipPath(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Color(&self) -> DOMString

Source

fn SetColor(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Color_scheme(&self) -> DOMString

Source

fn SetColor_scheme(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn ColorScheme(&self) -> DOMString

Source

fn SetColorScheme(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Column_count(&self) -> DOMString

Source

fn SetColumn_count(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn ColumnCount(&self) -> DOMString

Source

fn SetColumnCount(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Column_gap(&self) -> DOMString

Source

fn SetColumn_gap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn ColumnGap(&self) -> DOMString

Source

fn SetColumnGap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Column_span(&self) -> DOMString

Source

fn SetColumn_span(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn ColumnSpan(&self) -> DOMString

Source

fn SetColumnSpan(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Column_width(&self) -> DOMString

Source

fn SetColumn_width(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn ColumnWidth(&self) -> DOMString

Source

fn SetColumnWidth(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Contain(&self) -> DOMString

Source

fn SetContain(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Container_name(&self) -> DOMString

Source

fn SetContainer_name(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn ContainerName(&self) -> DOMString

Source

fn SetContainerName(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Container_type(&self) -> DOMString

Source

fn SetContainer_type(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn ContainerType(&self) -> DOMString

Source

fn SetContainerType(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Content(&self) -> DOMString

Source

fn SetContent(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Counter_increment(&self) -> DOMString

Source

fn SetCounter_increment( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn CounterIncrement(&self) -> DOMString

Source

fn SetCounterIncrement( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Counter_reset(&self) -> DOMString

Source

fn SetCounter_reset(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn CounterReset(&self) -> DOMString

Source

fn SetCounterReset(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Cursor(&self) -> DOMString

Source

fn SetCursor(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Direction(&self) -> DOMString

Source

fn SetDirection(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Display(&self) -> DOMString

Source

fn SetDisplay(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Empty_cells(&self) -> DOMString

Source

fn SetEmpty_cells(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn EmptyCells(&self) -> DOMString

Source

fn SetEmptyCells(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Filter(&self) -> DOMString

Source

fn SetFilter(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Flex_basis(&self) -> DOMString

Source

fn SetFlex_basis(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn FlexBasis(&self) -> DOMString

Source

fn SetFlexBasis(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Flex_direction(&self) -> DOMString

Source

fn SetFlex_direction(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn FlexDirection(&self) -> DOMString

Source

fn SetFlexDirection(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Flex_grow(&self) -> DOMString

Source

fn SetFlex_grow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn FlexGrow(&self) -> DOMString

Source

fn SetFlexGrow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Flex_shrink(&self) -> DOMString

Source

fn SetFlex_shrink(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn FlexShrink(&self) -> DOMString

Source

fn SetFlexShrink(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Flex_wrap(&self) -> DOMString

Source

fn SetFlex_wrap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn FlexWrap(&self) -> DOMString

Source

fn SetFlexWrap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Float(&self) -> DOMString

Source

fn SetFloat(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Font_family(&self) -> DOMString

Source

fn SetFont_family(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn FontFamily(&self) -> DOMString

Source

fn SetFontFamily(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Font_language_override(&self) -> DOMString

Source

fn SetFont_language_override( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn FontLanguageOverride(&self) -> DOMString

Source

fn SetFontLanguageOverride( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Font_optical_sizing(&self) -> DOMString

Source

fn SetFont_optical_sizing( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn FontOpticalSizing(&self) -> DOMString

Source

fn SetFontOpticalSizing( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Font_size(&self) -> DOMString

Source

fn SetFont_size(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn FontSize(&self) -> DOMString

Source

fn SetFontSize(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Font_stretch(&self) -> DOMString

Source

fn SetFont_stretch(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn FontStretch(&self) -> DOMString

Source

fn SetFontStretch(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Font_style(&self) -> DOMString

Source

fn SetFont_style(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn FontStyle(&self) -> DOMString

Source

fn SetFontStyle(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Font_synthesis_weight(&self) -> DOMString

Source

fn SetFont_synthesis_weight( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn FontSynthesisWeight(&self) -> DOMString

Source

fn SetFontSynthesisWeight( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Font_variant_caps(&self) -> DOMString

Source

fn SetFont_variant_caps( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn FontVariantCaps(&self) -> DOMString

Source

fn SetFontVariantCaps( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Font_variation_settings(&self) -> DOMString

Source

fn SetFont_variation_settings( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn FontVariationSettings(&self) -> DOMString

Source

fn SetFontVariationSettings( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Font_weight(&self) -> DOMString

Source

fn SetFont_weight(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn FontWeight(&self) -> DOMString

Source

fn SetFontWeight(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Grid_auto_columns(&self) -> DOMString

Source

fn SetGrid_auto_columns( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn GridAutoColumns(&self) -> DOMString

Source

fn SetGridAutoColumns( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Grid_auto_flow(&self) -> DOMString

Source

fn SetGrid_auto_flow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn GridAutoFlow(&self) -> DOMString

Source

fn SetGridAutoFlow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Grid_auto_rows(&self) -> DOMString

Source

fn SetGrid_auto_rows(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn GridAutoRows(&self) -> DOMString

Source

fn SetGridAutoRows(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Grid_column_end(&self) -> DOMString

Source

fn SetGrid_column_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn GridColumnEnd(&self) -> DOMString

Source

fn SetGridColumnEnd(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Grid_column_gap(&self) -> DOMString

Source

fn SetGrid_column_gap( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn GridColumnGap(&self) -> DOMString

Source

fn SetGridColumnGap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Grid_column_start(&self) -> DOMString

Source

fn SetGrid_column_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn GridColumnStart(&self) -> DOMString

Source

fn SetGridColumnStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Grid_row_end(&self) -> DOMString

Source

fn SetGrid_row_end(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn GridRowEnd(&self) -> DOMString

Source

fn SetGridRowEnd(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Grid_row_gap(&self) -> DOMString

Source

fn SetGrid_row_gap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn GridRowGap(&self) -> DOMString

Source

fn SetGridRowGap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Grid_row_start(&self) -> DOMString

Source

fn SetGrid_row_start(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn GridRowStart(&self) -> DOMString

Source

fn SetGridRowStart(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Grid_template_areas(&self) -> DOMString

Source

fn SetGrid_template_areas( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn GridTemplateAreas(&self) -> DOMString

Source

fn SetGridTemplateAreas( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Grid_template_columns(&self) -> DOMString

Source

fn SetGrid_template_columns( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn GridTemplateColumns(&self) -> DOMString

Source

fn SetGridTemplateColumns( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Grid_template_rows(&self) -> DOMString

Source

fn SetGrid_template_rows( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn GridTemplateRows(&self) -> DOMString

Source

fn SetGridTemplateRows( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Height(&self) -> DOMString

Source

fn SetHeight(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Image_rendering(&self) -> DOMString

Source

fn SetImage_rendering( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn ImageRendering(&self) -> DOMString

Source

fn SetImageRendering(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Inline_size(&self) -> DOMString

Source

fn SetInline_size(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn InlineSize(&self) -> DOMString

Source

fn SetInlineSize(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Inset_block_end(&self) -> DOMString

Source

fn SetInset_block_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn InsetBlockEnd(&self) -> DOMString

Source

fn SetInsetBlockEnd(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Inset_block_start(&self) -> DOMString

Source

fn SetInset_block_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn InsetBlockStart(&self) -> DOMString

Source

fn SetInsetBlockStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Inset_inline_end(&self) -> DOMString

Source

fn SetInset_inline_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn InsetInlineEnd(&self) -> DOMString

Source

fn SetInsetInlineEnd(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Inset_inline_start(&self) -> DOMString

Source

fn SetInset_inline_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn InsetInlineStart(&self) -> DOMString

Source

fn SetInsetInlineStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Isolation(&self) -> DOMString

Source

fn SetIsolation(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Justify_content(&self) -> DOMString

Source

fn SetJustify_content( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn JustifyContent(&self) -> DOMString

Source

fn SetJustifyContent(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Justify_items(&self) -> DOMString

Source

fn SetJustify_items(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn JustifyItems(&self) -> DOMString

Source

fn SetJustifyItems(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Justify_self(&self) -> DOMString

Source

fn SetJustify_self(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn JustifySelf(&self) -> DOMString

Source

fn SetJustifySelf(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Left(&self) -> DOMString

Source

fn SetLeft(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Letter_spacing(&self) -> DOMString

Source

fn SetLetter_spacing(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn LetterSpacing(&self) -> DOMString

Source

fn SetLetterSpacing(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Line_break(&self) -> DOMString

Source

fn SetLine_break(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn LineBreak(&self) -> DOMString

Source

fn SetLineBreak(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Line_height(&self) -> DOMString

Source

fn SetLine_height(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn LineHeight(&self) -> DOMString

Source

fn SetLineHeight(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn List_style_image(&self) -> DOMString

Source

fn SetList_style_image( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn ListStyleImage(&self) -> DOMString

Source

fn SetListStyleImage(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn List_style_position(&self) -> DOMString

Source

fn SetList_style_position( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn ListStylePosition(&self) -> DOMString

Source

fn SetListStylePosition( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn List_style_type(&self) -> DOMString

Source

fn SetList_style_type( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn ListStyleType(&self) -> DOMString

Source

fn SetListStyleType(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Margin_block_end(&self) -> DOMString

Source

fn SetMargin_block_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MarginBlockEnd(&self) -> DOMString

Source

fn SetMarginBlockEnd(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Margin_block_start(&self) -> DOMString

Source

fn SetMargin_block_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MarginBlockStart(&self) -> DOMString

Source

fn SetMarginBlockStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Margin_bottom(&self) -> DOMString

Source

fn SetMargin_bottom(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn MarginBottom(&self) -> DOMString

Source

fn SetMarginBottom(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Margin_inline_end(&self) -> DOMString

Source

fn SetMargin_inline_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MarginInlineEnd(&self) -> DOMString

Source

fn SetMarginInlineEnd( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Margin_inline_start(&self) -> DOMString

Source

fn SetMargin_inline_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MarginInlineStart(&self) -> DOMString

Source

fn SetMarginInlineStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Margin_left(&self) -> DOMString

Source

fn SetMargin_left(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn MarginLeft(&self) -> DOMString

Source

fn SetMarginLeft(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Margin_right(&self) -> DOMString

Source

fn SetMargin_right(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn MarginRight(&self) -> DOMString

Source

fn SetMarginRight(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Margin_top(&self) -> DOMString

Source

fn SetMargin_top(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn MarginTop(&self) -> DOMString

Source

fn SetMarginTop(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Mask_image(&self) -> DOMString

Source

fn SetMask_image(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn MaskImage(&self) -> DOMString

Source

fn SetMaskImage(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Max_block_size(&self) -> DOMString

Source

fn SetMax_block_size(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn MaxBlockSize(&self) -> DOMString

Source

fn SetMaxBlockSize(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Max_height(&self) -> DOMString

Source

fn SetMax_height(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn MaxHeight(&self) -> DOMString

Source

fn SetMaxHeight(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Max_inline_size(&self) -> DOMString

Source

fn SetMax_inline_size( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MaxInlineSize(&self) -> DOMString

Source

fn SetMaxInlineSize(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Max_width(&self) -> DOMString

Source

fn SetMax_width(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn MaxWidth(&self) -> DOMString

Source

fn SetMaxWidth(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Min_block_size(&self) -> DOMString

Source

fn SetMin_block_size(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn MinBlockSize(&self) -> DOMString

Source

fn SetMinBlockSize(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Min_height(&self) -> DOMString

Source

fn SetMin_height(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn MinHeight(&self) -> DOMString

Source

fn SetMinHeight(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Min_inline_size(&self) -> DOMString

Source

fn SetMin_inline_size( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MinInlineSize(&self) -> DOMString

Source

fn SetMinInlineSize(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Min_width(&self) -> DOMString

Source

fn SetMin_width(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn MinWidth(&self) -> DOMString

Source

fn SetMinWidth(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Mix_blend_mode(&self) -> DOMString

Source

fn SetMix_blend_mode(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn MixBlendMode(&self) -> DOMString

Source

fn SetMixBlendMode(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Object_fit(&self) -> DOMString

Source

fn SetObject_fit(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn ObjectFit(&self) -> DOMString

Source

fn SetObjectFit(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Object_position(&self) -> DOMString

Source

fn SetObject_position( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn ObjectPosition(&self) -> DOMString

Source

fn SetObjectPosition(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Offset_path(&self) -> DOMString

Source

fn SetOffset_path(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn OffsetPath(&self) -> DOMString

Source

fn SetOffsetPath(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Opacity(&self) -> DOMString

Source

fn SetOpacity(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Order(&self) -> DOMString

Source

fn SetOrder(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Outline_color(&self) -> DOMString

Source

fn SetOutline_color(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn OutlineColor(&self) -> DOMString

Source

fn SetOutlineColor(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Outline_offset(&self) -> DOMString

Source

fn SetOutline_offset(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn OutlineOffset(&self) -> DOMString

Source

fn SetOutlineOffset(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Outline_style(&self) -> DOMString

Source

fn SetOutline_style(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn OutlineStyle(&self) -> DOMString

Source

fn SetOutlineStyle(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Outline_width(&self) -> DOMString

Source

fn SetOutline_width(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn OutlineWidth(&self) -> DOMString

Source

fn SetOutlineWidth(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Overflow_block(&self) -> DOMString

Source

fn SetOverflow_block(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn OverflowBlock(&self) -> DOMString

Source

fn SetOverflowBlock(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Overflow_clip_margin(&self) -> DOMString

Source

fn SetOverflow_clip_margin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn OverflowClipMargin(&self) -> DOMString

Source

fn SetOverflowClipMargin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Overflow_inline(&self) -> DOMString

Source

fn SetOverflow_inline( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn OverflowInline(&self) -> DOMString

Source

fn SetOverflowInline(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Overflow_wrap(&self) -> DOMString

Source

fn SetOverflow_wrap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn OverflowWrap(&self) -> DOMString

Source

fn SetOverflowWrap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Overflow_x(&self) -> DOMString

Source

fn SetOverflow_x(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn OverflowX(&self) -> DOMString

Source

fn SetOverflowX(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Overflow_y(&self) -> DOMString

Source

fn SetOverflow_y(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn OverflowY(&self) -> DOMString

Source

fn SetOverflowY(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Padding_block_end(&self) -> DOMString

Source

fn SetPadding_block_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn PaddingBlockEnd(&self) -> DOMString

Source

fn SetPaddingBlockEnd( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Padding_block_start(&self) -> DOMString

Source

fn SetPadding_block_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn PaddingBlockStart(&self) -> DOMString

Source

fn SetPaddingBlockStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Padding_bottom(&self) -> DOMString

Source

fn SetPadding_bottom(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn PaddingBottom(&self) -> DOMString

Source

fn SetPaddingBottom(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Padding_inline_end(&self) -> DOMString

Source

fn SetPadding_inline_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn PaddingInlineEnd(&self) -> DOMString

Source

fn SetPaddingInlineEnd( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Padding_inline_start(&self) -> DOMString

Source

fn SetPadding_inline_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn PaddingInlineStart(&self) -> DOMString

Source

fn SetPaddingInlineStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Padding_left(&self) -> DOMString

Source

fn SetPadding_left(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn PaddingLeft(&self) -> DOMString

Source

fn SetPaddingLeft(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Padding_right(&self) -> DOMString

Source

fn SetPadding_right(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn PaddingRight(&self) -> DOMString

Source

fn SetPaddingRight(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Padding_top(&self) -> DOMString

Source

fn SetPadding_top(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn PaddingTop(&self) -> DOMString

Source

fn SetPaddingTop(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Perspective(&self) -> DOMString

Source

fn SetPerspective(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Perspective_origin(&self) -> DOMString

Source

fn SetPerspective_origin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn PerspectiveOrigin(&self) -> DOMString

Source

fn SetPerspectiveOrigin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Pointer_events(&self) -> DOMString

Source

fn SetPointer_events(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn PointerEvents(&self) -> DOMString

Source

fn SetPointerEvents(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Position(&self) -> DOMString

Source

fn SetPosition(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Position_area(&self) -> DOMString

Source

fn SetPosition_area(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn PositionArea(&self) -> DOMString

Source

fn SetPositionArea(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Position_try_fallbacks(&self) -> DOMString

Source

fn SetPosition_try_fallbacks( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn PositionTryFallbacks(&self) -> DOMString

Source

fn SetPositionTryFallbacks( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Quotes(&self) -> DOMString

Source

fn SetQuotes(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Right(&self) -> DOMString

Source

fn SetRight(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Rotate(&self) -> DOMString

Source

fn SetRotate(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Row_gap(&self) -> DOMString

Source

fn SetRow_gap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn RowGap(&self) -> DOMString

Source

fn SetRowGap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Scale(&self) -> DOMString

Source

fn SetScale(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Table_layout(&self) -> DOMString

Source

fn SetTable_layout(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn TableLayout(&self) -> DOMString

Source

fn SetTableLayout(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Text_align(&self) -> DOMString

Source

fn SetText_align(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn TextAlign(&self) -> DOMString

Source

fn SetTextAlign(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Text_align_last(&self) -> DOMString

Source

fn SetText_align_last( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn TextAlignLast(&self) -> DOMString

Source

fn SetTextAlignLast(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Text_decoration_color(&self) -> DOMString

Source

fn SetText_decoration_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn TextDecorationColor(&self) -> DOMString

Source

fn SetTextDecorationColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Text_decoration_line(&self) -> DOMString

Source

fn SetText_decoration_line( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn TextDecorationLine(&self) -> DOMString

Source

fn SetTextDecorationLine( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Text_decoration_style(&self) -> DOMString

Source

fn SetText_decoration_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn TextDecorationStyle(&self) -> DOMString

Source

fn SetTextDecorationStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Text_indent(&self) -> DOMString

Source

fn SetText_indent(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn TextIndent(&self) -> DOMString

Source

fn SetTextIndent(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Text_justify(&self) -> DOMString

Source

fn SetText_justify(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn TextJustify(&self) -> DOMString

Source

fn SetTextJustify(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Text_overflow(&self) -> DOMString

Source

fn SetText_overflow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn TextOverflow(&self) -> DOMString

Source

fn SetTextOverflow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Text_rendering(&self) -> DOMString

Source

fn SetText_rendering(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn TextRendering(&self) -> DOMString

Source

fn SetTextRendering(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Text_shadow(&self) -> DOMString

Source

fn SetText_shadow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn TextShadow(&self) -> DOMString

Source

fn SetTextShadow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Text_transform(&self) -> DOMString

Source

fn SetText_transform(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn TextTransform(&self) -> DOMString

Source

fn SetTextTransform(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Text_wrap_mode(&self) -> DOMString

Source

fn SetText_wrap_mode(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn TextWrapMode(&self) -> DOMString

Source

fn SetTextWrapMode(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Top(&self) -> DOMString

Source

fn SetTop(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Transform(&self) -> DOMString

Source

fn SetTransform(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Transform_origin(&self) -> DOMString

Source

fn SetTransform_origin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn TransformOrigin(&self) -> DOMString

Source

fn SetTransformOrigin( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Transform_style(&self) -> DOMString

Source

fn SetTransform_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn TransformStyle(&self) -> DOMString

Source

fn SetTransformStyle(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Transition_behavior(&self) -> DOMString

Source

fn SetTransition_behavior( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn TransitionBehavior(&self) -> DOMString

Source

fn SetTransitionBehavior( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Transition_delay(&self) -> DOMString

Source

fn SetTransition_delay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn TransitionDelay(&self) -> DOMString

Source

fn SetTransitionDelay( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Transition_duration(&self) -> DOMString

Source

fn SetTransition_duration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn TransitionDuration(&self) -> DOMString

Source

fn SetTransitionDuration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Transition_property(&self) -> DOMString

Source

fn SetTransition_property( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn TransitionProperty(&self) -> DOMString

Source

fn SetTransitionProperty( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Transition_timing_function(&self) -> DOMString

Source

fn SetTransition_timing_function( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn TransitionTimingFunction(&self) -> DOMString

Source

fn SetTransitionTimingFunction( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Translate(&self) -> DOMString

Source

fn SetTranslate(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Unicode_bidi(&self) -> DOMString

Source

fn SetUnicode_bidi(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn UnicodeBidi(&self) -> DOMString

Source

fn SetUnicodeBidi(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Visibility(&self) -> DOMString

Source

fn SetVisibility(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn White_space_collapse(&self) -> DOMString

Source

fn SetWhite_space_collapse( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WhiteSpaceCollapse(&self) -> DOMString

Source

fn SetWhiteSpaceCollapse( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Width(&self) -> DOMString

Source

fn SetWidth(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Will_change(&self) -> DOMString

Source

fn SetWill_change(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn WillChange(&self) -> DOMString

Source

fn SetWillChange(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Word_break(&self) -> DOMString

Source

fn SetWord_break(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn WordBreak(&self) -> DOMString

Source

fn SetWordBreak(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Word_spacing(&self) -> DOMString

Source

fn SetWord_spacing(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn WordSpacing(&self) -> DOMString

Source

fn SetWordSpacing(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Word_wrap(&self) -> DOMString

Source

fn SetWord_wrap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn WordWrap(&self) -> DOMString

Source

fn SetWordWrap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Writing_mode(&self) -> DOMString

Source

fn SetWriting_mode(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn WritingMode(&self) -> DOMString

Source

fn SetWritingMode(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Z_index(&self) -> DOMString

Source

fn SetZ_index(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn ZIndex(&self) -> DOMString

Source

fn SetZIndex(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn _moz_animation(&self) -> DOMString

Source

fn Set_moz_animation(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn MozAnimation(&self) -> DOMString

Source

fn SetMozAnimation(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn _moz_border_image(&self) -> DOMString

Source

fn Set_moz_border_image( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozBorderImage(&self) -> DOMString

Source

fn SetMozBorderImage(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn _moz_transition(&self) -> DOMString

Source

fn Set_moz_transition( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn MozTransition(&self) -> DOMString

Source

fn SetMozTransition(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn _webkit_animation(&self) -> DOMString

Source

fn Set_webkit_animation( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitAnimation(&self) -> DOMString

Source

fn SetWebkitAnimation( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_border_image(&self) -> DOMString

Source

fn Set_webkit_border_image( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitBorderImage(&self) -> DOMString

Source

fn SetWebkitBorderImage( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_border_radius(&self) -> DOMString

Source

fn Set_webkit_border_radius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitBorderRadius(&self) -> DOMString

Source

fn SetWebkitBorderRadius( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_flex(&self) -> DOMString

Source

fn Set_webkit_flex(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn WebkitFlex(&self) -> DOMString

Source

fn SetWebkitFlex(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn _webkit_flex_flow(&self) -> DOMString

Source

fn Set_webkit_flex_flow( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitFlexFlow(&self) -> DOMString

Source

fn SetWebkitFlexFlow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn _webkit_perspective(&self) -> DOMString

Source

fn Set_webkit_perspective( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitPerspective(&self) -> DOMString

Source

fn SetWebkitPerspective( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_transform(&self) -> DOMString

Source

fn Set_webkit_transform( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitTransform(&self) -> DOMString

Source

fn SetWebkitTransform( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn _webkit_transition(&self) -> DOMString

Source

fn Set_webkit_transition( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn WebkitTransition(&self) -> DOMString

Source

fn SetWebkitTransition( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn All(&self) -> DOMString

Source

fn SetAll(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Animation(&self) -> DOMString

Source

fn SetAnimation(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Background(&self) -> DOMString

Source

fn SetBackground(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Background_position(&self) -> DOMString

Source

fn SetBackground_position( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BackgroundPosition(&self) -> DOMString

Source

fn SetBackgroundPosition( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border(&self) -> DOMString

Source

fn SetBorder(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Border_block(&self) -> DOMString

Source

fn SetBorder_block(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn BorderBlock(&self) -> DOMString

Source

fn SetBorderBlock(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Border_block_color(&self) -> DOMString

Source

fn SetBorder_block_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderBlockColor(&self) -> DOMString

Source

fn SetBorderBlockColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_block_end(&self) -> DOMString

Source

fn SetBorder_block_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderBlockEnd(&self) -> DOMString

Source

fn SetBorderBlockEnd(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Border_block_start(&self) -> DOMString

Source

fn SetBorder_block_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderBlockStart(&self) -> DOMString

Source

fn SetBorderBlockStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_block_style(&self) -> DOMString

Source

fn SetBorder_block_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderBlockStyle(&self) -> DOMString

Source

fn SetBorderBlockStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_block_width(&self) -> DOMString

Source

fn SetBorder_block_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderBlockWidth(&self) -> DOMString

Source

fn SetBorderBlockWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_bottom(&self) -> DOMString

Source

fn SetBorder_bottom(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn BorderBottom(&self) -> DOMString

Source

fn SetBorderBottom(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Border_color(&self) -> DOMString

Source

fn SetBorder_color(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn BorderColor(&self) -> DOMString

Source

fn SetBorderColor(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Border_image(&self) -> DOMString

Source

fn SetBorder_image(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn BorderImage(&self) -> DOMString

Source

fn SetBorderImage(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Border_inline(&self) -> DOMString

Source

fn SetBorder_inline(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn BorderInline(&self) -> DOMString

Source

fn SetBorderInline(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Border_inline_color(&self) -> DOMString

Source

fn SetBorder_inline_color( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderInlineColor(&self) -> DOMString

Source

fn SetBorderInlineColor( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_inline_end(&self) -> DOMString

Source

fn SetBorder_inline_end( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderInlineEnd(&self) -> DOMString

Source

fn SetBorderInlineEnd( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_inline_start(&self) -> DOMString

Source

fn SetBorder_inline_start( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderInlineStart(&self) -> DOMString

Source

fn SetBorderInlineStart( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_inline_style(&self) -> DOMString

Source

fn SetBorder_inline_style( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderInlineStyle(&self) -> DOMString

Source

fn SetBorderInlineStyle( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_inline_width(&self) -> DOMString

Source

fn SetBorder_inline_width( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn BorderInlineWidth(&self) -> DOMString

Source

fn SetBorderInlineWidth( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn Border_left(&self) -> DOMString

Source

fn SetBorder_left(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn BorderLeft(&self) -> DOMString

Source

fn SetBorderLeft(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Border_radius(&self) -> DOMString

Source

fn SetBorder_radius(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn BorderRadius(&self) -> DOMString

Source

fn SetBorderRadius(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Border_right(&self) -> DOMString

Source

fn SetBorder_right(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn BorderRight(&self) -> DOMString

Source

fn SetBorderRight(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Border_style(&self) -> DOMString

Source

fn SetBorder_style(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn BorderStyle(&self) -> DOMString

Source

fn SetBorderStyle(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Border_top(&self) -> DOMString

Source

fn SetBorder_top(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn BorderTop(&self) -> DOMString

Source

fn SetBorderTop(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Border_width(&self) -> DOMString

Source

fn SetBorder_width(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn BorderWidth(&self) -> DOMString

Source

fn SetBorderWidth(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Columns(&self) -> DOMString

Source

fn SetColumns(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Flex(&self) -> DOMString

Source

fn SetFlex(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Flex_flow(&self) -> DOMString

Source

fn SetFlex_flow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn FlexFlow(&self) -> DOMString

Source

fn SetFlexFlow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Font(&self) -> DOMString

Source

fn SetFont(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Font_variant(&self) -> DOMString

Source

fn SetFont_variant(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn FontVariant(&self) -> DOMString

Source

fn SetFontVariant(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Gap(&self) -> DOMString

Source

fn SetGap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Grid(&self) -> DOMString

Source

fn SetGrid(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Grid_area(&self) -> DOMString

Source

fn SetGrid_area(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn GridArea(&self) -> DOMString

Source

fn SetGridArea(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Grid_column(&self) -> DOMString

Source

fn SetGrid_column(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn GridColumn(&self) -> DOMString

Source

fn SetGridColumn(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Grid_gap(&self) -> DOMString

Source

fn SetGrid_gap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn GridGap(&self) -> DOMString

Source

fn SetGridGap(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Grid_row(&self) -> DOMString

Source

fn SetGrid_row(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn GridRow(&self) -> DOMString

Source

fn SetGridRow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Grid_template(&self) -> DOMString

Source

fn SetGrid_template(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn GridTemplate(&self) -> DOMString

Source

fn SetGridTemplate(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Inset(&self) -> DOMString

Source

fn SetInset(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Inset_block(&self) -> DOMString

Source

fn SetInset_block(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn InsetBlock(&self) -> DOMString

Source

fn SetInsetBlock(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Inset_inline(&self) -> DOMString

Source

fn SetInset_inline(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn InsetInline(&self) -> DOMString

Source

fn SetInsetInline(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn List_style(&self) -> DOMString

Source

fn SetList_style(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn ListStyle(&self) -> DOMString

Source

fn SetListStyle(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Margin(&self) -> DOMString

Source

fn SetMargin(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Margin_block(&self) -> DOMString

Source

fn SetMargin_block(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn MarginBlock(&self) -> DOMString

Source

fn SetMarginBlock(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Margin_inline(&self) -> DOMString

Source

fn SetMargin_inline(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn MarginInline(&self) -> DOMString

Source

fn SetMarginInline(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Outline(&self) -> DOMString

Source

fn SetOutline(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Overflow(&self) -> DOMString

Source

fn SetOverflow(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Padding(&self) -> DOMString

Source

fn SetPadding(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Padding_block(&self) -> DOMString

Source

fn SetPadding_block(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn PaddingBlock(&self) -> DOMString

Source

fn SetPaddingBlock(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Padding_inline(&self) -> DOMString

Source

fn SetPadding_inline(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn PaddingInline(&self) -> DOMString

Source

fn SetPaddingInline(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Place_content(&self) -> DOMString

Source

fn SetPlace_content(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn PlaceContent(&self) -> DOMString

Source

fn SetPlaceContent(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Place_items(&self) -> DOMString

Source

fn SetPlace_items(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn PlaceItems(&self) -> DOMString

Source

fn SetPlaceItems(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Place_self(&self) -> DOMString

Source

fn SetPlace_self(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn PlaceSelf(&self) -> DOMString

Source

fn SetPlaceSelf(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Text_decoration(&self) -> DOMString

Source

fn SetText_decoration( &self, cx: &mut JSContext, value: DOMString, ) -> ErrorResult

Source

fn TextDecoration(&self) -> DOMString

Source

fn SetTextDecoration(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Transition(&self) -> DOMString

Source

fn SetTransition(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn Vertical_align(&self) -> DOMString

Source

fn SetVertical_align(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn VerticalAlign(&self) -> DOMString

Source

fn SetVerticalAlign(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn White_space(&self) -> DOMString

Source

fn SetWhite_space(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn WhiteSpace(&self) -> DOMString

Source

fn SetWhiteSpace(&self, cx: &mut JSContext, value: DOMString) -> ErrorResult

Source

fn IndexedGetter(&self, index: u32) -> Option<DOMString>

Implementorsยง