All functions have been generated from the MDN data repository, ensuring that you can always use the most recent css features.
The following functions are currently generated:
Generic functions returning a Html.Attributes
maxWidth string =
Html.Attributes.style "max-width" string
Variants for constant values ``` maxWidthMaxContent = Html.Attributes.style "max-width" "max-content"
Variants for lengths (currently only "px" and "rem")
```maxWidthPx float =
Html.Attributes.style "max-width" (float ++ "px")
animation : String -> Html.Attribute msg
CSS property animation
https://developer.mozilla.org/docs/Web/CSS/animation
animationNone : Html.Attribute msg
``` animation : none
https://developer.mozilla.org/docs/Web/CSS/animation
<a name="//apple_ref/cpp/Function/animationComposition" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationComposition" href="#animationComposition">animationComposition</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `animation-composition`
https://developer.mozilla.org/docs/Web/CSS/animation-composition
<a name="//apple_ref/cpp/Function/animationDelay" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationDelay" href="#animationDelay">animationDelay</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `animation-delay`
https://developer.mozilla.org/docs/Web/CSS/animation-delay
<a name="//apple_ref/cpp/Function/animationDirection" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationDirection" href="#animationDirection">animationDirection</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `animation-direction`
https://developer.mozilla.org/docs/Web/CSS/animation-direction
<a name="//apple_ref/cpp/Function/animationDirectionAlternate" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationDirectionAlternate" href="#animationDirectionAlternate">animationDirectionAlternate</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
animation-direction : alternate
https://developer.mozilla.org/docs/Web/CSS/animation-direction
animationDirectionAlternateReverse : Html.Attribute msg
``` animation-direction : alternate-reverse
https://developer.mozilla.org/docs/Web/CSS/animation-direction
<a name="//apple_ref/cpp/Function/animationDirectionNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationDirectionNormal" href="#animationDirectionNormal">animationDirectionNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
animation-direction : normal
https://developer.mozilla.org/docs/Web/CSS/animation-direction
animationDirectionReverse : Html.Attribute msg
``` animation-direction : reverse
https://developer.mozilla.org/docs/Web/CSS/animation-direction
<a name="//apple_ref/cpp/Function/animationDuration" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationDuration" href="#animationDuration">animationDuration</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `animation-duration`
https://developer.mozilla.org/docs/Web/CSS/animation-duration
<a name="//apple_ref/cpp/Function/animationFillMode" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationFillMode" href="#animationFillMode">animationFillMode</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `animation-fill-mode`
https://developer.mozilla.org/docs/Web/CSS/animation-fill-mode
<a name="//apple_ref/cpp/Function/animationFillModeBackwards" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationFillModeBackwards" href="#animationFillModeBackwards">animationFillModeBackwards</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
animation-fill-mode : backwards
https://developer.mozilla.org/docs/Web/CSS/animation-fill-mode
animationFillModeBoth : Html.Attribute msg
``` animation-fill-mode : both
https://developer.mozilla.org/docs/Web/CSS/animation-fill-mode
<a name="//apple_ref/cpp/Function/animationFillModeForwards" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationFillModeForwards" href="#animationFillModeForwards">animationFillModeForwards</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
animation-fill-mode : forwards
https://developer.mozilla.org/docs/Web/CSS/animation-fill-mode
animationFillModeNone : Html.Attribute msg
``` animation-fill-mode : none
https://developer.mozilla.org/docs/Web/CSS/animation-fill-mode
<a name="//apple_ref/cpp/Function/animationIterationCount" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationIterationCount" href="#animationIterationCount">animationIterationCount</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `animation-iteration-count`
https://developer.mozilla.org/docs/Web/CSS/animation-iteration-count
<a name="//apple_ref/cpp/Function/animationIterationCountInfinite" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationIterationCountInfinite" href="#animationIterationCountInfinite">animationIterationCountInfinite</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
animation-iteration-count : infinite
https://developer.mozilla.org/docs/Web/CSS/animation-iteration-count
animationName : String -> Html.Attribute msg
CSS property animation-name
https://developer.mozilla.org/docs/Web/CSS/animation-name
animationNameNone : Html.Attribute msg
``` animation-name : none
https://developer.mozilla.org/docs/Web/CSS/animation-name
<a name="//apple_ref/cpp/Function/animationPlayState" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationPlayState" href="#animationPlayState">animationPlayState</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `animation-play-state`
https://developer.mozilla.org/docs/Web/CSS/animation-play-state
<a name="//apple_ref/cpp/Function/animationPlayStatePaused" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationPlayStatePaused" href="#animationPlayStatePaused">animationPlayStatePaused</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
animation-play-state : paused
https://developer.mozilla.org/docs/Web/CSS/animation-play-state
animationPlayStateRunning : Html.Attribute msg
``` animation-play-state : running
https://developer.mozilla.org/docs/Web/CSS/animation-play-state
<a name="//apple_ref/cpp/Function/animationRange" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationRange" href="#animationRange">animationRange</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `animation-range`
https://developer.mozilla.org/docs/Web/CSS/animation-range
<a name="//apple_ref/cpp/Function/animationRangeContain" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationRangeContain" href="#animationRangeContain">animationRangeContain</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
animation-range : contain
https://developer.mozilla.org/docs/Web/CSS/animation-range
animationRangeCover : Html.Attribute msg
``` animation-range : cover
https://developer.mozilla.org/docs/Web/CSS/animation-range
<a name="//apple_ref/cpp/Function/animationRangeEntry" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationRangeEntry" href="#animationRangeEntry">animationRangeEntry</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
animation-range : entry
https://developer.mozilla.org/docs/Web/CSS/animation-range
animationRangeEntryCrossing : Html.Attribute msg
``` animation-range : entry-crossing
https://developer.mozilla.org/docs/Web/CSS/animation-range
<a name="//apple_ref/cpp/Function/animationRangeExit" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationRangeExit" href="#animationRangeExit">animationRangeExit</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
animation-range : exit
https://developer.mozilla.org/docs/Web/CSS/animation-range
animationRangeExitCrossing : Html.Attribute msg
``` animation-range : exit-crossing
https://developer.mozilla.org/docs/Web/CSS/animation-range
<a name="//apple_ref/cpp/Function/animationRangeNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationRangeNormal" href="#animationRangeNormal">animationRangeNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
animation-range : normal
https://developer.mozilla.org/docs/Web/CSS/animation-range
animationRangePx : Basics.Float -> Html.Attribute msg
``` animation-range : 42px
https://developer.mozilla.org/docs/Web/CSS/animation-range
<a name="//apple_ref/cpp/Function/animationRangeRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationRangeRem" href="#animationRangeRem">animationRangeRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
animation-range : 42rem
https://developer.mozilla.org/docs/Web/CSS/animation-range
animationRangeEnd : String -> Html.Attribute msg
CSS property animation-range-end
https://developer.mozilla.org/docs/Web/CSS/animation-range-end
animationRangeEndContain : Html.Attribute msg
``` animation-range-end : contain
https://developer.mozilla.org/docs/Web/CSS/animation-range-end
<a name="//apple_ref/cpp/Function/animationRangeEndCover" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationRangeEndCover" href="#animationRangeEndCover">animationRangeEndCover</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
animation-range-end : cover
https://developer.mozilla.org/docs/Web/CSS/animation-range-end
animationRangeEndEntry : Html.Attribute msg
``` animation-range-end : entry
https://developer.mozilla.org/docs/Web/CSS/animation-range-end
<a name="//apple_ref/cpp/Function/animationRangeEndEntryCrossing" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationRangeEndEntryCrossing" href="#animationRangeEndEntryCrossing">animationRangeEndEntryCrossing</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
animation-range-end : entry-crossing
https://developer.mozilla.org/docs/Web/CSS/animation-range-end
animationRangeEndExit : Html.Attribute msg
``` animation-range-end : exit
https://developer.mozilla.org/docs/Web/CSS/animation-range-end
<a name="//apple_ref/cpp/Function/animationRangeEndExitCrossing" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationRangeEndExitCrossing" href="#animationRangeEndExitCrossing">animationRangeEndExitCrossing</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
animation-range-end : exit-crossing
https://developer.mozilla.org/docs/Web/CSS/animation-range-end
animationRangeEndNormal : Html.Attribute msg
``` animation-range-end : normal
https://developer.mozilla.org/docs/Web/CSS/animation-range-end
<a name="//apple_ref/cpp/Function/animationRangeEndPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationRangeEndPx" href="#animationRangeEndPx">animationRangeEndPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
animation-range-end : 42px
https://developer.mozilla.org/docs/Web/CSS/animation-range-end
animationRangeEndRem : Basics.Float -> Html.Attribute msg
``` animation-range-end : 42rem
https://developer.mozilla.org/docs/Web/CSS/animation-range-end
<a name="//apple_ref/cpp/Function/animationRangeStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationRangeStart" href="#animationRangeStart">animationRangeStart</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `animation-range-start`
https://developer.mozilla.org/docs/Web/CSS/animation-range-start
<a name="//apple_ref/cpp/Function/animationRangeStartContain" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationRangeStartContain" href="#animationRangeStartContain">animationRangeStartContain</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
animation-range-start : contain
https://developer.mozilla.org/docs/Web/CSS/animation-range-start
animationRangeStartCover : Html.Attribute msg
``` animation-range-start : cover
https://developer.mozilla.org/docs/Web/CSS/animation-range-start
<a name="//apple_ref/cpp/Function/animationRangeStartEntry" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationRangeStartEntry" href="#animationRangeStartEntry">animationRangeStartEntry</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
animation-range-start : entry
https://developer.mozilla.org/docs/Web/CSS/animation-range-start
animationRangeStartEntryCrossing : Html.Attribute msg
``` animation-range-start : entry-crossing
https://developer.mozilla.org/docs/Web/CSS/animation-range-start
<a name="//apple_ref/cpp/Function/animationRangeStartExit" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationRangeStartExit" href="#animationRangeStartExit">animationRangeStartExit</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
animation-range-start : exit
https://developer.mozilla.org/docs/Web/CSS/animation-range-start
animationRangeStartExitCrossing : Html.Attribute msg
``` animation-range-start : exit-crossing
https://developer.mozilla.org/docs/Web/CSS/animation-range-start
<a name="//apple_ref/cpp/Function/animationRangeStartNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationRangeStartNormal" href="#animationRangeStartNormal">animationRangeStartNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
animation-range-start : normal
https://developer.mozilla.org/docs/Web/CSS/animation-range-start
animationRangeStartPx : Basics.Float -> Html.Attribute msg
``` animation-range-start : 42px
https://developer.mozilla.org/docs/Web/CSS/animation-range-start
<a name="//apple_ref/cpp/Function/animationRangeStartRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationRangeStartRem" href="#animationRangeStartRem">animationRangeStartRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
animation-range-start : 42rem
https://developer.mozilla.org/docs/Web/CSS/animation-range-start
animationTimeline : String -> Html.Attribute msg
CSS property animation-timeline
https://developer.mozilla.org/docs/Web/CSS/animation-timeline
animationTimelineAuto : Html.Attribute msg
``` animation-timeline : auto
https://developer.mozilla.org/docs/Web/CSS/animation-timeline
<a name="//apple_ref/cpp/Function/animationTimelineNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="animationTimelineNone" href="#animationTimelineNone">animationTimelineNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
animation-timeline : none
https://developer.mozilla.org/docs/Web/CSS/animation-timeline
animationTimingFunction : String -> Html.Attribute msg
CSS property animation-timing-function
https://developer.mozilla.org/docs/Web/CSS/animation-timing-function
animationTimingFunctionLinear : Html.Attribute msg
``` animation-timing-function : linear
https://developer.mozilla.org/docs/Web/CSS/animation-timing-function
<a name="//apple_ref/cpp/Function/scrollTimeline" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollTimeline" href="#scrollTimeline">scrollTimeline</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-timeline`
https://developer.mozilla.org/docs/Web/CSS/scroll-timeline
<a name="//apple_ref/cpp/Function/scrollTimelineNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollTimelineNone" href="#scrollTimelineNone">scrollTimelineNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-timeline : none
https://developer.mozilla.org/docs/Web/CSS/scroll-timeline
scrollTimelineAxis : String -> Html.Attribute msg
CSS property scroll-timeline-axis
https://developer.mozilla.org/docs/Web/CSS/scroll-timeline-axis
scrollTimelineAxisBlock : Html.Attribute msg
``` scroll-timeline-axis : block
https://developer.mozilla.org/docs/Web/CSS/scroll-timeline-axis
<a name="//apple_ref/cpp/Function/scrollTimelineAxisInline" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollTimelineAxisInline" href="#scrollTimelineAxisInline">scrollTimelineAxisInline</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-timeline-axis : inline
https://developer.mozilla.org/docs/Web/CSS/scroll-timeline-axis
scrollTimelineAxisX : Html.Attribute msg
``` scroll-timeline-axis : x
https://developer.mozilla.org/docs/Web/CSS/scroll-timeline-axis
<a name="//apple_ref/cpp/Function/scrollTimelineAxisY" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollTimelineAxisY" href="#scrollTimelineAxisY">scrollTimelineAxisY</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-timeline-axis : y
https://developer.mozilla.org/docs/Web/CSS/scroll-timeline-axis
scrollTimelineName : String -> Html.Attribute msg
CSS property scroll-timeline-name
https://developer.mozilla.org/docs/Web/CSS/scroll-timeline-name
scrollTimelineNameNone : Html.Attribute msg
``` scroll-timeline-name : none
https://developer.mozilla.org/docs/Web/CSS/scroll-timeline-name
<a name="//apple_ref/cpp/Function/timelineScope" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="timelineScope" href="#timelineScope">timelineScope</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `timeline-scope`
https://developer.mozilla.org/docs/Web/CSS/timeline-scope
<a name="//apple_ref/cpp/Function/timelineScopeNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="timelineScopeNone" href="#timelineScopeNone">timelineScopeNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
timeline-scope : none
https://developer.mozilla.org/docs/Web/CSS/timeline-scope
viewTimeline : String -> Html.Attribute msg
CSS property view-timeline
https://developer.mozilla.org/docs/Web/CSS/view-timeline
viewTimelineNone : Html.Attribute msg
``` view-timeline : none
https://developer.mozilla.org/docs/Web/CSS/view-timeline
<a name="//apple_ref/cpp/Function/viewTimelineAxis" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="viewTimelineAxis" href="#viewTimelineAxis">viewTimelineAxis</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `view-timeline-axis`
https://developer.mozilla.org/docs/Web/CSS/view-timeline-axis
<a name="//apple_ref/cpp/Function/viewTimelineAxisBlock" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="viewTimelineAxisBlock" href="#viewTimelineAxisBlock">viewTimelineAxisBlock</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
view-timeline-axis : block
https://developer.mozilla.org/docs/Web/CSS/view-timeline-axis
viewTimelineAxisInline : Html.Attribute msg
``` view-timeline-axis : inline
https://developer.mozilla.org/docs/Web/CSS/view-timeline-axis
<a name="//apple_ref/cpp/Function/viewTimelineAxisX" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="viewTimelineAxisX" href="#viewTimelineAxisX">viewTimelineAxisX</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
view-timeline-axis : x
https://developer.mozilla.org/docs/Web/CSS/view-timeline-axis
viewTimelineAxisY : Html.Attribute msg
``` view-timeline-axis : y
https://developer.mozilla.org/docs/Web/CSS/view-timeline-axis
<a name="//apple_ref/cpp/Function/viewTimelineInset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="viewTimelineInset" href="#viewTimelineInset">viewTimelineInset</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `view-timeline-inset`
https://developer.mozilla.org/docs/Web/CSS/view-timeline-inset
<a name="//apple_ref/cpp/Function/viewTimelineInsetAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="viewTimelineInsetAuto" href="#viewTimelineInsetAuto">viewTimelineInsetAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
view-timeline-inset : auto
https://developer.mozilla.org/docs/Web/CSS/view-timeline-inset
viewTimelineInsetPx : Basics.Float -> Html.Attribute msg
``` view-timeline-inset : 42px
https://developer.mozilla.org/docs/Web/CSS/view-timeline-inset
<a name="//apple_ref/cpp/Function/viewTimelineInsetRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="viewTimelineInsetRem" href="#viewTimelineInsetRem">viewTimelineInsetRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
view-timeline-inset : 42rem
https://developer.mozilla.org/docs/Web/CSS/view-timeline-inset
viewTimelineName : String -> Html.Attribute msg
CSS property view-timeline-name
https://developer.mozilla.org/docs/Web/CSS/view-timeline-name
viewTimelineNameNone : Html.Attribute msg
``` view-timeline-name : none
https://developer.mozilla.org/docs/Web/CSS/view-timeline-name
# CSS Backgrounds and Borders
<a name="//apple_ref/cpp/Function/background" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="background" href="#background">background</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `background`
https://developer.mozilla.org/docs/Web/CSS/background
<a name="//apple_ref/cpp/Function/backgroundAttachment" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundAttachment" href="#backgroundAttachment">backgroundAttachment</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `background-attachment`
https://developer.mozilla.org/docs/Web/CSS/background-attachment
<a name="//apple_ref/cpp/Function/backgroundAttachmentFixed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundAttachmentFixed" href="#backgroundAttachmentFixed">backgroundAttachmentFixed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-attachment : fixed
https://developer.mozilla.org/docs/Web/CSS/background-attachment
backgroundAttachmentLocal : Html.Attribute msg
``` background-attachment : local
https://developer.mozilla.org/docs/Web/CSS/background-attachment
<a name="//apple_ref/cpp/Function/backgroundAttachmentScroll" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundAttachmentScroll" href="#backgroundAttachmentScroll">backgroundAttachmentScroll</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-attachment : scroll
https://developer.mozilla.org/docs/Web/CSS/background-attachment
backgroundClip : String -> Html.Attribute msg
CSS property background-clip
https://developer.mozilla.org/docs/Web/CSS/background-clip
backgroundClipBorderBox : Html.Attribute msg
``` background-clip : border-box
https://developer.mozilla.org/docs/Web/CSS/background-clip
<a name="//apple_ref/cpp/Function/backgroundClipContentBox" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundClipContentBox" href="#backgroundClipContentBox">backgroundClipContentBox</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-clip : content-box
https://developer.mozilla.org/docs/Web/CSS/background-clip
backgroundClipPaddingBox : Html.Attribute msg
``` background-clip : padding-box
https://developer.mozilla.org/docs/Web/CSS/background-clip
<a name="//apple_ref/cpp/Function/backgroundColor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundColor" href="#backgroundColor">backgroundColor</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `background-color`
https://developer.mozilla.org/docs/Web/CSS/background-color
<a name="//apple_ref/cpp/Function/backgroundColorCurrentcolor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundColorCurrentcolor" href="#backgroundColorCurrentcolor">backgroundColorCurrentcolor</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-color : currentcolor
https://developer.mozilla.org/docs/Web/CSS/background-color
backgroundImage : String -> Html.Attribute msg
CSS property background-image
https://developer.mozilla.org/docs/Web/CSS/background-image
backgroundImageNone : Html.Attribute msg
``` background-image : none
https://developer.mozilla.org/docs/Web/CSS/background-image
<a name="//apple_ref/cpp/Function/backgroundOrigin" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundOrigin" href="#backgroundOrigin">backgroundOrigin</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `background-origin`
https://developer.mozilla.org/docs/Web/CSS/background-origin
<a name="//apple_ref/cpp/Function/backgroundOriginBorderBox" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundOriginBorderBox" href="#backgroundOriginBorderBox">backgroundOriginBorderBox</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-origin : border-box
https://developer.mozilla.org/docs/Web/CSS/background-origin
backgroundOriginContentBox : Html.Attribute msg
``` background-origin : content-box
https://developer.mozilla.org/docs/Web/CSS/background-origin
<a name="//apple_ref/cpp/Function/backgroundOriginPaddingBox" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundOriginPaddingBox" href="#backgroundOriginPaddingBox">backgroundOriginPaddingBox</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-origin : padding-box
https://developer.mozilla.org/docs/Web/CSS/background-origin
backgroundPosition : String -> Html.Attribute msg
CSS property background-position
https://developer.mozilla.org/docs/Web/CSS/background-position
backgroundPositionBottom : Html.Attribute msg
``` background-position : bottom
https://developer.mozilla.org/docs/Web/CSS/background-position
<a name="//apple_ref/cpp/Function/backgroundPositionCenter" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundPositionCenter" href="#backgroundPositionCenter">backgroundPositionCenter</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-position : center
https://developer.mozilla.org/docs/Web/CSS/background-position
backgroundPositionLeft : Html.Attribute msg
``` background-position : left
https://developer.mozilla.org/docs/Web/CSS/background-position
<a name="//apple_ref/cpp/Function/backgroundPositionRight" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundPositionRight" href="#backgroundPositionRight">backgroundPositionRight</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-position : right
https://developer.mozilla.org/docs/Web/CSS/background-position
backgroundPositionTop : Html.Attribute msg
``` background-position : top
https://developer.mozilla.org/docs/Web/CSS/background-position
<a name="//apple_ref/cpp/Function/backgroundPositionX" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundPositionX" href="#backgroundPositionX">backgroundPositionX</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `background-position-x`
https://developer.mozilla.org/docs/Web/CSS/background-position-x
<a name="//apple_ref/cpp/Function/backgroundPositionXCenter" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundPositionXCenter" href="#backgroundPositionXCenter">backgroundPositionXCenter</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-position-x : center
https://developer.mozilla.org/docs/Web/CSS/background-position-x
backgroundPositionY : String -> Html.Attribute msg
CSS property background-position-y
https://developer.mozilla.org/docs/Web/CSS/background-position-y
backgroundPositionYCenter : Html.Attribute msg
``` background-position-y : center
https://developer.mozilla.org/docs/Web/CSS/background-position-y
<a name="//apple_ref/cpp/Function/backgroundRepeat" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundRepeat" href="#backgroundRepeat">backgroundRepeat</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `background-repeat`
https://developer.mozilla.org/docs/Web/CSS/background-repeat
<a name="//apple_ref/cpp/Function/backgroundRepeatNoRepeat" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundRepeatNoRepeat" href="#backgroundRepeatNoRepeat">backgroundRepeatNoRepeat</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-repeat : no-repeat
https://developer.mozilla.org/docs/Web/CSS/background-repeat
backgroundRepeatRepeat : Html.Attribute msg
``` background-repeat : repeat
https://developer.mozilla.org/docs/Web/CSS/background-repeat
<a name="//apple_ref/cpp/Function/backgroundRepeatRepeatX" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundRepeatRepeatX" href="#backgroundRepeatRepeatX">backgroundRepeatRepeatX</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-repeat : repeat-x
https://developer.mozilla.org/docs/Web/CSS/background-repeat
backgroundRepeatRepeatY : Html.Attribute msg
``` background-repeat : repeat-y
https://developer.mozilla.org/docs/Web/CSS/background-repeat
<a name="//apple_ref/cpp/Function/backgroundRepeatRound" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundRepeatRound" href="#backgroundRepeatRound">backgroundRepeatRound</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-repeat : round
https://developer.mozilla.org/docs/Web/CSS/background-repeat
backgroundRepeatSpace : Html.Attribute msg
``` background-repeat : space
https://developer.mozilla.org/docs/Web/CSS/background-repeat
<a name="//apple_ref/cpp/Function/backgroundSize" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundSize" href="#backgroundSize">backgroundSize</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `background-size`
https://developer.mozilla.org/docs/Web/CSS/background-size
<a name="//apple_ref/cpp/Function/backgroundSizeAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundSizeAuto" href="#backgroundSizeAuto">backgroundSizeAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-size : auto
https://developer.mozilla.org/docs/Web/CSS/background-size
backgroundSizeContain : Html.Attribute msg
``` background-size : contain
https://developer.mozilla.org/docs/Web/CSS/background-size
<a name="//apple_ref/cpp/Function/backgroundSizeCover" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundSizeCover" href="#backgroundSizeCover">backgroundSizeCover</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-size : cover
https://developer.mozilla.org/docs/Web/CSS/background-size
border : String -> Html.Attribute msg
CSS property border
https://developer.mozilla.org/docs/Web/CSS/border
borderCurrentcolor : Html.Attribute msg
``` border : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border
<a name="//apple_ref/cpp/Function/borderDashed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderDashed" href="#borderDashed">borderDashed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border : dashed
https://developer.mozilla.org/docs/Web/CSS/border
borderDotted : Html.Attribute msg
``` border : dotted
https://developer.mozilla.org/docs/Web/CSS/border
<a name="//apple_ref/cpp/Function/borderDouble" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderDouble" href="#borderDouble">borderDouble</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border : double
https://developer.mozilla.org/docs/Web/CSS/border
borderGroove : Html.Attribute msg
``` border : groove
https://developer.mozilla.org/docs/Web/CSS/border
<a name="//apple_ref/cpp/Function/borderHidden" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderHidden" href="#borderHidden">borderHidden</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border : hidden
https://developer.mozilla.org/docs/Web/CSS/border
borderInset : Html.Attribute msg
``` border : inset
https://developer.mozilla.org/docs/Web/CSS/border
<a name="//apple_ref/cpp/Function/borderMedium" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderMedium" href="#borderMedium">borderMedium</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border : medium
https://developer.mozilla.org/docs/Web/CSS/border
borderNone : Html.Attribute msg
``` border : none
https://developer.mozilla.org/docs/Web/CSS/border
<a name="//apple_ref/cpp/Function/borderOutset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderOutset" href="#borderOutset">borderOutset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border : outset
https://developer.mozilla.org/docs/Web/CSS/border
borderPx : Basics.Float -> Html.Attribute msg
``` border : 42px
https://developer.mozilla.org/docs/Web/CSS/border
<a name="//apple_ref/cpp/Function/borderRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderRem" href="#borderRem">borderRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border : 42rem
https://developer.mozilla.org/docs/Web/CSS/border
borderRidge : Html.Attribute msg
``` border : ridge
https://developer.mozilla.org/docs/Web/CSS/border
<a name="//apple_ref/cpp/Function/borderSolid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderSolid" href="#borderSolid">borderSolid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border : solid
https://developer.mozilla.org/docs/Web/CSS/border
borderThick : Html.Attribute msg
``` border : thick
https://developer.mozilla.org/docs/Web/CSS/border
<a name="//apple_ref/cpp/Function/borderThin" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderThin" href="#borderThin">borderThin</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border : thin
https://developer.mozilla.org/docs/Web/CSS/border
borderBottom : String -> Html.Attribute msg
CSS property border-bottom
https://developer.mozilla.org/docs/Web/CSS/border-bottom
borderBottomCurrentcolor : Html.Attribute msg
``` border-bottom : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-bottom
<a name="//apple_ref/cpp/Function/borderBottomDashed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomDashed" href="#borderBottomDashed">borderBottomDashed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-bottom : dashed
https://developer.mozilla.org/docs/Web/CSS/border-bottom
borderBottomDotted : Html.Attribute msg
``` border-bottom : dotted
https://developer.mozilla.org/docs/Web/CSS/border-bottom
<a name="//apple_ref/cpp/Function/borderBottomDouble" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomDouble" href="#borderBottomDouble">borderBottomDouble</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-bottom : double
https://developer.mozilla.org/docs/Web/CSS/border-bottom
borderBottomGroove : Html.Attribute msg
``` border-bottom : groove
https://developer.mozilla.org/docs/Web/CSS/border-bottom
<a name="//apple_ref/cpp/Function/borderBottomHidden" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomHidden" href="#borderBottomHidden">borderBottomHidden</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-bottom : hidden
https://developer.mozilla.org/docs/Web/CSS/border-bottom
borderBottomInset : Html.Attribute msg
``` border-bottom : inset
https://developer.mozilla.org/docs/Web/CSS/border-bottom
<a name="//apple_ref/cpp/Function/borderBottomMedium" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomMedium" href="#borderBottomMedium">borderBottomMedium</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-bottom : medium
https://developer.mozilla.org/docs/Web/CSS/border-bottom
borderBottomNone : Html.Attribute msg
``` border-bottom : none
https://developer.mozilla.org/docs/Web/CSS/border-bottom
<a name="//apple_ref/cpp/Function/borderBottomOutset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomOutset" href="#borderBottomOutset">borderBottomOutset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-bottom : outset
https://developer.mozilla.org/docs/Web/CSS/border-bottom
borderBottomPx : Basics.Float -> Html.Attribute msg
``` border-bottom : 42px
https://developer.mozilla.org/docs/Web/CSS/border-bottom
<a name="//apple_ref/cpp/Function/borderBottomRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomRem" href="#borderBottomRem">borderBottomRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-bottom : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-bottom
borderBottomRidge : Html.Attribute msg
``` border-bottom : ridge
https://developer.mozilla.org/docs/Web/CSS/border-bottom
<a name="//apple_ref/cpp/Function/borderBottomSolid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomSolid" href="#borderBottomSolid">borderBottomSolid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-bottom : solid
https://developer.mozilla.org/docs/Web/CSS/border-bottom
borderBottomThick : Html.Attribute msg
``` border-bottom : thick
https://developer.mozilla.org/docs/Web/CSS/border-bottom
<a name="//apple_ref/cpp/Function/borderBottomThin" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomThin" href="#borderBottomThin">borderBottomThin</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-bottom : thin
https://developer.mozilla.org/docs/Web/CSS/border-bottom
borderBottomColor : String -> Html.Attribute msg
CSS property border-bottom-color
https://developer.mozilla.org/docs/Web/CSS/border-bottom-color
borderBottomColorCurrentcolor : Html.Attribute msg
``` border-bottom-color : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-bottom-color
<a name="//apple_ref/cpp/Function/borderBottomLeftRadius" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomLeftRadius" href="#borderBottomLeftRadius">borderBottomLeftRadius</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-bottom-left-radius`
https://developer.mozilla.org/docs/Web/CSS/border-bottom-left-radius
<a name="//apple_ref/cpp/Function/borderBottomLeftRadiusPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomLeftRadiusPx" href="#borderBottomLeftRadiusPx">borderBottomLeftRadiusPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-bottom-left-radius : 42px
https://developer.mozilla.org/docs/Web/CSS/border-bottom-left-radius
borderBottomLeftRadiusRem : Basics.Float -> Html.Attribute msg
``` border-bottom-left-radius : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-bottom-left-radius
<a name="//apple_ref/cpp/Function/borderBottomRightRadius" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomRightRadius" href="#borderBottomRightRadius">borderBottomRightRadius</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-bottom-right-radius`
https://developer.mozilla.org/docs/Web/CSS/border-bottom-right-radius
<a name="//apple_ref/cpp/Function/borderBottomRightRadiusPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomRightRadiusPx" href="#borderBottomRightRadiusPx">borderBottomRightRadiusPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-bottom-right-radius : 42px
https://developer.mozilla.org/docs/Web/CSS/border-bottom-right-radius
borderBottomRightRadiusRem : Basics.Float -> Html.Attribute msg
``` border-bottom-right-radius : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-bottom-right-radius
<a name="//apple_ref/cpp/Function/borderBottomStyle" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomStyle" href="#borderBottomStyle">borderBottomStyle</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-bottom-style`
https://developer.mozilla.org/docs/Web/CSS/border-bottom-style
<a name="//apple_ref/cpp/Function/borderBottomStyleDashed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomStyleDashed" href="#borderBottomStyleDashed">borderBottomStyleDashed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-bottom-style : dashed
https://developer.mozilla.org/docs/Web/CSS/border-bottom-style
borderBottomStyleDotted : Html.Attribute msg
``` border-bottom-style : dotted
https://developer.mozilla.org/docs/Web/CSS/border-bottom-style
<a name="//apple_ref/cpp/Function/borderBottomStyleDouble" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomStyleDouble" href="#borderBottomStyleDouble">borderBottomStyleDouble</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-bottom-style : double
https://developer.mozilla.org/docs/Web/CSS/border-bottom-style
borderBottomStyleGroove : Html.Attribute msg
``` border-bottom-style : groove
https://developer.mozilla.org/docs/Web/CSS/border-bottom-style
<a name="//apple_ref/cpp/Function/borderBottomStyleHidden" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomStyleHidden" href="#borderBottomStyleHidden">borderBottomStyleHidden</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-bottom-style : hidden
https://developer.mozilla.org/docs/Web/CSS/border-bottom-style
borderBottomStyleInset : Html.Attribute msg
``` border-bottom-style : inset
https://developer.mozilla.org/docs/Web/CSS/border-bottom-style
<a name="//apple_ref/cpp/Function/borderBottomStyleNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomStyleNone" href="#borderBottomStyleNone">borderBottomStyleNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-bottom-style : none
https://developer.mozilla.org/docs/Web/CSS/border-bottom-style
borderBottomStyleOutset : Html.Attribute msg
``` border-bottom-style : outset
https://developer.mozilla.org/docs/Web/CSS/border-bottom-style
<a name="//apple_ref/cpp/Function/borderBottomStyleRidge" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomStyleRidge" href="#borderBottomStyleRidge">borderBottomStyleRidge</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-bottom-style : ridge
https://developer.mozilla.org/docs/Web/CSS/border-bottom-style
borderBottomStyleSolid : Html.Attribute msg
``` border-bottom-style : solid
https://developer.mozilla.org/docs/Web/CSS/border-bottom-style
<a name="//apple_ref/cpp/Function/borderBottomWidth" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomWidth" href="#borderBottomWidth">borderBottomWidth</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-bottom-width`
https://developer.mozilla.org/docs/Web/CSS/border-bottom-width
<a name="//apple_ref/cpp/Function/borderBottomWidthMedium" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomWidthMedium" href="#borderBottomWidthMedium">borderBottomWidthMedium</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-bottom-width : medium
https://developer.mozilla.org/docs/Web/CSS/border-bottom-width
borderBottomWidthPx : Basics.Float -> Html.Attribute msg
``` border-bottom-width : 42px
https://developer.mozilla.org/docs/Web/CSS/border-bottom-width
<a name="//apple_ref/cpp/Function/borderBottomWidthRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomWidthRem" href="#borderBottomWidthRem">borderBottomWidthRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-bottom-width : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-bottom-width
borderBottomWidthThick : Html.Attribute msg
``` border-bottom-width : thick
https://developer.mozilla.org/docs/Web/CSS/border-bottom-width
<a name="//apple_ref/cpp/Function/borderBottomWidthThin" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBottomWidthThin" href="#borderBottomWidthThin">borderBottomWidthThin</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-bottom-width : thin
https://developer.mozilla.org/docs/Web/CSS/border-bottom-width
borderColor : String -> Html.Attribute msg
CSS property border-color
https://developer.mozilla.org/docs/Web/CSS/border-color
borderColorCurrentcolor : Html.Attribute msg
``` border-color : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-color
<a name="//apple_ref/cpp/Function/borderImage" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderImage" href="#borderImage">borderImage</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-image`
https://developer.mozilla.org/docs/Web/CSS/border-image
<a name="//apple_ref/cpp/Function/borderImageNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderImageNone" href="#borderImageNone">borderImageNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-image : none
https://developer.mozilla.org/docs/Web/CSS/border-image
borderImage_repeat : Html.Attribute msg
``` border-image : repeat
https://developer.mozilla.org/docs/Web/CSS/border-image
<a name="//apple_ref/cpp/Function/borderImageRound" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderImageRound" href="#borderImageRound">borderImageRound</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-image : round
https://developer.mozilla.org/docs/Web/CSS/border-image
borderImageSpace : Html.Attribute msg
``` border-image : space
https://developer.mozilla.org/docs/Web/CSS/border-image
<a name="//apple_ref/cpp/Function/borderImageStretch" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderImageStretch" href="#borderImageStretch">borderImageStretch</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-image : stretch
https://developer.mozilla.org/docs/Web/CSS/border-image
borderImageOutset : String -> Html.Attribute msg
CSS property border-image-outset
https://developer.mozilla.org/docs/Web/CSS/border-image-outset
borderImageOutsetPx : Basics.Float -> Html.Attribute msg
``` border-image-outset : 42px
https://developer.mozilla.org/docs/Web/CSS/border-image-outset
<a name="//apple_ref/cpp/Function/borderImageOutsetRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderImageOutsetRem" href="#borderImageOutsetRem">borderImageOutsetRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-image-outset : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-image-outset
borderImageRepeat : String -> Html.Attribute msg
CSS property border-image-repeat
https://developer.mozilla.org/docs/Web/CSS/border-image-repeat
borderImageRepeatRepeat : Html.Attribute msg
``` border-image-repeat : repeat
https://developer.mozilla.org/docs/Web/CSS/border-image-repeat
<a name="//apple_ref/cpp/Function/borderImageRepeatRound" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderImageRepeatRound" href="#borderImageRepeatRound">borderImageRepeatRound</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-image-repeat : round
https://developer.mozilla.org/docs/Web/CSS/border-image-repeat
borderImageRepeatSpace : Html.Attribute msg
``` border-image-repeat : space
https://developer.mozilla.org/docs/Web/CSS/border-image-repeat
<a name="//apple_ref/cpp/Function/borderImageRepeatStretch" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderImageRepeatStretch" href="#borderImageRepeatStretch">borderImageRepeatStretch</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-image-repeat : stretch
https://developer.mozilla.org/docs/Web/CSS/border-image-repeat
borderImageSlice : String -> Html.Attribute msg
CSS property border-image-slice
https://developer.mozilla.org/docs/Web/CSS/border-image-slice
borderImageSource : String -> Html.Attribute msg
CSS property border-image-source
https://developer.mozilla.org/docs/Web/CSS/border-image-source
borderImageSourceNone : Html.Attribute msg
``` border-image-source : none
https://developer.mozilla.org/docs/Web/CSS/border-image-source
<a name="//apple_ref/cpp/Function/borderImageWidth" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderImageWidth" href="#borderImageWidth">borderImageWidth</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-image-width`
https://developer.mozilla.org/docs/Web/CSS/border-image-width
<a name="//apple_ref/cpp/Function/borderImageWidthAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderImageWidthAuto" href="#borderImageWidthAuto">borderImageWidthAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-image-width : auto
https://developer.mozilla.org/docs/Web/CSS/border-image-width
borderImageWidthPx : Basics.Float -> Html.Attribute msg
``` border-image-width : 42px
https://developer.mozilla.org/docs/Web/CSS/border-image-width
<a name="//apple_ref/cpp/Function/borderImageWidthRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderImageWidthRem" href="#borderImageWidthRem">borderImageWidthRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-image-width : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-image-width
borderLeft : String -> Html.Attribute msg
CSS property border-left
https://developer.mozilla.org/docs/Web/CSS/border-left
borderLeftCurrentcolor : Html.Attribute msg
``` border-left : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-left
<a name="//apple_ref/cpp/Function/borderLeftDashed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderLeftDashed" href="#borderLeftDashed">borderLeftDashed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-left : dashed
https://developer.mozilla.org/docs/Web/CSS/border-left
borderLeftDotted : Html.Attribute msg
``` border-left : dotted
https://developer.mozilla.org/docs/Web/CSS/border-left
<a name="//apple_ref/cpp/Function/borderLeftDouble" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderLeftDouble" href="#borderLeftDouble">borderLeftDouble</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-left : double
https://developer.mozilla.org/docs/Web/CSS/border-left
borderLeftGroove : Html.Attribute msg
``` border-left : groove
https://developer.mozilla.org/docs/Web/CSS/border-left
<a name="//apple_ref/cpp/Function/borderLeftHidden" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderLeftHidden" href="#borderLeftHidden">borderLeftHidden</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-left : hidden
https://developer.mozilla.org/docs/Web/CSS/border-left
borderLeftInset : Html.Attribute msg
``` border-left : inset
https://developer.mozilla.org/docs/Web/CSS/border-left
<a name="//apple_ref/cpp/Function/borderLeftMedium" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderLeftMedium" href="#borderLeftMedium">borderLeftMedium</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-left : medium
https://developer.mozilla.org/docs/Web/CSS/border-left
borderLeftNone : Html.Attribute msg
``` border-left : none
https://developer.mozilla.org/docs/Web/CSS/border-left
<a name="//apple_ref/cpp/Function/borderLeftOutset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderLeftOutset" href="#borderLeftOutset">borderLeftOutset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-left : outset
https://developer.mozilla.org/docs/Web/CSS/border-left
borderLeftPx : Basics.Float -> Html.Attribute msg
``` border-left : 42px
https://developer.mozilla.org/docs/Web/CSS/border-left
<a name="//apple_ref/cpp/Function/borderLeftRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderLeftRem" href="#borderLeftRem">borderLeftRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-left : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-left
borderLeftRidge : Html.Attribute msg
``` border-left : ridge
https://developer.mozilla.org/docs/Web/CSS/border-left
<a name="//apple_ref/cpp/Function/borderLeftSolid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderLeftSolid" href="#borderLeftSolid">borderLeftSolid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-left : solid
https://developer.mozilla.org/docs/Web/CSS/border-left
borderLeftThick : Html.Attribute msg
``` border-left : thick
https://developer.mozilla.org/docs/Web/CSS/border-left
<a name="//apple_ref/cpp/Function/borderLeftThin" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderLeftThin" href="#borderLeftThin">borderLeftThin</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-left : thin
https://developer.mozilla.org/docs/Web/CSS/border-left
borderLeftColor : String -> Html.Attribute msg
CSS property border-left-color
https://developer.mozilla.org/docs/Web/CSS/border-left-color
borderLeftColorCurrentcolor : Html.Attribute msg
``` border-left-color : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-left-color
<a name="//apple_ref/cpp/Function/borderLeftStyle" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderLeftStyle" href="#borderLeftStyle">borderLeftStyle</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-left-style`
https://developer.mozilla.org/docs/Web/CSS/border-left-style
<a name="//apple_ref/cpp/Function/borderLeftStyleDashed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderLeftStyleDashed" href="#borderLeftStyleDashed">borderLeftStyleDashed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-left-style : dashed
https://developer.mozilla.org/docs/Web/CSS/border-left-style
borderLeftStyleDotted : Html.Attribute msg
``` border-left-style : dotted
https://developer.mozilla.org/docs/Web/CSS/border-left-style
<a name="//apple_ref/cpp/Function/borderLeftStyleDouble" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderLeftStyleDouble" href="#borderLeftStyleDouble">borderLeftStyleDouble</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-left-style : double
https://developer.mozilla.org/docs/Web/CSS/border-left-style
borderLeftStyleGroove : Html.Attribute msg
``` border-left-style : groove
https://developer.mozilla.org/docs/Web/CSS/border-left-style
<a name="//apple_ref/cpp/Function/borderLeftStyleHidden" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderLeftStyleHidden" href="#borderLeftStyleHidden">borderLeftStyleHidden</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-left-style : hidden
https://developer.mozilla.org/docs/Web/CSS/border-left-style
borderLeftStyleInset : Html.Attribute msg
``` border-left-style : inset
https://developer.mozilla.org/docs/Web/CSS/border-left-style
<a name="//apple_ref/cpp/Function/borderLeftStyleNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderLeftStyleNone" href="#borderLeftStyleNone">borderLeftStyleNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-left-style : none
https://developer.mozilla.org/docs/Web/CSS/border-left-style
borderLeftStyleOutset : Html.Attribute msg
``` border-left-style : outset
https://developer.mozilla.org/docs/Web/CSS/border-left-style
<a name="//apple_ref/cpp/Function/borderLeftStyleRidge" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderLeftStyleRidge" href="#borderLeftStyleRidge">borderLeftStyleRidge</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-left-style : ridge
https://developer.mozilla.org/docs/Web/CSS/border-left-style
borderLeftStyleSolid : Html.Attribute msg
``` border-left-style : solid
https://developer.mozilla.org/docs/Web/CSS/border-left-style
<a name="//apple_ref/cpp/Function/borderLeftWidth" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderLeftWidth" href="#borderLeftWidth">borderLeftWidth</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-left-width`
https://developer.mozilla.org/docs/Web/CSS/border-left-width
<a name="//apple_ref/cpp/Function/borderLeftWidthMedium" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderLeftWidthMedium" href="#borderLeftWidthMedium">borderLeftWidthMedium</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-left-width : medium
https://developer.mozilla.org/docs/Web/CSS/border-left-width
borderLeftWidthPx : Basics.Float -> Html.Attribute msg
``` border-left-width : 42px
https://developer.mozilla.org/docs/Web/CSS/border-left-width
<a name="//apple_ref/cpp/Function/borderLeftWidthRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderLeftWidthRem" href="#borderLeftWidthRem">borderLeftWidthRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-left-width : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-left-width
borderLeftWidthThick : Html.Attribute msg
``` border-left-width : thick
https://developer.mozilla.org/docs/Web/CSS/border-left-width
<a name="//apple_ref/cpp/Function/borderLeftWidthThin" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderLeftWidthThin" href="#borderLeftWidthThin">borderLeftWidthThin</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-left-width : thin
https://developer.mozilla.org/docs/Web/CSS/border-left-width
borderRadius : String -> Html.Attribute msg
CSS property border-radius
https://developer.mozilla.org/docs/Web/CSS/border-radius
borderRadiusPx : Basics.Float -> Html.Attribute msg
``` border-radius : 42px
https://developer.mozilla.org/docs/Web/CSS/border-radius
<a name="//apple_ref/cpp/Function/borderRadiusRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderRadiusRem" href="#borderRadiusRem">borderRadiusRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-radius : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-radius
borderRight : String -> Html.Attribute msg
CSS property border-right
https://developer.mozilla.org/docs/Web/CSS/border-right
borderRightCurrentcolor : Html.Attribute msg
``` border-right : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-right
<a name="//apple_ref/cpp/Function/borderRightDashed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderRightDashed" href="#borderRightDashed">borderRightDashed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-right : dashed
https://developer.mozilla.org/docs/Web/CSS/border-right
borderRightDotted : Html.Attribute msg
``` border-right : dotted
https://developer.mozilla.org/docs/Web/CSS/border-right
<a name="//apple_ref/cpp/Function/borderRightDouble" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderRightDouble" href="#borderRightDouble">borderRightDouble</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-right : double
https://developer.mozilla.org/docs/Web/CSS/border-right
borderRightGroove : Html.Attribute msg
``` border-right : groove
https://developer.mozilla.org/docs/Web/CSS/border-right
<a name="//apple_ref/cpp/Function/borderRightHidden" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderRightHidden" href="#borderRightHidden">borderRightHidden</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-right : hidden
https://developer.mozilla.org/docs/Web/CSS/border-right
borderRightInset : Html.Attribute msg
``` border-right : inset
https://developer.mozilla.org/docs/Web/CSS/border-right
<a name="//apple_ref/cpp/Function/borderRightMedium" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderRightMedium" href="#borderRightMedium">borderRightMedium</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-right : medium
https://developer.mozilla.org/docs/Web/CSS/border-right
borderRightNone : Html.Attribute msg
``` border-right : none
https://developer.mozilla.org/docs/Web/CSS/border-right
<a name="//apple_ref/cpp/Function/borderRightOutset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderRightOutset" href="#borderRightOutset">borderRightOutset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-right : outset
https://developer.mozilla.org/docs/Web/CSS/border-right
borderRightPx : Basics.Float -> Html.Attribute msg
``` border-right : 42px
https://developer.mozilla.org/docs/Web/CSS/border-right
<a name="//apple_ref/cpp/Function/borderRightRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderRightRem" href="#borderRightRem">borderRightRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-right : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-right
borderRightRidge : Html.Attribute msg
``` border-right : ridge
https://developer.mozilla.org/docs/Web/CSS/border-right
<a name="//apple_ref/cpp/Function/borderRightSolid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderRightSolid" href="#borderRightSolid">borderRightSolid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-right : solid
https://developer.mozilla.org/docs/Web/CSS/border-right
borderRightThick : Html.Attribute msg
``` border-right : thick
https://developer.mozilla.org/docs/Web/CSS/border-right
<a name="//apple_ref/cpp/Function/borderRightThin" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderRightThin" href="#borderRightThin">borderRightThin</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-right : thin
https://developer.mozilla.org/docs/Web/CSS/border-right
borderRightColor : String -> Html.Attribute msg
CSS property border-right-color
https://developer.mozilla.org/docs/Web/CSS/border-right-color
borderRightColorCurrentcolor : Html.Attribute msg
``` border-right-color : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-right-color
<a name="//apple_ref/cpp/Function/borderRightStyle" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderRightStyle" href="#borderRightStyle">borderRightStyle</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-right-style`
https://developer.mozilla.org/docs/Web/CSS/border-right-style
<a name="//apple_ref/cpp/Function/borderRightStyleDashed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderRightStyleDashed" href="#borderRightStyleDashed">borderRightStyleDashed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-right-style : dashed
https://developer.mozilla.org/docs/Web/CSS/border-right-style
borderRightStyleDotted : Html.Attribute msg
``` border-right-style : dotted
https://developer.mozilla.org/docs/Web/CSS/border-right-style
<a name="//apple_ref/cpp/Function/borderRightStyleDouble" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderRightStyleDouble" href="#borderRightStyleDouble">borderRightStyleDouble</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-right-style : double
https://developer.mozilla.org/docs/Web/CSS/border-right-style
borderRightStyleGroove : Html.Attribute msg
``` border-right-style : groove
https://developer.mozilla.org/docs/Web/CSS/border-right-style
<a name="//apple_ref/cpp/Function/borderRightStyleHidden" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderRightStyleHidden" href="#borderRightStyleHidden">borderRightStyleHidden</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-right-style : hidden
https://developer.mozilla.org/docs/Web/CSS/border-right-style
borderRightStyleInset : Html.Attribute msg
``` border-right-style : inset
https://developer.mozilla.org/docs/Web/CSS/border-right-style
<a name="//apple_ref/cpp/Function/borderRightStyleNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderRightStyleNone" href="#borderRightStyleNone">borderRightStyleNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-right-style : none
https://developer.mozilla.org/docs/Web/CSS/border-right-style
borderRightStyleOutset : Html.Attribute msg
``` border-right-style : outset
https://developer.mozilla.org/docs/Web/CSS/border-right-style
<a name="//apple_ref/cpp/Function/borderRightStyleRidge" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderRightStyleRidge" href="#borderRightStyleRidge">borderRightStyleRidge</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-right-style : ridge
https://developer.mozilla.org/docs/Web/CSS/border-right-style
borderRightStyleSolid : Html.Attribute msg
``` border-right-style : solid
https://developer.mozilla.org/docs/Web/CSS/border-right-style
<a name="//apple_ref/cpp/Function/borderRightWidth" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderRightWidth" href="#borderRightWidth">borderRightWidth</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-right-width`
https://developer.mozilla.org/docs/Web/CSS/border-right-width
<a name="//apple_ref/cpp/Function/borderRightWidthMedium" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderRightWidthMedium" href="#borderRightWidthMedium">borderRightWidthMedium</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-right-width : medium
https://developer.mozilla.org/docs/Web/CSS/border-right-width
borderRightWidthPx : Basics.Float -> Html.Attribute msg
``` border-right-width : 42px
https://developer.mozilla.org/docs/Web/CSS/border-right-width
<a name="//apple_ref/cpp/Function/borderRightWidthRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderRightWidthRem" href="#borderRightWidthRem">borderRightWidthRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-right-width : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-right-width
borderRightWidthThick : Html.Attribute msg
``` border-right-width : thick
https://developer.mozilla.org/docs/Web/CSS/border-right-width
<a name="//apple_ref/cpp/Function/borderRightWidthThin" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderRightWidthThin" href="#borderRightWidthThin">borderRightWidthThin</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-right-width : thin
https://developer.mozilla.org/docs/Web/CSS/border-right-width
borderStyle : String -> Html.Attribute msg
CSS property border-style
https://developer.mozilla.org/docs/Web/CSS/border-style
borderStyleDashed : Html.Attribute msg
``` border-style : dashed
https://developer.mozilla.org/docs/Web/CSS/border-style
<a name="//apple_ref/cpp/Function/borderStyleDotted" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderStyleDotted" href="#borderStyleDotted">borderStyleDotted</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-style : dotted
https://developer.mozilla.org/docs/Web/CSS/border-style
borderStyleDouble : Html.Attribute msg
``` border-style : double
https://developer.mozilla.org/docs/Web/CSS/border-style
<a name="//apple_ref/cpp/Function/borderStyleGroove" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderStyleGroove" href="#borderStyleGroove">borderStyleGroove</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-style : groove
https://developer.mozilla.org/docs/Web/CSS/border-style
borderStyleHidden : Html.Attribute msg
``` border-style : hidden
https://developer.mozilla.org/docs/Web/CSS/border-style
<a name="//apple_ref/cpp/Function/borderStyleInset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderStyleInset" href="#borderStyleInset">borderStyleInset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-style : inset
https://developer.mozilla.org/docs/Web/CSS/border-style
borderStyleNone : Html.Attribute msg
``` border-style : none
https://developer.mozilla.org/docs/Web/CSS/border-style
<a name="//apple_ref/cpp/Function/borderStyleOutset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderStyleOutset" href="#borderStyleOutset">borderStyleOutset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-style : outset
https://developer.mozilla.org/docs/Web/CSS/border-style
borderStyleRidge : Html.Attribute msg
``` border-style : ridge
https://developer.mozilla.org/docs/Web/CSS/border-style
<a name="//apple_ref/cpp/Function/borderStyleSolid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderStyleSolid" href="#borderStyleSolid">borderStyleSolid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-style : solid
https://developer.mozilla.org/docs/Web/CSS/border-style
borderTop : String -> Html.Attribute msg
CSS property border-top
https://developer.mozilla.org/docs/Web/CSS/border-top
borderTopCurrentcolor : Html.Attribute msg
``` border-top : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-top
<a name="//apple_ref/cpp/Function/borderTopDashed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopDashed" href="#borderTopDashed">borderTopDashed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-top : dashed
https://developer.mozilla.org/docs/Web/CSS/border-top
borderTopDotted : Html.Attribute msg
``` border-top : dotted
https://developer.mozilla.org/docs/Web/CSS/border-top
<a name="//apple_ref/cpp/Function/borderTopDouble" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopDouble" href="#borderTopDouble">borderTopDouble</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-top : double
https://developer.mozilla.org/docs/Web/CSS/border-top
borderTopGroove : Html.Attribute msg
``` border-top : groove
https://developer.mozilla.org/docs/Web/CSS/border-top
<a name="//apple_ref/cpp/Function/borderTopHidden" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopHidden" href="#borderTopHidden">borderTopHidden</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-top : hidden
https://developer.mozilla.org/docs/Web/CSS/border-top
borderTopInset : Html.Attribute msg
``` border-top : inset
https://developer.mozilla.org/docs/Web/CSS/border-top
<a name="//apple_ref/cpp/Function/borderTopMedium" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopMedium" href="#borderTopMedium">borderTopMedium</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-top : medium
https://developer.mozilla.org/docs/Web/CSS/border-top
borderTopNone : Html.Attribute msg
``` border-top : none
https://developer.mozilla.org/docs/Web/CSS/border-top
<a name="//apple_ref/cpp/Function/borderTopOutset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopOutset" href="#borderTopOutset">borderTopOutset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-top : outset
https://developer.mozilla.org/docs/Web/CSS/border-top
borderTopPx : Basics.Float -> Html.Attribute msg
``` border-top : 42px
https://developer.mozilla.org/docs/Web/CSS/border-top
<a name="//apple_ref/cpp/Function/borderTopRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopRem" href="#borderTopRem">borderTopRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-top : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-top
borderTopRidge : Html.Attribute msg
``` border-top : ridge
https://developer.mozilla.org/docs/Web/CSS/border-top
<a name="//apple_ref/cpp/Function/borderTopSolid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopSolid" href="#borderTopSolid">borderTopSolid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-top : solid
https://developer.mozilla.org/docs/Web/CSS/border-top
borderTopThick : Html.Attribute msg
``` border-top : thick
https://developer.mozilla.org/docs/Web/CSS/border-top
<a name="//apple_ref/cpp/Function/borderTopThin" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopThin" href="#borderTopThin">borderTopThin</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-top : thin
https://developer.mozilla.org/docs/Web/CSS/border-top
borderTopColor : String -> Html.Attribute msg
CSS property border-top-color
https://developer.mozilla.org/docs/Web/CSS/border-top-color
borderTopColorCurrentcolor : Html.Attribute msg
``` border-top-color : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-top-color
<a name="//apple_ref/cpp/Function/borderTopLeftRadius" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopLeftRadius" href="#borderTopLeftRadius">borderTopLeftRadius</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-top-left-radius`
https://developer.mozilla.org/docs/Web/CSS/border-top-left-radius
<a name="//apple_ref/cpp/Function/borderTopLeftRadiusPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopLeftRadiusPx" href="#borderTopLeftRadiusPx">borderTopLeftRadiusPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-top-left-radius : 42px
https://developer.mozilla.org/docs/Web/CSS/border-top-left-radius
borderTopLeftRadiusRem : Basics.Float -> Html.Attribute msg
``` border-top-left-radius : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-top-left-radius
<a name="//apple_ref/cpp/Function/borderTopRightRadius" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopRightRadius" href="#borderTopRightRadius">borderTopRightRadius</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-top-right-radius`
https://developer.mozilla.org/docs/Web/CSS/border-top-right-radius
<a name="//apple_ref/cpp/Function/borderTopRightRadiusPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopRightRadiusPx" href="#borderTopRightRadiusPx">borderTopRightRadiusPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-top-right-radius : 42px
https://developer.mozilla.org/docs/Web/CSS/border-top-right-radius
borderTopRightRadiusRem : Basics.Float -> Html.Attribute msg
``` border-top-right-radius : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-top-right-radius
<a name="//apple_ref/cpp/Function/borderTopStyle" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopStyle" href="#borderTopStyle">borderTopStyle</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-top-style`
https://developer.mozilla.org/docs/Web/CSS/border-top-style
<a name="//apple_ref/cpp/Function/borderTopStyleDashed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopStyleDashed" href="#borderTopStyleDashed">borderTopStyleDashed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-top-style : dashed
https://developer.mozilla.org/docs/Web/CSS/border-top-style
borderTopStyleDotted : Html.Attribute msg
``` border-top-style : dotted
https://developer.mozilla.org/docs/Web/CSS/border-top-style
<a name="//apple_ref/cpp/Function/borderTopStyleDouble" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopStyleDouble" href="#borderTopStyleDouble">borderTopStyleDouble</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-top-style : double
https://developer.mozilla.org/docs/Web/CSS/border-top-style
borderTopStyleGroove : Html.Attribute msg
``` border-top-style : groove
https://developer.mozilla.org/docs/Web/CSS/border-top-style
<a name="//apple_ref/cpp/Function/borderTopStyleHidden" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopStyleHidden" href="#borderTopStyleHidden">borderTopStyleHidden</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-top-style : hidden
https://developer.mozilla.org/docs/Web/CSS/border-top-style
borderTopStyleInset : Html.Attribute msg
``` border-top-style : inset
https://developer.mozilla.org/docs/Web/CSS/border-top-style
<a name="//apple_ref/cpp/Function/borderTopStyleNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopStyleNone" href="#borderTopStyleNone">borderTopStyleNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-top-style : none
https://developer.mozilla.org/docs/Web/CSS/border-top-style
borderTopStyleOutset : Html.Attribute msg
``` border-top-style : outset
https://developer.mozilla.org/docs/Web/CSS/border-top-style
<a name="//apple_ref/cpp/Function/borderTopStyleRidge" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopStyleRidge" href="#borderTopStyleRidge">borderTopStyleRidge</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-top-style : ridge
https://developer.mozilla.org/docs/Web/CSS/border-top-style
borderTopStyleSolid : Html.Attribute msg
``` border-top-style : solid
https://developer.mozilla.org/docs/Web/CSS/border-top-style
<a name="//apple_ref/cpp/Function/borderTopWidth" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopWidth" href="#borderTopWidth">borderTopWidth</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-top-width`
https://developer.mozilla.org/docs/Web/CSS/border-top-width
<a name="//apple_ref/cpp/Function/borderTopWidthMedium" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopWidthMedium" href="#borderTopWidthMedium">borderTopWidthMedium</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-top-width : medium
https://developer.mozilla.org/docs/Web/CSS/border-top-width
borderTopWidthPx : Basics.Float -> Html.Attribute msg
``` border-top-width : 42px
https://developer.mozilla.org/docs/Web/CSS/border-top-width
<a name="//apple_ref/cpp/Function/borderTopWidthRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopWidthRem" href="#borderTopWidthRem">borderTopWidthRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-top-width : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-top-width
borderTopWidthThick : Html.Attribute msg
``` border-top-width : thick
https://developer.mozilla.org/docs/Web/CSS/border-top-width
<a name="//apple_ref/cpp/Function/borderTopWidthThin" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderTopWidthThin" href="#borderTopWidthThin">borderTopWidthThin</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-top-width : thin
https://developer.mozilla.org/docs/Web/CSS/border-top-width
borderWidth : String -> Html.Attribute msg
CSS property border-width
https://developer.mozilla.org/docs/Web/CSS/border-width
borderWidthMedium : Html.Attribute msg
``` border-width : medium
https://developer.mozilla.org/docs/Web/CSS/border-width
<a name="//apple_ref/cpp/Function/borderWidthPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderWidthPx" href="#borderWidthPx">borderWidthPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-width : 42px
https://developer.mozilla.org/docs/Web/CSS/border-width
borderWidthRem : Basics.Float -> Html.Attribute msg
``` border-width : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-width
<a name="//apple_ref/cpp/Function/borderWidthThick" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderWidthThick" href="#borderWidthThick">borderWidthThick</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-width : thick
https://developer.mozilla.org/docs/Web/CSS/border-width
borderWidthThin : Html.Attribute msg
``` border-width : thin
https://developer.mozilla.org/docs/Web/CSS/border-width
<a name="//apple_ref/cpp/Function/boxShadow" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="boxShadow" href="#boxShadow">boxShadow</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `box-shadow`
https://developer.mozilla.org/docs/Web/CSS/box-shadow
<a name="//apple_ref/cpp/Function/boxShadowNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="boxShadowNone" href="#boxShadowNone">boxShadowNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
box-shadow : none
https://developer.mozilla.org/docs/Web/CSS/box-shadow
accentColor : String -> Html.Attribute msg
CSS property accent-color
https://developer.mozilla.org/docs/Web/CSS/accent-color
accentColorAuto : Html.Attribute msg
``` accent-color : auto
https://developer.mozilla.org/docs/Web/CSS/accent-color
<a name="//apple_ref/cpp/Function/accentColorCurrentcolor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="accentColorCurrentcolor" href="#accentColorCurrentcolor">accentColorCurrentcolor</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
accent-color : currentcolor
https://developer.mozilla.org/docs/Web/CSS/accent-color
appearance : String -> Html.Attribute msg
CSS property appearance
https://developer.mozilla.org/docs/Web/CSS/appearance
appearanceAuto : Html.Attribute msg
``` appearance : auto
https://developer.mozilla.org/docs/Web/CSS/appearance
<a name="//apple_ref/cpp/Function/appearanceButton" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="appearanceButton" href="#appearanceButton">appearanceButton</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
appearance : button
https://developer.mozilla.org/docs/Web/CSS/appearance
appearanceCheckbox : Html.Attribute msg
``` appearance : checkbox
https://developer.mozilla.org/docs/Web/CSS/appearance
<a name="//apple_ref/cpp/Function/appearanceListbox" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="appearanceListbox" href="#appearanceListbox">appearanceListbox</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
appearance : listbox
https://developer.mozilla.org/docs/Web/CSS/appearance
appearanceMenulist : Html.Attribute msg
``` appearance : menulist
https://developer.mozilla.org/docs/Web/CSS/appearance
<a name="//apple_ref/cpp/Function/appearanceMenulistButton" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="appearanceMenulistButton" href="#appearanceMenulistButton">appearanceMenulistButton</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
appearance : menulist-button
https://developer.mozilla.org/docs/Web/CSS/appearance
appearanceMeter : Html.Attribute msg
``` appearance : meter
https://developer.mozilla.org/docs/Web/CSS/appearance
<a name="//apple_ref/cpp/Function/appearanceNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="appearanceNone" href="#appearanceNone">appearanceNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
appearance : none
https://developer.mozilla.org/docs/Web/CSS/appearance
appearanceProgressBar : Html.Attribute msg
``` appearance : progress-bar
https://developer.mozilla.org/docs/Web/CSS/appearance
<a name="//apple_ref/cpp/Function/appearancePushButton" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="appearancePushButton" href="#appearancePushButton">appearancePushButton</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
appearance : push-button
https://developer.mozilla.org/docs/Web/CSS/appearance
appearanceRadio : Html.Attribute msg
``` appearance : radio
https://developer.mozilla.org/docs/Web/CSS/appearance
<a name="//apple_ref/cpp/Function/appearanceSearchfield" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="appearanceSearchfield" href="#appearanceSearchfield">appearanceSearchfield</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
appearance : searchfield
https://developer.mozilla.org/docs/Web/CSS/appearance
appearanceSliderHorizontal : Html.Attribute msg
``` appearance : slider-horizontal
https://developer.mozilla.org/docs/Web/CSS/appearance
<a name="//apple_ref/cpp/Function/appearanceSquareButton" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="appearanceSquareButton" href="#appearanceSquareButton">appearanceSquareButton</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
appearance : square-button
https://developer.mozilla.org/docs/Web/CSS/appearance
appearanceTextarea : Html.Attribute msg
``` appearance : textarea
https://developer.mozilla.org/docs/Web/CSS/appearance
<a name="//apple_ref/cpp/Function/appearanceTextfield" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="appearanceTextfield" href="#appearanceTextfield">appearanceTextfield</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
appearance : textfield
https://developer.mozilla.org/docs/Web/CSS/appearance
aspectRatio : String -> Html.Attribute msg
CSS property aspect-ratio
https://developer.mozilla.org/docs/Web/CSS/aspect-ratio
aspectRatioAuto : Html.Attribute msg
``` aspect-ratio : auto
https://developer.mozilla.org/docs/Web/CSS/aspect-ratio
<a name="//apple_ref/cpp/Function/caret" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="caret" href="#caret">caret</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `caret`
<a name="//apple_ref/cpp/Function/caretAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="caretAuto" href="#caretAuto">caretAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
caret : auto
caretBar : Html.Attribute msg
``` caret : bar
<a name="//apple_ref/cpp/Function/caretBlock" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="caretBlock" href="#caretBlock">caretBlock</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
caret : block
caretCurrentcolor : Html.Attribute msg
``` caret : currentcolor
<a name="//apple_ref/cpp/Function/caretUnderscore" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="caretUnderscore" href="#caretUnderscore">caretUnderscore</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
caret : underscore
caretColor : String -> Html.Attribute msg
CSS property caret-color
https://developer.mozilla.org/docs/Web/CSS/caret-color
caretColorAuto : Html.Attribute msg
``` caret-color : auto
https://developer.mozilla.org/docs/Web/CSS/caret-color
<a name="//apple_ref/cpp/Function/caretColorCurrentcolor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="caretColorCurrentcolor" href="#caretColorCurrentcolor">caretColorCurrentcolor</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
caret-color : currentcolor
https://developer.mozilla.org/docs/Web/CSS/caret-color
caretShape : String -> Html.Attribute msg
CSS property caret-shape
caretShapeAuto : Html.Attribute msg
``` caret-shape : auto
<a name="//apple_ref/cpp/Function/caretShapeBar" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="caretShapeBar" href="#caretShapeBar">caretShapeBar</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
caret-shape : bar
caretShapeBlock : Html.Attribute msg
``` caret-shape : block
<a name="//apple_ref/cpp/Function/caretShapeUnderscore" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="caretShapeUnderscore" href="#caretShapeUnderscore">caretShapeUnderscore</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
caret-shape : underscore
cursor : String -> Html.Attribute msg
CSS property cursor
https://developer.mozilla.org/docs/Web/CSS/cursor
cursorAlias : Html.Attribute msg
``` cursor : alias
https://developer.mozilla.org/docs/Web/CSS/cursor
<a name="//apple_ref/cpp/Function/cursorAllScroll" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="cursorAllScroll" href="#cursorAllScroll">cursorAllScroll</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
cursor : all-scroll
https://developer.mozilla.org/docs/Web/CSS/cursor
cursorAuto : Html.Attribute msg
``` cursor : auto
https://developer.mozilla.org/docs/Web/CSS/cursor
<a name="//apple_ref/cpp/Function/cursorCell" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="cursorCell" href="#cursorCell">cursorCell</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
cursor : cell
https://developer.mozilla.org/docs/Web/CSS/cursor
cursorColResize : Html.Attribute msg
``` cursor : col-resize
https://developer.mozilla.org/docs/Web/CSS/cursor
<a name="//apple_ref/cpp/Function/cursorContextMenu" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="cursorContextMenu" href="#cursorContextMenu">cursorContextMenu</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
cursor : context-menu
https://developer.mozilla.org/docs/Web/CSS/cursor
cursorCopy : Html.Attribute msg
``` cursor : copy
https://developer.mozilla.org/docs/Web/CSS/cursor
<a name="//apple_ref/cpp/Function/cursorCrosshair" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="cursorCrosshair" href="#cursorCrosshair">cursorCrosshair</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
cursor : crosshair
https://developer.mozilla.org/docs/Web/CSS/cursor
cursorDefault : Html.Attribute msg
``` cursor : default
https://developer.mozilla.org/docs/Web/CSS/cursor
<a name="//apple_ref/cpp/Function/cursorEResize" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="cursorEResize" href="#cursorEResize">cursorEResize</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
cursor : e-resize
https://developer.mozilla.org/docs/Web/CSS/cursor
cursorEwResize : Html.Attribute msg
``` cursor : ew-resize
https://developer.mozilla.org/docs/Web/CSS/cursor
<a name="//apple_ref/cpp/Function/cursorGrab" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="cursorGrab" href="#cursorGrab">cursorGrab</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
cursor : grab
https://developer.mozilla.org/docs/Web/CSS/cursor
cursorGrabbing : Html.Attribute msg
``` cursor : grabbing
https://developer.mozilla.org/docs/Web/CSS/cursor
<a name="//apple_ref/cpp/Function/cursorHelp" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="cursorHelp" href="#cursorHelp">cursorHelp</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
cursor : help
https://developer.mozilla.org/docs/Web/CSS/cursor
cursorMove : Html.Attribute msg
``` cursor : move
https://developer.mozilla.org/docs/Web/CSS/cursor
<a name="//apple_ref/cpp/Function/cursorNResize" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="cursorNResize" href="#cursorNResize">cursorNResize</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
cursor : n-resize
https://developer.mozilla.org/docs/Web/CSS/cursor
cursorNeResize : Html.Attribute msg
``` cursor : ne-resize
https://developer.mozilla.org/docs/Web/CSS/cursor
<a name="//apple_ref/cpp/Function/cursorNeswResize" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="cursorNeswResize" href="#cursorNeswResize">cursorNeswResize</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
cursor : nesw-resize
https://developer.mozilla.org/docs/Web/CSS/cursor
cursorNoDrop : Html.Attribute msg
``` cursor : no-drop
https://developer.mozilla.org/docs/Web/CSS/cursor
<a name="//apple_ref/cpp/Function/cursorNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="cursorNone" href="#cursorNone">cursorNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
cursor : none
https://developer.mozilla.org/docs/Web/CSS/cursor
cursorNotAllowed : Html.Attribute msg
``` cursor : not-allowed
https://developer.mozilla.org/docs/Web/CSS/cursor
<a name="//apple_ref/cpp/Function/cursorNsResize" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="cursorNsResize" href="#cursorNsResize">cursorNsResize</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
cursor : ns-resize
https://developer.mozilla.org/docs/Web/CSS/cursor
cursorNwResize : Html.Attribute msg
``` cursor : nw-resize
https://developer.mozilla.org/docs/Web/CSS/cursor
<a name="//apple_ref/cpp/Function/cursorNwseResize" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="cursorNwseResize" href="#cursorNwseResize">cursorNwseResize</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
cursor : nwse-resize
https://developer.mozilla.org/docs/Web/CSS/cursor
cursorPointer : Html.Attribute msg
``` cursor : pointer
https://developer.mozilla.org/docs/Web/CSS/cursor
<a name="//apple_ref/cpp/Function/cursorProgress" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="cursorProgress" href="#cursorProgress">cursorProgress</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
cursor : progress
https://developer.mozilla.org/docs/Web/CSS/cursor
cursorRowResize : Html.Attribute msg
``` cursor : row-resize
https://developer.mozilla.org/docs/Web/CSS/cursor
<a name="//apple_ref/cpp/Function/cursorSResize" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="cursorSResize" href="#cursorSResize">cursorSResize</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
cursor : s-resize
https://developer.mozilla.org/docs/Web/CSS/cursor
cursorSeResize : Html.Attribute msg
``` cursor : se-resize
https://developer.mozilla.org/docs/Web/CSS/cursor
<a name="//apple_ref/cpp/Function/cursorSwResize" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="cursorSwResize" href="#cursorSwResize">cursorSwResize</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
cursor : sw-resize
https://developer.mozilla.org/docs/Web/CSS/cursor
cursorText : Html.Attribute msg
``` cursor : text
https://developer.mozilla.org/docs/Web/CSS/cursor
<a name="//apple_ref/cpp/Function/cursorVerticalText" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="cursorVerticalText" href="#cursorVerticalText">cursorVerticalText</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
cursor : vertical-text
https://developer.mozilla.org/docs/Web/CSS/cursor
cursorWResize : Html.Attribute msg
``` cursor : w-resize
https://developer.mozilla.org/docs/Web/CSS/cursor
<a name="//apple_ref/cpp/Function/cursorWait" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="cursorWait" href="#cursorWait">cursorWait</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
cursor : wait
https://developer.mozilla.org/docs/Web/CSS/cursor
cursorZoomIn : Html.Attribute msg
``` cursor : zoom-in
https://developer.mozilla.org/docs/Web/CSS/cursor
<a name="//apple_ref/cpp/Function/cursorZoomOut" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="cursorZoomOut" href="#cursorZoomOut">cursorZoomOut</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
cursor : zoom-out
https://developer.mozilla.org/docs/Web/CSS/cursor
imeMode : String -> Html.Attribute msg
CSS property ime-mode
https://developer.mozilla.org/docs/Web/CSS/ime-mode
imeModeActive : Html.Attribute msg
``` ime-mode : active
https://developer.mozilla.org/docs/Web/CSS/ime-mode
<a name="//apple_ref/cpp/Function/imeModeAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="imeModeAuto" href="#imeModeAuto">imeModeAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
ime-mode : auto
https://developer.mozilla.org/docs/Web/CSS/ime-mode
imeModeDisabled : Html.Attribute msg
``` ime-mode : disabled
https://developer.mozilla.org/docs/Web/CSS/ime-mode
<a name="//apple_ref/cpp/Function/imeModeInactive" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="imeModeInactive" href="#imeModeInactive">imeModeInactive</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
ime-mode : inactive
https://developer.mozilla.org/docs/Web/CSS/ime-mode
imeModeNormal : Html.Attribute msg
``` ime-mode : normal
https://developer.mozilla.org/docs/Web/CSS/ime-mode
<a name="//apple_ref/cpp/Function/inputSecurity" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="inputSecurity" href="#inputSecurity">inputSecurity</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `input-security`
<a name="//apple_ref/cpp/Function/inputSecurityAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="inputSecurityAuto" href="#inputSecurityAuto">inputSecurityAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
input-security : auto
inputSecurityNone : Html.Attribute msg
``` input-security : none
<a name="//apple_ref/cpp/Function/outline" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outline" href="#outline">outline</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `outline`
https://developer.mozilla.org/docs/Web/CSS/outline
<a name="//apple_ref/cpp/Function/outlineAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outlineAuto" href="#outlineAuto">outlineAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
outline : auto
https://developer.mozilla.org/docs/Web/CSS/outline
outlineCurrentcolor : Html.Attribute msg
``` outline : currentcolor
https://developer.mozilla.org/docs/Web/CSS/outline
<a name="//apple_ref/cpp/Function/outlineDashed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outlineDashed" href="#outlineDashed">outlineDashed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
outline : dashed
https://developer.mozilla.org/docs/Web/CSS/outline
outlineDotted : Html.Attribute msg
``` outline : dotted
https://developer.mozilla.org/docs/Web/CSS/outline
<a name="//apple_ref/cpp/Function/outlineDouble" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outlineDouble" href="#outlineDouble">outlineDouble</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
outline : double
https://developer.mozilla.org/docs/Web/CSS/outline
outlineGroove : Html.Attribute msg
``` outline : groove
https://developer.mozilla.org/docs/Web/CSS/outline
<a name="//apple_ref/cpp/Function/outlineHidden" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outlineHidden" href="#outlineHidden">outlineHidden</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
outline : hidden
https://developer.mozilla.org/docs/Web/CSS/outline
outlineInset : Html.Attribute msg
``` outline : inset
https://developer.mozilla.org/docs/Web/CSS/outline
<a name="//apple_ref/cpp/Function/outlineMedium" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outlineMedium" href="#outlineMedium">outlineMedium</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
outline : medium
https://developer.mozilla.org/docs/Web/CSS/outline
outlineNone : Html.Attribute msg
``` outline : none
https://developer.mozilla.org/docs/Web/CSS/outline
<a name="//apple_ref/cpp/Function/outlineOutset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outlineOutset" href="#outlineOutset">outlineOutset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
outline : outset
https://developer.mozilla.org/docs/Web/CSS/outline
outlinePx : Basics.Float -> Html.Attribute msg
``` outline : 42px
https://developer.mozilla.org/docs/Web/CSS/outline
<a name="//apple_ref/cpp/Function/outlineRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outlineRem" href="#outlineRem">outlineRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
outline : 42rem
https://developer.mozilla.org/docs/Web/CSS/outline
outlineRidge : Html.Attribute msg
``` outline : ridge
https://developer.mozilla.org/docs/Web/CSS/outline
<a name="//apple_ref/cpp/Function/outlineSolid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outlineSolid" href="#outlineSolid">outlineSolid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
outline : solid
https://developer.mozilla.org/docs/Web/CSS/outline
outlineThick : Html.Attribute msg
``` outline : thick
https://developer.mozilla.org/docs/Web/CSS/outline
<a name="//apple_ref/cpp/Function/outlineThin" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outlineThin" href="#outlineThin">outlineThin</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
outline : thin
https://developer.mozilla.org/docs/Web/CSS/outline
outlineColor : String -> Html.Attribute msg
CSS property outline-color
https://developer.mozilla.org/docs/Web/CSS/outline-color
outlineColorAuto : Html.Attribute msg
``` outline-color : auto
https://developer.mozilla.org/docs/Web/CSS/outline-color
<a name="//apple_ref/cpp/Function/outlineColorCurrentcolor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outlineColorCurrentcolor" href="#outlineColorCurrentcolor">outlineColorCurrentcolor</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
outline-color : currentcolor
https://developer.mozilla.org/docs/Web/CSS/outline-color
outlineOffset : String -> Html.Attribute msg
CSS property outline-offset
https://developer.mozilla.org/docs/Web/CSS/outline-offset
outlineOffsetPx : Basics.Float -> Html.Attribute msg
``` outline-offset : 42px
https://developer.mozilla.org/docs/Web/CSS/outline-offset
<a name="//apple_ref/cpp/Function/outlineOffsetRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outlineOffsetRem" href="#outlineOffsetRem">outlineOffsetRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
outline-offset : 42rem
https://developer.mozilla.org/docs/Web/CSS/outline-offset
outlineStyle : String -> Html.Attribute msg
CSS property outline-style
https://developer.mozilla.org/docs/Web/CSS/outline-style
outlineStyleAuto : Html.Attribute msg
``` outline-style : auto
https://developer.mozilla.org/docs/Web/CSS/outline-style
<a name="//apple_ref/cpp/Function/outlineStyleDashed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outlineStyleDashed" href="#outlineStyleDashed">outlineStyleDashed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
outline-style : dashed
https://developer.mozilla.org/docs/Web/CSS/outline-style
outlineStyleDotted : Html.Attribute msg
``` outline-style : dotted
https://developer.mozilla.org/docs/Web/CSS/outline-style
<a name="//apple_ref/cpp/Function/outlineStyleDouble" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outlineStyleDouble" href="#outlineStyleDouble">outlineStyleDouble</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
outline-style : double
https://developer.mozilla.org/docs/Web/CSS/outline-style
outlineStyleGroove : Html.Attribute msg
``` outline-style : groove
https://developer.mozilla.org/docs/Web/CSS/outline-style
<a name="//apple_ref/cpp/Function/outlineStyleHidden" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outlineStyleHidden" href="#outlineStyleHidden">outlineStyleHidden</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
outline-style : hidden
https://developer.mozilla.org/docs/Web/CSS/outline-style
outlineStyleInset : Html.Attribute msg
``` outline-style : inset
https://developer.mozilla.org/docs/Web/CSS/outline-style
<a name="//apple_ref/cpp/Function/outlineStyleNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outlineStyleNone" href="#outlineStyleNone">outlineStyleNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
outline-style : none
https://developer.mozilla.org/docs/Web/CSS/outline-style
outlineStyleOutset : Html.Attribute msg
``` outline-style : outset
https://developer.mozilla.org/docs/Web/CSS/outline-style
<a name="//apple_ref/cpp/Function/outlineStyleRidge" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outlineStyleRidge" href="#outlineStyleRidge">outlineStyleRidge</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
outline-style : ridge
https://developer.mozilla.org/docs/Web/CSS/outline-style
outlineStyleSolid : Html.Attribute msg
``` outline-style : solid
https://developer.mozilla.org/docs/Web/CSS/outline-style
<a name="//apple_ref/cpp/Function/outlineWidth" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outlineWidth" href="#outlineWidth">outlineWidth</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `outline-width`
https://developer.mozilla.org/docs/Web/CSS/outline-width
<a name="//apple_ref/cpp/Function/outlineWidthMedium" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outlineWidthMedium" href="#outlineWidthMedium">outlineWidthMedium</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
outline-width : medium
https://developer.mozilla.org/docs/Web/CSS/outline-width
outlineWidthPx : Basics.Float -> Html.Attribute msg
``` outline-width : 42px
https://developer.mozilla.org/docs/Web/CSS/outline-width
<a name="//apple_ref/cpp/Function/outlineWidthRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outlineWidthRem" href="#outlineWidthRem">outlineWidthRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
outline-width : 42rem
https://developer.mozilla.org/docs/Web/CSS/outline-width
outlineWidthThick : Html.Attribute msg
``` outline-width : thick
https://developer.mozilla.org/docs/Web/CSS/outline-width
<a name="//apple_ref/cpp/Function/outlineWidthThin" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="outlineWidthThin" href="#outlineWidthThin">outlineWidthThin</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
outline-width : thin
https://developer.mozilla.org/docs/Web/CSS/outline-width
pointerEvents : String -> Html.Attribute msg
CSS property pointer-events
https://developer.mozilla.org/docs/Web/CSS/pointer-events
pointerEventsAll : Html.Attribute msg
``` pointer-events : all
https://developer.mozilla.org/docs/Web/CSS/pointer-events
<a name="//apple_ref/cpp/Function/pointerEventsAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="pointerEventsAuto" href="#pointerEventsAuto">pointerEventsAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
pointer-events : auto
https://developer.mozilla.org/docs/Web/CSS/pointer-events
pointerEventsFill : Html.Attribute msg
``` pointer-events : fill
https://developer.mozilla.org/docs/Web/CSS/pointer-events
<a name="//apple_ref/cpp/Function/pointerEventsInherit" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="pointerEventsInherit" href="#pointerEventsInherit">pointerEventsInherit</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
pointer-events : inherit
https://developer.mozilla.org/docs/Web/CSS/pointer-events
pointerEventsNone : Html.Attribute msg
``` pointer-events : none
https://developer.mozilla.org/docs/Web/CSS/pointer-events
<a name="//apple_ref/cpp/Function/pointerEventsPainted" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="pointerEventsPainted" href="#pointerEventsPainted">pointerEventsPainted</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
pointer-events : painted
https://developer.mozilla.org/docs/Web/CSS/pointer-events
pointerEventsStroke : Html.Attribute msg
``` pointer-events : stroke
https://developer.mozilla.org/docs/Web/CSS/pointer-events
<a name="//apple_ref/cpp/Function/pointerEventsVisible" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="pointerEventsVisible" href="#pointerEventsVisible">pointerEventsVisible</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
pointer-events : visible
https://developer.mozilla.org/docs/Web/CSS/pointer-events
pointerEventsVisibleFill : Html.Attribute msg
``` pointer-events : visibleFill
https://developer.mozilla.org/docs/Web/CSS/pointer-events
<a name="//apple_ref/cpp/Function/pointerEventsVisiblePainted" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="pointerEventsVisiblePainted" href="#pointerEventsVisiblePainted">pointerEventsVisiblePainted</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
pointer-events : visiblePainted
https://developer.mozilla.org/docs/Web/CSS/pointer-events
pointerEventsVisibleStroke : Html.Attribute msg
``` pointer-events : visibleStroke
https://developer.mozilla.org/docs/Web/CSS/pointer-events
<a name="//apple_ref/cpp/Function/resize" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="resize" href="#resize">resize</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `resize`
https://developer.mozilla.org/docs/Web/CSS/resize
<a name="//apple_ref/cpp/Function/resizeBlock" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="resizeBlock" href="#resizeBlock">resizeBlock</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
resize : block
https://developer.mozilla.org/docs/Web/CSS/resize
resizeBoth : Html.Attribute msg
``` resize : both
https://developer.mozilla.org/docs/Web/CSS/resize
<a name="//apple_ref/cpp/Function/resizeHorizontal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="resizeHorizontal" href="#resizeHorizontal">resizeHorizontal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
resize : horizontal
https://developer.mozilla.org/docs/Web/CSS/resize
resizeInline : Html.Attribute msg
``` resize : inline
https://developer.mozilla.org/docs/Web/CSS/resize
<a name="//apple_ref/cpp/Function/resizeNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="resizeNone" href="#resizeNone">resizeNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
resize : none
https://developer.mozilla.org/docs/Web/CSS/resize
resizeVertical : Html.Attribute msg
``` resize : vertical
https://developer.mozilla.org/docs/Web/CSS/resize
<a name="//apple_ref/cpp/Function/textOverflow" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textOverflow" href="#textOverflow">textOverflow</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `text-overflow`
https://developer.mozilla.org/docs/Web/CSS/text-overflow
<a name="//apple_ref/cpp/Function/textOverflowClip" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textOverflowClip" href="#textOverflowClip">textOverflowClip</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-overflow : clip
https://developer.mozilla.org/docs/Web/CSS/text-overflow
textOverflowEllipsis : Html.Attribute msg
``` text-overflow : ellipsis
https://developer.mozilla.org/docs/Web/CSS/text-overflow
<a name="//apple_ref/cpp/Function/userSelect" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="userSelect" href="#userSelect">userSelect</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `user-select`
https://developer.mozilla.org/docs/Web/CSS/user-select
<a name="//apple_ref/cpp/Function/userSelectAll" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="userSelectAll" href="#userSelectAll">userSelectAll</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
user-select : all
https://developer.mozilla.org/docs/Web/CSS/user-select
userSelectAuto : Html.Attribute msg
``` user-select : auto
https://developer.mozilla.org/docs/Web/CSS/user-select
<a name="//apple_ref/cpp/Function/userSelectContain" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="userSelectContain" href="#userSelectContain">userSelectContain</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
user-select : contain
https://developer.mozilla.org/docs/Web/CSS/user-select
userSelectNone : Html.Attribute msg
``` user-select : none
https://developer.mozilla.org/docs/Web/CSS/user-select
<a name="//apple_ref/cpp/Function/userSelectText" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="userSelectText" href="#userSelectText">userSelectText</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
user-select : text
https://developer.mozilla.org/docs/Web/CSS/user-select
alignContent : String -> Html.Attribute msg
CSS property align-content
https://developer.mozilla.org/docs/Web/CSS/align-content
alignContentBaseline : Html.Attribute msg
``` align-content : baseline
https://developer.mozilla.org/docs/Web/CSS/align-content
<a name="//apple_ref/cpp/Function/alignContentCenter" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignContentCenter" href="#alignContentCenter">alignContentCenter</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-content : center
https://developer.mozilla.org/docs/Web/CSS/align-content
alignContentEnd : Html.Attribute msg
``` align-content : end
https://developer.mozilla.org/docs/Web/CSS/align-content
<a name="//apple_ref/cpp/Function/alignContentFlexEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignContentFlexEnd" href="#alignContentFlexEnd">alignContentFlexEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-content : flex-end
https://developer.mozilla.org/docs/Web/CSS/align-content
alignContentFlexStart : Html.Attribute msg
``` align-content : flex-start
https://developer.mozilla.org/docs/Web/CSS/align-content
<a name="//apple_ref/cpp/Function/alignContentNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignContentNormal" href="#alignContentNormal">alignContentNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-content : normal
https://developer.mozilla.org/docs/Web/CSS/align-content
alignContentSpaceAround : Html.Attribute msg
``` align-content : space-around
https://developer.mozilla.org/docs/Web/CSS/align-content
<a name="//apple_ref/cpp/Function/alignContentSpaceBetween" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignContentSpaceBetween" href="#alignContentSpaceBetween">alignContentSpaceBetween</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-content : space-between
https://developer.mozilla.org/docs/Web/CSS/align-content
alignContentSpaceEvenly : Html.Attribute msg
``` align-content : space-evenly
https://developer.mozilla.org/docs/Web/CSS/align-content
<a name="//apple_ref/cpp/Function/alignContentStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignContentStart" href="#alignContentStart">alignContentStart</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-content : start
https://developer.mozilla.org/docs/Web/CSS/align-content
alignContentStretch : Html.Attribute msg
``` align-content : stretch
https://developer.mozilla.org/docs/Web/CSS/align-content
<a name="//apple_ref/cpp/Function/alignItems" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignItems" href="#alignItems">alignItems</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `align-items`
https://developer.mozilla.org/docs/Web/CSS/align-items
<a name="//apple_ref/cpp/Function/alignItemsBaseline" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignItemsBaseline" href="#alignItemsBaseline">alignItemsBaseline</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-items : baseline
https://developer.mozilla.org/docs/Web/CSS/align-items
alignItemsCenter : Html.Attribute msg
``` align-items : center
https://developer.mozilla.org/docs/Web/CSS/align-items
<a name="//apple_ref/cpp/Function/alignItemsEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignItemsEnd" href="#alignItemsEnd">alignItemsEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-items : end
https://developer.mozilla.org/docs/Web/CSS/align-items
alignItemsFlexEnd : Html.Attribute msg
``` align-items : flex-end
https://developer.mozilla.org/docs/Web/CSS/align-items
<a name="//apple_ref/cpp/Function/alignItemsFlexStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignItemsFlexStart" href="#alignItemsFlexStart">alignItemsFlexStart</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-items : flex-start
https://developer.mozilla.org/docs/Web/CSS/align-items
alignItemsNormal : Html.Attribute msg
``` align-items : normal
https://developer.mozilla.org/docs/Web/CSS/align-items
<a name="//apple_ref/cpp/Function/alignItemsSelfEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignItemsSelfEnd" href="#alignItemsSelfEnd">alignItemsSelfEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-items : self-end
https://developer.mozilla.org/docs/Web/CSS/align-items
alignItemsSelfStart : Html.Attribute msg
``` align-items : self-start
https://developer.mozilla.org/docs/Web/CSS/align-items
<a name="//apple_ref/cpp/Function/alignItemsStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignItemsStart" href="#alignItemsStart">alignItemsStart</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-items : start
https://developer.mozilla.org/docs/Web/CSS/align-items
alignItemsStretch : Html.Attribute msg
``` align-items : stretch
https://developer.mozilla.org/docs/Web/CSS/align-items
<a name="//apple_ref/cpp/Function/alignSelf" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignSelf" href="#alignSelf">alignSelf</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `align-self`
https://developer.mozilla.org/docs/Web/CSS/align-self
<a name="//apple_ref/cpp/Function/alignSelfAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignSelfAuto" href="#alignSelfAuto">alignSelfAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-self : auto
https://developer.mozilla.org/docs/Web/CSS/align-self
alignSelfBaseline : Html.Attribute msg
``` align-self : baseline
https://developer.mozilla.org/docs/Web/CSS/align-self
<a name="//apple_ref/cpp/Function/alignSelfCenter" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignSelfCenter" href="#alignSelfCenter">alignSelfCenter</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-self : center
https://developer.mozilla.org/docs/Web/CSS/align-self
alignSelfEnd : Html.Attribute msg
``` align-self : end
https://developer.mozilla.org/docs/Web/CSS/align-self
<a name="//apple_ref/cpp/Function/alignSelfFlexEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignSelfFlexEnd" href="#alignSelfFlexEnd">alignSelfFlexEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-self : flex-end
https://developer.mozilla.org/docs/Web/CSS/align-self
alignSelfFlexStart : Html.Attribute msg
``` align-self : flex-start
https://developer.mozilla.org/docs/Web/CSS/align-self
<a name="//apple_ref/cpp/Function/alignSelfNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignSelfNormal" href="#alignSelfNormal">alignSelfNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-self : normal
https://developer.mozilla.org/docs/Web/CSS/align-self
alignSelfSelfEnd : Html.Attribute msg
``` align-self : self-end
https://developer.mozilla.org/docs/Web/CSS/align-self
<a name="//apple_ref/cpp/Function/alignSelfSelfStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignSelfSelfStart" href="#alignSelfSelfStart">alignSelfSelfStart</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-self : self-start
https://developer.mozilla.org/docs/Web/CSS/align-self
alignSelfStart : Html.Attribute msg
``` align-self : start
https://developer.mozilla.org/docs/Web/CSS/align-self
<a name="//apple_ref/cpp/Function/alignSelfStretch" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignSelfStretch" href="#alignSelfStretch">alignSelfStretch</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-self : stretch
https://developer.mozilla.org/docs/Web/CSS/align-self
columnGap : String -> Html.Attribute msg
CSS property column-gap
https://developer.mozilla.org/docs/Web/CSS/column-gap
columnGapNormal : Html.Attribute msg
``` column-gap : normal
https://developer.mozilla.org/docs/Web/CSS/column-gap
<a name="//apple_ref/cpp/Function/columnGapPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnGapPx" href="#columnGapPx">columnGapPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
column-gap : 42px
https://developer.mozilla.org/docs/Web/CSS/column-gap
columnGapRem : Basics.Float -> Html.Attribute msg
``` column-gap : 42rem
https://developer.mozilla.org/docs/Web/CSS/column-gap
<a name="//apple_ref/cpp/Function/gap" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gap" href="#gap">gap</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `gap`
https://developer.mozilla.org/docs/Web/CSS/gap
<a name="//apple_ref/cpp/Function/gapNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gapNormal" href="#gapNormal">gapNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
gap : normal
https://developer.mozilla.org/docs/Web/CSS/gap
gapPx : Basics.Float -> Html.Attribute msg
``` gap : 42px
https://developer.mozilla.org/docs/Web/CSS/gap
<a name="//apple_ref/cpp/Function/gapRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gapRem" href="#gapRem">gapRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
gap : 42rem
https://developer.mozilla.org/docs/Web/CSS/gap
justifyContent : String -> Html.Attribute msg
CSS property justify-content
https://developer.mozilla.org/docs/Web/CSS/justify-content
justifyContentCenter : Html.Attribute msg
``` justify-content : center
https://developer.mozilla.org/docs/Web/CSS/justify-content
<a name="//apple_ref/cpp/Function/justifyContentEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifyContentEnd" href="#justifyContentEnd">justifyContentEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-content : end
https://developer.mozilla.org/docs/Web/CSS/justify-content
justifyContentFlexEnd : Html.Attribute msg
``` justify-content : flex-end
https://developer.mozilla.org/docs/Web/CSS/justify-content
<a name="//apple_ref/cpp/Function/justifyContentFlexStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifyContentFlexStart" href="#justifyContentFlexStart">justifyContentFlexStart</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-content : flex-start
https://developer.mozilla.org/docs/Web/CSS/justify-content
justifyContentLeft : Html.Attribute msg
``` justify-content : left
https://developer.mozilla.org/docs/Web/CSS/justify-content
<a name="//apple_ref/cpp/Function/justifyContentNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifyContentNormal" href="#justifyContentNormal">justifyContentNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-content : normal
https://developer.mozilla.org/docs/Web/CSS/justify-content
justifyContentRight : Html.Attribute msg
``` justify-content : right
https://developer.mozilla.org/docs/Web/CSS/justify-content
<a name="//apple_ref/cpp/Function/justifyContentSpaceAround" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifyContentSpaceAround" href="#justifyContentSpaceAround">justifyContentSpaceAround</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-content : space-around
https://developer.mozilla.org/docs/Web/CSS/justify-content
justifyContentSpaceBetween : Html.Attribute msg
``` justify-content : space-between
https://developer.mozilla.org/docs/Web/CSS/justify-content
<a name="//apple_ref/cpp/Function/justifyContentSpaceEvenly" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifyContentSpaceEvenly" href="#justifyContentSpaceEvenly">justifyContentSpaceEvenly</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-content : space-evenly
https://developer.mozilla.org/docs/Web/CSS/justify-content
justifyContentStart : Html.Attribute msg
``` justify-content : start
https://developer.mozilla.org/docs/Web/CSS/justify-content
<a name="//apple_ref/cpp/Function/justifyContentStretch" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifyContentStretch" href="#justifyContentStretch">justifyContentStretch</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-content : stretch
https://developer.mozilla.org/docs/Web/CSS/justify-content
justifyItems : String -> Html.Attribute msg
CSS property justify-items
https://developer.mozilla.org/docs/Web/CSS/justify-items
justifyItemsBaseline : Html.Attribute msg
``` justify-items : baseline
https://developer.mozilla.org/docs/Web/CSS/justify-items
<a name="//apple_ref/cpp/Function/justifyItemsCenter" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifyItemsCenter" href="#justifyItemsCenter">justifyItemsCenter</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-items : center
https://developer.mozilla.org/docs/Web/CSS/justify-items
justifyItemsEnd : Html.Attribute msg
``` justify-items : end
https://developer.mozilla.org/docs/Web/CSS/justify-items
<a name="//apple_ref/cpp/Function/justifyItemsFlexEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifyItemsFlexEnd" href="#justifyItemsFlexEnd">justifyItemsFlexEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-items : flex-end
https://developer.mozilla.org/docs/Web/CSS/justify-items
justifyItemsFlexStart : Html.Attribute msg
``` justify-items : flex-start
https://developer.mozilla.org/docs/Web/CSS/justify-items
<a name="//apple_ref/cpp/Function/justifyItemsLeft" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifyItemsLeft" href="#justifyItemsLeft">justifyItemsLeft</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-items : left
https://developer.mozilla.org/docs/Web/CSS/justify-items
justifyItemsLegacy : Html.Attribute msg
``` justify-items : legacy
https://developer.mozilla.org/docs/Web/CSS/justify-items
<a name="//apple_ref/cpp/Function/justifyItemsNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifyItemsNormal" href="#justifyItemsNormal">justifyItemsNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-items : normal
https://developer.mozilla.org/docs/Web/CSS/justify-items
justifyItemsRight : Html.Attribute msg
``` justify-items : right
https://developer.mozilla.org/docs/Web/CSS/justify-items
<a name="//apple_ref/cpp/Function/justifyItemsSelfEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifyItemsSelfEnd" href="#justifyItemsSelfEnd">justifyItemsSelfEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-items : self-end
https://developer.mozilla.org/docs/Web/CSS/justify-items
justifyItemsSelfStart : Html.Attribute msg
``` justify-items : self-start
https://developer.mozilla.org/docs/Web/CSS/justify-items
<a name="//apple_ref/cpp/Function/justifyItemsStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifyItemsStart" href="#justifyItemsStart">justifyItemsStart</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-items : start
https://developer.mozilla.org/docs/Web/CSS/justify-items
justifyItemsStretch : Html.Attribute msg
``` justify-items : stretch
https://developer.mozilla.org/docs/Web/CSS/justify-items
<a name="//apple_ref/cpp/Function/justifySelf" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifySelf" href="#justifySelf">justifySelf</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `justify-self`
https://developer.mozilla.org/docs/Web/CSS/justify-self
<a name="//apple_ref/cpp/Function/justifySelfAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifySelfAuto" href="#justifySelfAuto">justifySelfAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-self : auto
https://developer.mozilla.org/docs/Web/CSS/justify-self
justifySelfBaseline : Html.Attribute msg
``` justify-self : baseline
https://developer.mozilla.org/docs/Web/CSS/justify-self
<a name="//apple_ref/cpp/Function/justifySelfCenter" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifySelfCenter" href="#justifySelfCenter">justifySelfCenter</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-self : center
https://developer.mozilla.org/docs/Web/CSS/justify-self
justifySelfEnd : Html.Attribute msg
``` justify-self : end
https://developer.mozilla.org/docs/Web/CSS/justify-self
<a name="//apple_ref/cpp/Function/justifySelfFlexEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifySelfFlexEnd" href="#justifySelfFlexEnd">justifySelfFlexEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-self : flex-end
https://developer.mozilla.org/docs/Web/CSS/justify-self
justifySelfFlexStart : Html.Attribute msg
``` justify-self : flex-start
https://developer.mozilla.org/docs/Web/CSS/justify-self
<a name="//apple_ref/cpp/Function/justifySelfLeft" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifySelfLeft" href="#justifySelfLeft">justifySelfLeft</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-self : left
https://developer.mozilla.org/docs/Web/CSS/justify-self
justifySelfNormal : Html.Attribute msg
``` justify-self : normal
https://developer.mozilla.org/docs/Web/CSS/justify-self
<a name="//apple_ref/cpp/Function/justifySelfRight" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifySelfRight" href="#justifySelfRight">justifySelfRight</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-self : right
https://developer.mozilla.org/docs/Web/CSS/justify-self
justifySelfSelfEnd : Html.Attribute msg
``` justify-self : self-end
https://developer.mozilla.org/docs/Web/CSS/justify-self
<a name="//apple_ref/cpp/Function/justifySelfSelfStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifySelfSelfStart" href="#justifySelfSelfStart">justifySelfSelfStart</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-self : self-start
https://developer.mozilla.org/docs/Web/CSS/justify-self
justifySelfStart : Html.Attribute msg
``` justify-self : start
https://developer.mozilla.org/docs/Web/CSS/justify-self
<a name="//apple_ref/cpp/Function/justifySelfStretch" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifySelfStretch" href="#justifySelfStretch">justifySelfStretch</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-self : stretch
https://developer.mozilla.org/docs/Web/CSS/justify-self
placeContent : String -> Html.Attribute msg
CSS property place-content
https://developer.mozilla.org/docs/Web/CSS/place-content
placeContentBaseline : Html.Attribute msg
``` place-content : baseline
https://developer.mozilla.org/docs/Web/CSS/place-content
<a name="//apple_ref/cpp/Function/placeContentCenter" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="placeContentCenter" href="#placeContentCenter">placeContentCenter</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
place-content : center
https://developer.mozilla.org/docs/Web/CSS/place-content
placeContentEnd : Html.Attribute msg
``` place-content : end
https://developer.mozilla.org/docs/Web/CSS/place-content
<a name="//apple_ref/cpp/Function/placeContentFlexEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="placeContentFlexEnd" href="#placeContentFlexEnd">placeContentFlexEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
place-content : flex-end
https://developer.mozilla.org/docs/Web/CSS/place-content
placeContentFlexStart : Html.Attribute msg
``` place-content : flex-start
https://developer.mozilla.org/docs/Web/CSS/place-content
<a name="//apple_ref/cpp/Function/placeContentNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="placeContentNormal" href="#placeContentNormal">placeContentNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
place-content : normal
https://developer.mozilla.org/docs/Web/CSS/place-content
placeContentSpaceAround : Html.Attribute msg
``` place-content : space-around
https://developer.mozilla.org/docs/Web/CSS/place-content
<a name="//apple_ref/cpp/Function/placeContentSpaceBetween" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="placeContentSpaceBetween" href="#placeContentSpaceBetween">placeContentSpaceBetween</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
place-content : space-between
https://developer.mozilla.org/docs/Web/CSS/place-content
placeContentSpaceEvenly : Html.Attribute msg
``` place-content : space-evenly
https://developer.mozilla.org/docs/Web/CSS/place-content
<a name="//apple_ref/cpp/Function/placeContentStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="placeContentStart" href="#placeContentStart">placeContentStart</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
place-content : start
https://developer.mozilla.org/docs/Web/CSS/place-content
placeContentStretch : Html.Attribute msg
``` place-content : stretch
https://developer.mozilla.org/docs/Web/CSS/place-content
<a name="//apple_ref/cpp/Function/placeItems" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="placeItems" href="#placeItems">placeItems</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `place-items`
https://developer.mozilla.org/docs/Web/CSS/place-items
<a name="//apple_ref/cpp/Function/placeItemsBaseline" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="placeItemsBaseline" href="#placeItemsBaseline">placeItemsBaseline</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
place-items : baseline
https://developer.mozilla.org/docs/Web/CSS/place-items
placeItemsCenter : Html.Attribute msg
``` place-items : center
https://developer.mozilla.org/docs/Web/CSS/place-items
<a name="//apple_ref/cpp/Function/placeItemsEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="placeItemsEnd" href="#placeItemsEnd">placeItemsEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
place-items : end
https://developer.mozilla.org/docs/Web/CSS/place-items
placeItemsFlexEnd : Html.Attribute msg
``` place-items : flex-end
https://developer.mozilla.org/docs/Web/CSS/place-items
<a name="//apple_ref/cpp/Function/placeItemsFlexStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="placeItemsFlexStart" href="#placeItemsFlexStart">placeItemsFlexStart</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
place-items : flex-start
https://developer.mozilla.org/docs/Web/CSS/place-items
placeItemsNormal : Html.Attribute msg
``` place-items : normal
https://developer.mozilla.org/docs/Web/CSS/place-items
<a name="//apple_ref/cpp/Function/placeItemsSelfEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="placeItemsSelfEnd" href="#placeItemsSelfEnd">placeItemsSelfEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
place-items : self-end
https://developer.mozilla.org/docs/Web/CSS/place-items
placeItemsSelfStart : Html.Attribute msg
``` place-items : self-start
https://developer.mozilla.org/docs/Web/CSS/place-items
<a name="//apple_ref/cpp/Function/placeItemsStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="placeItemsStart" href="#placeItemsStart">placeItemsStart</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
place-items : start
https://developer.mozilla.org/docs/Web/CSS/place-items
placeItemsStretch : Html.Attribute msg
``` place-items : stretch
https://developer.mozilla.org/docs/Web/CSS/place-items
<a name="//apple_ref/cpp/Function/placeSelf" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="placeSelf" href="#placeSelf">placeSelf</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `place-self`
https://developer.mozilla.org/docs/Web/CSS/place-self
<a name="//apple_ref/cpp/Function/placeSelfAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="placeSelfAuto" href="#placeSelfAuto">placeSelfAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
place-self : auto
https://developer.mozilla.org/docs/Web/CSS/place-self
placeSelfBaseline : Html.Attribute msg
``` place-self : baseline
https://developer.mozilla.org/docs/Web/CSS/place-self
<a name="//apple_ref/cpp/Function/placeSelfCenter" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="placeSelfCenter" href="#placeSelfCenter">placeSelfCenter</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
place-self : center
https://developer.mozilla.org/docs/Web/CSS/place-self
placeSelfEnd : Html.Attribute msg
``` place-self : end
https://developer.mozilla.org/docs/Web/CSS/place-self
<a name="//apple_ref/cpp/Function/placeSelfFlexEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="placeSelfFlexEnd" href="#placeSelfFlexEnd">placeSelfFlexEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
place-self : flex-end
https://developer.mozilla.org/docs/Web/CSS/place-self
placeSelfFlexStart : Html.Attribute msg
``` place-self : flex-start
https://developer.mozilla.org/docs/Web/CSS/place-self
<a name="//apple_ref/cpp/Function/placeSelfNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="placeSelfNormal" href="#placeSelfNormal">placeSelfNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
place-self : normal
https://developer.mozilla.org/docs/Web/CSS/place-self
placeSelfSelfEnd : Html.Attribute msg
``` place-self : self-end
https://developer.mozilla.org/docs/Web/CSS/place-self
<a name="//apple_ref/cpp/Function/placeSelfSelfStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="placeSelfSelfStart" href="#placeSelfSelfStart">placeSelfSelfStart</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
place-self : self-start
https://developer.mozilla.org/docs/Web/CSS/place-self
placeSelfStart : Html.Attribute msg
``` place-self : start
https://developer.mozilla.org/docs/Web/CSS/place-self
<a name="//apple_ref/cpp/Function/placeSelfStretch" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="placeSelfStretch" href="#placeSelfStretch">placeSelfStretch</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
place-self : stretch
https://developer.mozilla.org/docs/Web/CSS/place-self
rowGap : String -> Html.Attribute msg
CSS property row-gap
https://developer.mozilla.org/docs/Web/CSS/row-gap
rowGapNormal : Html.Attribute msg
``` row-gap : normal
https://developer.mozilla.org/docs/Web/CSS/row-gap
<a name="//apple_ref/cpp/Function/rowGapPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="rowGapPx" href="#rowGapPx">rowGapPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
row-gap : 42px
https://developer.mozilla.org/docs/Web/CSS/row-gap
rowGapRem : Basics.Float -> Html.Attribute msg
``` row-gap : 42rem
https://developer.mozilla.org/docs/Web/CSS/row-gap
# CSS Box Model
<a name="//apple_ref/cpp/Function/boxSizing" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="boxSizing" href="#boxSizing">boxSizing</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `box-sizing`
https://developer.mozilla.org/docs/Web/CSS/box-sizing
<a name="//apple_ref/cpp/Function/boxSizingBorderBox" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="boxSizingBorderBox" href="#boxSizingBorderBox">boxSizingBorderBox</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
box-sizing : border-box
https://developer.mozilla.org/docs/Web/CSS/box-sizing
boxSizingContentBox : Html.Attribute msg
``` box-sizing : content-box
https://developer.mozilla.org/docs/Web/CSS/box-sizing
<a name="//apple_ref/cpp/Function/height" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="height" href="#height">height</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `height`
https://developer.mozilla.org/docs/Web/CSS/height
<a name="//apple_ref/cpp/Function/heightAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="heightAuto" href="#heightAuto">heightAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
height : auto
https://developer.mozilla.org/docs/Web/CSS/height
heightFitContent : Html.Attribute msg
``` height : fit-content
https://developer.mozilla.org/docs/Web/CSS/height
<a name="//apple_ref/cpp/Function/heightMaxContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="heightMaxContent" href="#heightMaxContent">heightMaxContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
height : max-content
https://developer.mozilla.org/docs/Web/CSS/height
heightMinContent : Html.Attribute msg
``` height : min-content
https://developer.mozilla.org/docs/Web/CSS/height
<a name="//apple_ref/cpp/Function/heightPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="heightPx" href="#heightPx">heightPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
height : 42px
https://developer.mozilla.org/docs/Web/CSS/height
heightRem : Basics.Float -> Html.Attribute msg
``` height : 42rem
https://developer.mozilla.org/docs/Web/CSS/height
<a name="//apple_ref/cpp/Function/margin" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="margin" href="#margin">margin</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `margin`
https://developer.mozilla.org/docs/Web/CSS/margin
<a name="//apple_ref/cpp/Function/marginAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginAuto" href="#marginAuto">marginAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
margin : auto
https://developer.mozilla.org/docs/Web/CSS/margin
marginPx : Basics.Float -> Html.Attribute msg
``` margin : 42px
https://developer.mozilla.org/docs/Web/CSS/margin
<a name="//apple_ref/cpp/Function/marginRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginRem" href="#marginRem">marginRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
margin : 42rem
https://developer.mozilla.org/docs/Web/CSS/margin
marginBottom : String -> Html.Attribute msg
CSS property margin-bottom
https://developer.mozilla.org/docs/Web/CSS/margin-bottom
marginBottomAuto : Html.Attribute msg
``` margin-bottom : auto
https://developer.mozilla.org/docs/Web/CSS/margin-bottom
<a name="//apple_ref/cpp/Function/marginBottomPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginBottomPx" href="#marginBottomPx">marginBottomPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
margin-bottom : 42px
https://developer.mozilla.org/docs/Web/CSS/margin-bottom
marginBottomRem : Basics.Float -> Html.Attribute msg
``` margin-bottom : 42rem
https://developer.mozilla.org/docs/Web/CSS/margin-bottom
<a name="//apple_ref/cpp/Function/marginLeft" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginLeft" href="#marginLeft">marginLeft</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `margin-left`
https://developer.mozilla.org/docs/Web/CSS/margin-left
<a name="//apple_ref/cpp/Function/marginLeftAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginLeftAuto" href="#marginLeftAuto">marginLeftAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
margin-left : auto
https://developer.mozilla.org/docs/Web/CSS/margin-left
marginLeftPx : Basics.Float -> Html.Attribute msg
``` margin-left : 42px
https://developer.mozilla.org/docs/Web/CSS/margin-left
<a name="//apple_ref/cpp/Function/marginLeftRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginLeftRem" href="#marginLeftRem">marginLeftRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
margin-left : 42rem
https://developer.mozilla.org/docs/Web/CSS/margin-left
marginRight : String -> Html.Attribute msg
CSS property margin-right
https://developer.mozilla.org/docs/Web/CSS/margin-right
marginRightAuto : Html.Attribute msg
``` margin-right : auto
https://developer.mozilla.org/docs/Web/CSS/margin-right
<a name="//apple_ref/cpp/Function/marginRightPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginRightPx" href="#marginRightPx">marginRightPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
margin-right : 42px
https://developer.mozilla.org/docs/Web/CSS/margin-right
marginRightRem : Basics.Float -> Html.Attribute msg
``` margin-right : 42rem
https://developer.mozilla.org/docs/Web/CSS/margin-right
<a name="//apple_ref/cpp/Function/marginTop" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginTop" href="#marginTop">marginTop</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `margin-top`
https://developer.mozilla.org/docs/Web/CSS/margin-top
<a name="//apple_ref/cpp/Function/marginTopAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginTopAuto" href="#marginTopAuto">marginTopAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
margin-top : auto
https://developer.mozilla.org/docs/Web/CSS/margin-top
marginTopPx : Basics.Float -> Html.Attribute msg
``` margin-top : 42px
https://developer.mozilla.org/docs/Web/CSS/margin-top
<a name="//apple_ref/cpp/Function/marginTopRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginTopRem" href="#marginTopRem">marginTopRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
margin-top : 42rem
https://developer.mozilla.org/docs/Web/CSS/margin-top
marginTrim : String -> Html.Attribute msg
CSS property margin-trim
https://developer.mozilla.org/docs/Web/CSS/margin-trim
marginTrimAll : Html.Attribute msg
``` margin-trim : all
https://developer.mozilla.org/docs/Web/CSS/margin-trim
<a name="//apple_ref/cpp/Function/marginTrimInFlow" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginTrimInFlow" href="#marginTrimInFlow">marginTrimInFlow</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
margin-trim : in-flow
https://developer.mozilla.org/docs/Web/CSS/margin-trim
marginTrimNone : Html.Attribute msg
``` margin-trim : none
https://developer.mozilla.org/docs/Web/CSS/margin-trim
<a name="//apple_ref/cpp/Function/maxHeight" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maxHeight" href="#maxHeight">maxHeight</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `max-height`
https://developer.mozilla.org/docs/Web/CSS/max-height
<a name="//apple_ref/cpp/Function/maxHeightFitContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maxHeightFitContent" href="#maxHeightFitContent">maxHeightFitContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
max-height : fit-content
https://developer.mozilla.org/docs/Web/CSS/max-height
maxHeightMaxContent : Html.Attribute msg
``` max-height : max-content
https://developer.mozilla.org/docs/Web/CSS/max-height
<a name="//apple_ref/cpp/Function/maxHeightMinContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maxHeightMinContent" href="#maxHeightMinContent">maxHeightMinContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
max-height : min-content
https://developer.mozilla.org/docs/Web/CSS/max-height
maxHeightNone : Html.Attribute msg
``` max-height : none
https://developer.mozilla.org/docs/Web/CSS/max-height
<a name="//apple_ref/cpp/Function/maxHeightPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maxHeightPx" href="#maxHeightPx">maxHeightPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
max-height : 42px
https://developer.mozilla.org/docs/Web/CSS/max-height
maxHeightRem : Basics.Float -> Html.Attribute msg
``` max-height : 42rem
https://developer.mozilla.org/docs/Web/CSS/max-height
<a name="//apple_ref/cpp/Function/maxWidth" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maxWidth" href="#maxWidth">maxWidth</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `max-width`
https://developer.mozilla.org/docs/Web/CSS/max-width
<a name="//apple_ref/cpp/Function/maxWidthFitContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maxWidthFitContent" href="#maxWidthFitContent">maxWidthFitContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
max-width : fit-content
https://developer.mozilla.org/docs/Web/CSS/max-width
maxWidthMaxContent : Html.Attribute msg
``` max-width : max-content
https://developer.mozilla.org/docs/Web/CSS/max-width
<a name="//apple_ref/cpp/Function/maxWidthMinContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maxWidthMinContent" href="#maxWidthMinContent">maxWidthMinContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
max-width : min-content
https://developer.mozilla.org/docs/Web/CSS/max-width
maxWidthNone : Html.Attribute msg
``` max-width : none
https://developer.mozilla.org/docs/Web/CSS/max-width
<a name="//apple_ref/cpp/Function/maxWidthPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maxWidthPx" href="#maxWidthPx">maxWidthPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
max-width : 42px
https://developer.mozilla.org/docs/Web/CSS/max-width
maxWidthRem : Basics.Float -> Html.Attribute msg
``` max-width : 42rem
https://developer.mozilla.org/docs/Web/CSS/max-width
<a name="//apple_ref/cpp/Function/minHeight" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="minHeight" href="#minHeight">minHeight</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `min-height`
https://developer.mozilla.org/docs/Web/CSS/min-height
<a name="//apple_ref/cpp/Function/minHeightAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="minHeightAuto" href="#minHeightAuto">minHeightAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
min-height : auto
https://developer.mozilla.org/docs/Web/CSS/min-height
minHeightFitContent : Html.Attribute msg
``` min-height : fit-content
https://developer.mozilla.org/docs/Web/CSS/min-height
<a name="//apple_ref/cpp/Function/minHeightMaxContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="minHeightMaxContent" href="#minHeightMaxContent">minHeightMaxContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
min-height : max-content
https://developer.mozilla.org/docs/Web/CSS/min-height
minHeightMinContent : Html.Attribute msg
``` min-height : min-content
https://developer.mozilla.org/docs/Web/CSS/min-height
<a name="//apple_ref/cpp/Function/minHeightPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="minHeightPx" href="#minHeightPx">minHeightPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
min-height : 42px
https://developer.mozilla.org/docs/Web/CSS/min-height
minHeightRem : Basics.Float -> Html.Attribute msg
``` min-height : 42rem
https://developer.mozilla.org/docs/Web/CSS/min-height
<a name="//apple_ref/cpp/Function/minWidth" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="minWidth" href="#minWidth">minWidth</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `min-width`
https://developer.mozilla.org/docs/Web/CSS/min-width
<a name="//apple_ref/cpp/Function/minWidthAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="minWidthAuto" href="#minWidthAuto">minWidthAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
min-width : auto
https://developer.mozilla.org/docs/Web/CSS/min-width
minWidthFitContent : Html.Attribute msg
``` min-width : fit-content
https://developer.mozilla.org/docs/Web/CSS/min-width
<a name="//apple_ref/cpp/Function/minWidthMaxContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="minWidthMaxContent" href="#minWidthMaxContent">minWidthMaxContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
min-width : max-content
https://developer.mozilla.org/docs/Web/CSS/min-width
minWidthMinContent : Html.Attribute msg
``` min-width : min-content
https://developer.mozilla.org/docs/Web/CSS/min-width
<a name="//apple_ref/cpp/Function/minWidthPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="minWidthPx" href="#minWidthPx">minWidthPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
min-width : 42px
https://developer.mozilla.org/docs/Web/CSS/min-width
minWidthRem : Basics.Float -> Html.Attribute msg
``` min-width : 42rem
https://developer.mozilla.org/docs/Web/CSS/min-width
<a name="//apple_ref/cpp/Function/overscrollBehavior" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overscrollBehavior" href="#overscrollBehavior">overscrollBehavior</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `overscroll-behavior`
https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior
<a name="//apple_ref/cpp/Function/overscrollBehaviorAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overscrollBehaviorAuto" href="#overscrollBehaviorAuto">overscrollBehaviorAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overscroll-behavior : auto
https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior
overscrollBehaviorContain : Html.Attribute msg
``` overscroll-behavior : contain
https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior
<a name="//apple_ref/cpp/Function/overscrollBehaviorNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overscrollBehaviorNone" href="#overscrollBehaviorNone">overscrollBehaviorNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overscroll-behavior : none
https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior
overscrollBehaviorBlock : String -> Html.Attribute msg
CSS property overscroll-behavior-block
https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-block
overscrollBehaviorBlockAuto : Html.Attribute msg
``` overscroll-behavior-block : auto
https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-block
<a name="//apple_ref/cpp/Function/overscrollBehaviorBlockContain" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overscrollBehaviorBlockContain" href="#overscrollBehaviorBlockContain">overscrollBehaviorBlockContain</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overscroll-behavior-block : contain
https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-block
overscrollBehaviorBlockNone : Html.Attribute msg
``` overscroll-behavior-block : none
https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-block
<a name="//apple_ref/cpp/Function/overscrollBehaviorInline" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overscrollBehaviorInline" href="#overscrollBehaviorInline">overscrollBehaviorInline</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `overscroll-behavior-inline`
https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-inline
<a name="//apple_ref/cpp/Function/overscrollBehaviorInlineAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overscrollBehaviorInlineAuto" href="#overscrollBehaviorInlineAuto">overscrollBehaviorInlineAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overscroll-behavior-inline : auto
https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-inline
overscrollBehaviorInlineContain : Html.Attribute msg
``` overscroll-behavior-inline : contain
https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-inline
<a name="//apple_ref/cpp/Function/overscrollBehaviorInlineNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overscrollBehaviorInlineNone" href="#overscrollBehaviorInlineNone">overscrollBehaviorInlineNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overscroll-behavior-inline : none
https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-inline
overscrollBehaviorX : String -> Html.Attribute msg
CSS property overscroll-behavior-x
https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-x
overscrollBehaviorXAuto : Html.Attribute msg
``` overscroll-behavior-x : auto
https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-x
<a name="//apple_ref/cpp/Function/overscrollBehaviorXContain" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overscrollBehaviorXContain" href="#overscrollBehaviorXContain">overscrollBehaviorXContain</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overscroll-behavior-x : contain
https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-x
overscrollBehaviorXNone : Html.Attribute msg
``` overscroll-behavior-x : none
https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-x
<a name="//apple_ref/cpp/Function/overscrollBehaviorY" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overscrollBehaviorY" href="#overscrollBehaviorY">overscrollBehaviorY</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `overscroll-behavior-y`
https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-y
<a name="//apple_ref/cpp/Function/overscrollBehaviorYAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overscrollBehaviorYAuto" href="#overscrollBehaviorYAuto">overscrollBehaviorYAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overscroll-behavior-y : auto
https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-y
overscrollBehaviorYContain : Html.Attribute msg
``` overscroll-behavior-y : contain
https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-y
<a name="//apple_ref/cpp/Function/overscrollBehaviorYNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overscrollBehaviorYNone" href="#overscrollBehaviorYNone">overscrollBehaviorYNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overscroll-behavior-y : none
https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-y
padding : String -> Html.Attribute msg
CSS property padding
https://developer.mozilla.org/docs/Web/CSS/padding
paddingPx : Basics.Float -> Html.Attribute msg
``` padding : 42px
https://developer.mozilla.org/docs/Web/CSS/padding
<a name="//apple_ref/cpp/Function/paddingRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="paddingRem" href="#paddingRem">paddingRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
padding : 42rem
https://developer.mozilla.org/docs/Web/CSS/padding
paddingBottom : String -> Html.Attribute msg
CSS property padding-bottom
https://developer.mozilla.org/docs/Web/CSS/padding-bottom
paddingBottomPx : Basics.Float -> Html.Attribute msg
``` padding-bottom : 42px
https://developer.mozilla.org/docs/Web/CSS/padding-bottom
<a name="//apple_ref/cpp/Function/paddingBottomRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="paddingBottomRem" href="#paddingBottomRem">paddingBottomRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
padding-bottom : 42rem
https://developer.mozilla.org/docs/Web/CSS/padding-bottom
paddingLeft : String -> Html.Attribute msg
CSS property padding-left
https://developer.mozilla.org/docs/Web/CSS/padding-left
paddingLeftPx : Basics.Float -> Html.Attribute msg
``` padding-left : 42px
https://developer.mozilla.org/docs/Web/CSS/padding-left
<a name="//apple_ref/cpp/Function/paddingLeftRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="paddingLeftRem" href="#paddingLeftRem">paddingLeftRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
padding-left : 42rem
https://developer.mozilla.org/docs/Web/CSS/padding-left
paddingRight : String -> Html.Attribute msg
CSS property padding-right
https://developer.mozilla.org/docs/Web/CSS/padding-right
paddingRightPx : Basics.Float -> Html.Attribute msg
``` padding-right : 42px
https://developer.mozilla.org/docs/Web/CSS/padding-right
<a name="//apple_ref/cpp/Function/paddingRightRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="paddingRightRem" href="#paddingRightRem">paddingRightRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
padding-right : 42rem
https://developer.mozilla.org/docs/Web/CSS/padding-right
paddingTop : String -> Html.Attribute msg
CSS property padding-top
https://developer.mozilla.org/docs/Web/CSS/padding-top
paddingTopPx : Basics.Float -> Html.Attribute msg
``` padding-top : 42px
https://developer.mozilla.org/docs/Web/CSS/padding-top
<a name="//apple_ref/cpp/Function/paddingTopRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="paddingTopRem" href="#paddingTopRem">paddingTopRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
padding-top : 42rem
https://developer.mozilla.org/docs/Web/CSS/padding-top
visibility : String -> Html.Attribute msg
CSS property visibility
https://developer.mozilla.org/docs/Web/CSS/visibility
visibilityCollapse : Html.Attribute msg
``` visibility : collapse
https://developer.mozilla.org/docs/Web/CSS/visibility
<a name="//apple_ref/cpp/Function/visibilityHidden" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="visibilityHidden" href="#visibilityHidden">visibilityHidden</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
visibility : hidden
https://developer.mozilla.org/docs/Web/CSS/visibility
visibilityVisible : Html.Attribute msg
``` visibility : visible
https://developer.mozilla.org/docs/Web/CSS/visibility
<a name="//apple_ref/cpp/Function/width" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="width" href="#width">width</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `width`
https://developer.mozilla.org/docs/Web/CSS/width
<a name="//apple_ref/cpp/Function/widthAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="widthAuto" href="#widthAuto">widthAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
width : auto
https://developer.mozilla.org/docs/Web/CSS/width
widthFitContent : Html.Attribute msg
``` width : fit-content
https://developer.mozilla.org/docs/Web/CSS/width
<a name="//apple_ref/cpp/Function/widthMaxContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="widthMaxContent" href="#widthMaxContent">widthMaxContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
width : max-content
https://developer.mozilla.org/docs/Web/CSS/width
widthMinContent : Html.Attribute msg
``` width : min-content
https://developer.mozilla.org/docs/Web/CSS/width
<a name="//apple_ref/cpp/Function/widthPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="widthPx" href="#widthPx">widthPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
width : 42px
https://developer.mozilla.org/docs/Web/CSS/width
widthRem : Basics.Float -> Html.Attribute msg
``` width : 42rem
https://developer.mozilla.org/docs/Web/CSS/width
# CSS Color
<a name="//apple_ref/cpp/Function/color" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="color" href="#color">color</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `color`
https://developer.mozilla.org/docs/Web/CSS/color
<a name="//apple_ref/cpp/Function/colorCurrentcolor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="colorCurrentcolor" href="#colorCurrentcolor">colorCurrentcolor</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
color : currentcolor
https://developer.mozilla.org/docs/Web/CSS/color
colorScheme : String -> Html.Attribute msg
CSS property color-scheme
https://developer.mozilla.org/docs/Web/CSS/color-scheme
colorSchemeDark : Html.Attribute msg
``` color-scheme : dark
https://developer.mozilla.org/docs/Web/CSS/color-scheme
<a name="//apple_ref/cpp/Function/colorSchemeLight" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="colorSchemeLight" href="#colorSchemeLight">colorSchemeLight</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
color-scheme : light
https://developer.mozilla.org/docs/Web/CSS/color-scheme
colorSchemeNormal : Html.Attribute msg
``` color-scheme : normal
https://developer.mozilla.org/docs/Web/CSS/color-scheme
<a name="//apple_ref/cpp/Function/forcedColorAdjust" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="forcedColorAdjust" href="#forcedColorAdjust">forcedColorAdjust</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `forced-color-adjust`
https://developer.mozilla.org/docs/Web/CSS/forced-color-adjust
<a name="//apple_ref/cpp/Function/forcedColorAdjustAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="forcedColorAdjustAuto" href="#forcedColorAdjustAuto">forcedColorAdjustAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
forced-color-adjust : auto
https://developer.mozilla.org/docs/Web/CSS/forced-color-adjust
forcedColorAdjustNone : Html.Attribute msg
``` forced-color-adjust : none
https://developer.mozilla.org/docs/Web/CSS/forced-color-adjust
<a name="//apple_ref/cpp/Function/opacity" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="opacity" href="#opacity">opacity</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `opacity`
https://developer.mozilla.org/docs/Web/CSS/opacity
<a name="//apple_ref/cpp/Function/printColorAdjust" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="printColorAdjust" href="#printColorAdjust">printColorAdjust</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `print-color-adjust`
https://developer.mozilla.org/docs/Web/CSS/print-color-adjust
<a name="//apple_ref/cpp/Function/printColorAdjustEconomy" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="printColorAdjustEconomy" href="#printColorAdjustEconomy">printColorAdjustEconomy</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
print-color-adjust : economy
https://developer.mozilla.org/docs/Web/CSS/print-color-adjust
printColorAdjustExact : Html.Attribute msg
``` print-color-adjust : exact
https://developer.mozilla.org/docs/Web/CSS/print-color-adjust
# CSS Columns
<a name="//apple_ref/cpp/Function/columnCount" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnCount" href="#columnCount">columnCount</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `column-count`
https://developer.mozilla.org/docs/Web/CSS/column-count
<a name="//apple_ref/cpp/Function/columnCountAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnCountAuto" href="#columnCountAuto">columnCountAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
column-count : auto
https://developer.mozilla.org/docs/Web/CSS/column-count
columnFill : String -> Html.Attribute msg
CSS property column-fill
https://developer.mozilla.org/docs/Web/CSS/column-fill
columnFillAuto : Html.Attribute msg
``` column-fill : auto
https://developer.mozilla.org/docs/Web/CSS/column-fill
<a name="//apple_ref/cpp/Function/columnFillBalance" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnFillBalance" href="#columnFillBalance">columnFillBalance</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
column-fill : balance
https://developer.mozilla.org/docs/Web/CSS/column-fill
columnFillBalanceAll : Html.Attribute msg
``` column-fill : balance-all
https://developer.mozilla.org/docs/Web/CSS/column-fill
<a name="//apple_ref/cpp/Function/columnRule" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnRule" href="#columnRule">columnRule</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `column-rule`
https://developer.mozilla.org/docs/Web/CSS/column-rule
<a name="//apple_ref/cpp/Function/columnRuleCurrentcolor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnRuleCurrentcolor" href="#columnRuleCurrentcolor">columnRuleCurrentcolor</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
column-rule : currentcolor
https://developer.mozilla.org/docs/Web/CSS/column-rule
columnRuleDashed : Html.Attribute msg
``` column-rule : dashed
https://developer.mozilla.org/docs/Web/CSS/column-rule
<a name="//apple_ref/cpp/Function/columnRuleDotted" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnRuleDotted" href="#columnRuleDotted">columnRuleDotted</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
column-rule : dotted
https://developer.mozilla.org/docs/Web/CSS/column-rule
columnRuleDouble : Html.Attribute msg
``` column-rule : double
https://developer.mozilla.org/docs/Web/CSS/column-rule
<a name="//apple_ref/cpp/Function/columnRuleGroove" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnRuleGroove" href="#columnRuleGroove">columnRuleGroove</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
column-rule : groove
https://developer.mozilla.org/docs/Web/CSS/column-rule
columnRuleHidden : Html.Attribute msg
``` column-rule : hidden
https://developer.mozilla.org/docs/Web/CSS/column-rule
<a name="//apple_ref/cpp/Function/columnRuleInset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnRuleInset" href="#columnRuleInset">columnRuleInset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
column-rule : inset
https://developer.mozilla.org/docs/Web/CSS/column-rule
columnRuleMedium : Html.Attribute msg
``` column-rule : medium
https://developer.mozilla.org/docs/Web/CSS/column-rule
<a name="//apple_ref/cpp/Function/columnRuleNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnRuleNone" href="#columnRuleNone">columnRuleNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
column-rule : none
https://developer.mozilla.org/docs/Web/CSS/column-rule
columnRuleOutset : Html.Attribute msg
``` column-rule : outset
https://developer.mozilla.org/docs/Web/CSS/column-rule
<a name="//apple_ref/cpp/Function/columnRulePx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnRulePx" href="#columnRulePx">columnRulePx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
column-rule : 42px
https://developer.mozilla.org/docs/Web/CSS/column-rule
columnRuleRem : Basics.Float -> Html.Attribute msg
``` column-rule : 42rem
https://developer.mozilla.org/docs/Web/CSS/column-rule
<a name="//apple_ref/cpp/Function/columnRuleRidge" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnRuleRidge" href="#columnRuleRidge">columnRuleRidge</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
column-rule : ridge
https://developer.mozilla.org/docs/Web/CSS/column-rule
columnRuleSolid : Html.Attribute msg
``` column-rule : solid
https://developer.mozilla.org/docs/Web/CSS/column-rule
<a name="//apple_ref/cpp/Function/columnRuleThick" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnRuleThick" href="#columnRuleThick">columnRuleThick</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
column-rule : thick
https://developer.mozilla.org/docs/Web/CSS/column-rule
columnRuleThin : Html.Attribute msg
``` column-rule : thin
https://developer.mozilla.org/docs/Web/CSS/column-rule
<a name="//apple_ref/cpp/Function/columnRuleColor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnRuleColor" href="#columnRuleColor">columnRuleColor</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `column-rule-color`
https://developer.mozilla.org/docs/Web/CSS/column-rule-color
<a name="//apple_ref/cpp/Function/columnRuleColorCurrentcolor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnRuleColorCurrentcolor" href="#columnRuleColorCurrentcolor">columnRuleColorCurrentcolor</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
column-rule-color : currentcolor
https://developer.mozilla.org/docs/Web/CSS/column-rule-color
columnRuleStyle : String -> Html.Attribute msg
CSS property column-rule-style
https://developer.mozilla.org/docs/Web/CSS/column-rule-style
columnRuleStyleDashed : Html.Attribute msg
``` column-rule-style : dashed
https://developer.mozilla.org/docs/Web/CSS/column-rule-style
<a name="//apple_ref/cpp/Function/columnRuleStyleDotted" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnRuleStyleDotted" href="#columnRuleStyleDotted">columnRuleStyleDotted</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
column-rule-style : dotted
https://developer.mozilla.org/docs/Web/CSS/column-rule-style
columnRuleStyleDouble : Html.Attribute msg
``` column-rule-style : double
https://developer.mozilla.org/docs/Web/CSS/column-rule-style
<a name="//apple_ref/cpp/Function/columnRuleStyleGroove" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnRuleStyleGroove" href="#columnRuleStyleGroove">columnRuleStyleGroove</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
column-rule-style : groove
https://developer.mozilla.org/docs/Web/CSS/column-rule-style
columnRuleStyleHidden : Html.Attribute msg
``` column-rule-style : hidden
https://developer.mozilla.org/docs/Web/CSS/column-rule-style
<a name="//apple_ref/cpp/Function/columnRuleStyleInset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnRuleStyleInset" href="#columnRuleStyleInset">columnRuleStyleInset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
column-rule-style : inset
https://developer.mozilla.org/docs/Web/CSS/column-rule-style
columnRuleStyleNone : Html.Attribute msg
``` column-rule-style : none
https://developer.mozilla.org/docs/Web/CSS/column-rule-style
<a name="//apple_ref/cpp/Function/columnRuleStyleOutset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnRuleStyleOutset" href="#columnRuleStyleOutset">columnRuleStyleOutset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
column-rule-style : outset
https://developer.mozilla.org/docs/Web/CSS/column-rule-style
columnRuleStyleRidge : Html.Attribute msg
``` column-rule-style : ridge
https://developer.mozilla.org/docs/Web/CSS/column-rule-style
<a name="//apple_ref/cpp/Function/columnRuleStyleSolid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnRuleStyleSolid" href="#columnRuleStyleSolid">columnRuleStyleSolid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
column-rule-style : solid
https://developer.mozilla.org/docs/Web/CSS/column-rule-style
columnRuleWidth : String -> Html.Attribute msg
CSS property column-rule-width
https://developer.mozilla.org/docs/Web/CSS/column-rule-width
columnRuleWidthMedium : Html.Attribute msg
``` column-rule-width : medium
https://developer.mozilla.org/docs/Web/CSS/column-rule-width
<a name="//apple_ref/cpp/Function/columnRuleWidthPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnRuleWidthPx" href="#columnRuleWidthPx">columnRuleWidthPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
column-rule-width : 42px
https://developer.mozilla.org/docs/Web/CSS/column-rule-width
columnRuleWidthRem : Basics.Float -> Html.Attribute msg
``` column-rule-width : 42rem
https://developer.mozilla.org/docs/Web/CSS/column-rule-width
<a name="//apple_ref/cpp/Function/columnRuleWidthThick" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnRuleWidthThick" href="#columnRuleWidthThick">columnRuleWidthThick</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
column-rule-width : thick
https://developer.mozilla.org/docs/Web/CSS/column-rule-width
columnRuleWidthThin : Html.Attribute msg
``` column-rule-width : thin
https://developer.mozilla.org/docs/Web/CSS/column-rule-width
<a name="//apple_ref/cpp/Function/columnSpan" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnSpan" href="#columnSpan">columnSpan</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `column-span`
https://developer.mozilla.org/docs/Web/CSS/column-span
<a name="//apple_ref/cpp/Function/columnSpanAll" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnSpanAll" href="#columnSpanAll">columnSpanAll</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
column-span : all
https://developer.mozilla.org/docs/Web/CSS/column-span
columnSpanNone : Html.Attribute msg
``` column-span : none
https://developer.mozilla.org/docs/Web/CSS/column-span
<a name="//apple_ref/cpp/Function/columnWidth" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnWidth" href="#columnWidth">columnWidth</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `column-width`
https://developer.mozilla.org/docs/Web/CSS/column-width
<a name="//apple_ref/cpp/Function/columnWidthAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnWidthAuto" href="#columnWidthAuto">columnWidthAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
column-width : auto
https://developer.mozilla.org/docs/Web/CSS/column-width
columnWidthPx : Basics.Float -> Html.Attribute msg
``` column-width : 42px
https://developer.mozilla.org/docs/Web/CSS/column-width
<a name="//apple_ref/cpp/Function/columnWidthRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnWidthRem" href="#columnWidthRem">columnWidthRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
column-width : 42rem
https://developer.mozilla.org/docs/Web/CSS/column-width
columns : String -> Html.Attribute msg
CSS property columns
https://developer.mozilla.org/docs/Web/CSS/columns
columnsAuto : Html.Attribute msg
``` columns : auto
https://developer.mozilla.org/docs/Web/CSS/columns
<a name="//apple_ref/cpp/Function/columnsPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="columnsPx" href="#columnsPx">columnsPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
columns : 42px
https://developer.mozilla.org/docs/Web/CSS/columns
columnsRem : Basics.Float -> Html.Attribute msg
``` columns : 42rem
https://developer.mozilla.org/docs/Web/CSS/columns
# CSS Containment
<a name="//apple_ref/cpp/Function/contain" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="contain" href="#contain">contain</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `contain`
https://developer.mozilla.org/docs/Web/CSS/contain
<a name="//apple_ref/cpp/Function/containContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="containContent" href="#containContent">containContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
contain : content
https://developer.mozilla.org/docs/Web/CSS/contain
containInlineSize : Html.Attribute msg
``` contain : inline-size
https://developer.mozilla.org/docs/Web/CSS/contain
<a name="//apple_ref/cpp/Function/containLayout" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="containLayout" href="#containLayout">containLayout</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
contain : layout
https://developer.mozilla.org/docs/Web/CSS/contain
containNone : Html.Attribute msg
``` contain : none
https://developer.mozilla.org/docs/Web/CSS/contain
<a name="//apple_ref/cpp/Function/containPaint" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="containPaint" href="#containPaint">containPaint</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
contain : paint
https://developer.mozilla.org/docs/Web/CSS/contain
containSize : Html.Attribute msg
``` contain : size
https://developer.mozilla.org/docs/Web/CSS/contain
<a name="//apple_ref/cpp/Function/containStrict" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="containStrict" href="#containStrict">containStrict</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
contain : strict
https://developer.mozilla.org/docs/Web/CSS/contain
containStyle : Html.Attribute msg
``` contain : style
https://developer.mozilla.org/docs/Web/CSS/contain
<a name="//apple_ref/cpp/Function/containIntrinsicBlockSize" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="containIntrinsicBlockSize" href="#containIntrinsicBlockSize">containIntrinsicBlockSize</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `contain-intrinsic-block-size`
https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-block-size
<a name="//apple_ref/cpp/Function/containIntrinsicBlockSizeNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="containIntrinsicBlockSizeNone" href="#containIntrinsicBlockSizeNone">containIntrinsicBlockSizeNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
contain-intrinsic-block-size : none
https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-block-size
containIntrinsicBlockSizePx : Basics.Float -> Html.Attribute msg
``` contain-intrinsic-block-size : 42px
https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-block-size
<a name="//apple_ref/cpp/Function/containIntrinsicBlockSizeRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="containIntrinsicBlockSizeRem" href="#containIntrinsicBlockSizeRem">containIntrinsicBlockSizeRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
contain-intrinsic-block-size : 42rem
https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-block-size
containIntrinsicHeight : String -> Html.Attribute msg
CSS property contain-intrinsic-height
https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-height
containIntrinsicHeightNone : Html.Attribute msg
``` contain-intrinsic-height : none
https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-height
<a name="//apple_ref/cpp/Function/containIntrinsicHeightPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="containIntrinsicHeightPx" href="#containIntrinsicHeightPx">containIntrinsicHeightPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
contain-intrinsic-height : 42px
https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-height
containIntrinsicHeightRem : Basics.Float -> Html.Attribute msg
``` contain-intrinsic-height : 42rem
https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-height
<a name="//apple_ref/cpp/Function/containIntrinsicInlineSize" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="containIntrinsicInlineSize" href="#containIntrinsicInlineSize">containIntrinsicInlineSize</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `contain-intrinsic-inline-size`
https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-inline-size
<a name="//apple_ref/cpp/Function/containIntrinsicInlineSizeNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="containIntrinsicInlineSizeNone" href="#containIntrinsicInlineSizeNone">containIntrinsicInlineSizeNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
contain-intrinsic-inline-size : none
https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-inline-size
containIntrinsicInlineSizePx : Basics.Float -> Html.Attribute msg
``` contain-intrinsic-inline-size : 42px
https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-inline-size
<a name="//apple_ref/cpp/Function/containIntrinsicInlineSizeRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="containIntrinsicInlineSizeRem" href="#containIntrinsicInlineSizeRem">containIntrinsicInlineSizeRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
contain-intrinsic-inline-size : 42rem
https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-inline-size
containIntrinsicSize : String -> Html.Attribute msg
CSS property contain-intrinsic-size
https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-size
containIntrinsicSizeNone : Html.Attribute msg
``` contain-intrinsic-size : none
https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-size
<a name="//apple_ref/cpp/Function/containIntrinsicSizePx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="containIntrinsicSizePx" href="#containIntrinsicSizePx">containIntrinsicSizePx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
contain-intrinsic-size : 42px
https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-size
containIntrinsicSizeRem : Basics.Float -> Html.Attribute msg
``` contain-intrinsic-size : 42rem
https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-size
<a name="//apple_ref/cpp/Function/containIntrinsicWidth" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="containIntrinsicWidth" href="#containIntrinsicWidth">containIntrinsicWidth</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `contain-intrinsic-width`
https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-width
<a name="//apple_ref/cpp/Function/containIntrinsicWidthNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="containIntrinsicWidthNone" href="#containIntrinsicWidthNone">containIntrinsicWidthNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
contain-intrinsic-width : none
https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-width
containIntrinsicWidthPx : Basics.Float -> Html.Attribute msg
``` contain-intrinsic-width : 42px
https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-width
<a name="//apple_ref/cpp/Function/containIntrinsicWidthRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="containIntrinsicWidthRem" href="#containIntrinsicWidthRem">containIntrinsicWidthRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
contain-intrinsic-width : 42rem
https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-width
container : String -> Html.Attribute msg
CSS property container
https://developer.mozilla.org/docs/Web/CSS/container
containerNone : Html.Attribute msg
``` container : none
https://developer.mozilla.org/docs/Web/CSS/container
<a name="//apple_ref/cpp/Function/containerName" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="containerName" href="#containerName">containerName</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `container-name`
https://developer.mozilla.org/docs/Web/CSS/container-name
<a name="//apple_ref/cpp/Function/containerNameNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="containerNameNone" href="#containerNameNone">containerNameNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
container-name : none
https://developer.mozilla.org/docs/Web/CSS/container-name
containerType : String -> Html.Attribute msg
CSS property container-type
https://developer.mozilla.org/docs/Web/CSS/container-type
containerTypeInlineSize : Html.Attribute msg
``` container-type : inline-size
https://developer.mozilla.org/docs/Web/CSS/container-type
<a name="//apple_ref/cpp/Function/containerTypeNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="containerTypeNormal" href="#containerTypeNormal">containerTypeNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
container-type : normal
https://developer.mozilla.org/docs/Web/CSS/container-type
containerTypeSize : Html.Attribute msg
``` container-type : size
https://developer.mozilla.org/docs/Web/CSS/container-type
<a name="//apple_ref/cpp/Function/contentVisibility" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="contentVisibility" href="#contentVisibility">contentVisibility</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `content-visibility`
https://developer.mozilla.org/docs/Web/CSS/content-visibility
<a name="//apple_ref/cpp/Function/contentVisibilityAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="contentVisibilityAuto" href="#contentVisibilityAuto">contentVisibilityAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
content-visibility : auto
https://developer.mozilla.org/docs/Web/CSS/content-visibility
contentVisibilityHidden : Html.Attribute msg
``` content-visibility : hidden
https://developer.mozilla.org/docs/Web/CSS/content-visibility
<a name="//apple_ref/cpp/Function/contentVisibilityVisible" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="contentVisibilityVisible" href="#contentVisibilityVisible">contentVisibilityVisible</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
content-visibility : visible
https://developer.mozilla.org/docs/Web/CSS/content-visibility
counterIncrement : String -> Html.Attribute msg
CSS property counter-increment
https://developer.mozilla.org/docs/Web/CSS/counter-increment
counterIncrementNone : Html.Attribute msg
``` counter-increment : none
https://developer.mozilla.org/docs/Web/CSS/counter-increment
<a name="//apple_ref/cpp/Function/counterReset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="counterReset" href="#counterReset">counterReset</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `counter-reset`
https://developer.mozilla.org/docs/Web/CSS/counter-reset
<a name="//apple_ref/cpp/Function/counterResetNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="counterResetNone" href="#counterResetNone">counterResetNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
counter-reset : none
https://developer.mozilla.org/docs/Web/CSS/counter-reset
counterSet : String -> Html.Attribute msg
CSS property counter-set
https://developer.mozilla.org/docs/Web/CSS/counter-set
counterSetNone : Html.Attribute msg
``` counter-set : none
https://developer.mozilla.org/docs/Web/CSS/counter-set
# CSS Display
<a name="//apple_ref/cpp/Function/display" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="display" href="#display">display</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `display`
https://developer.mozilla.org/docs/Web/CSS/display
<a name="//apple_ref/cpp/Function/displayBlock" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="displayBlock" href="#displayBlock">displayBlock</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
display : block
https://developer.mozilla.org/docs/Web/CSS/display
displayContents : Html.Attribute msg
``` display : contents
https://developer.mozilla.org/docs/Web/CSS/display
<a name="//apple_ref/cpp/Function/displayFlex" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="displayFlex" href="#displayFlex">displayFlex</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
display : flex
https://developer.mozilla.org/docs/Web/CSS/display
displayFlow : Html.Attribute msg
``` display : flow
https://developer.mozilla.org/docs/Web/CSS/display
<a name="//apple_ref/cpp/Function/displayFlowRoot" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="displayFlowRoot" href="#displayFlowRoot">displayFlowRoot</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
display : flow-root
https://developer.mozilla.org/docs/Web/CSS/display
displayGrid : Html.Attribute msg
``` display : grid
https://developer.mozilla.org/docs/Web/CSS/display
<a name="//apple_ref/cpp/Function/displayInline" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="displayInline" href="#displayInline">displayInline</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
display : inline
https://developer.mozilla.org/docs/Web/CSS/display
displayInlineBlock : Html.Attribute msg
``` display : inline-block
https://developer.mozilla.org/docs/Web/CSS/display
<a name="//apple_ref/cpp/Function/displayInlineFlex" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="displayInlineFlex" href="#displayInlineFlex">displayInlineFlex</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
display : inline-flex
https://developer.mozilla.org/docs/Web/CSS/display
displayInlineGrid : Html.Attribute msg
``` display : inline-grid
https://developer.mozilla.org/docs/Web/CSS/display
<a name="//apple_ref/cpp/Function/displayInlineListItem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="displayInlineListItem" href="#displayInlineListItem">displayInlineListItem</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
display : inline-list-item
https://developer.mozilla.org/docs/Web/CSS/display
displayInlineTable : Html.Attribute msg
``` display : inline-table
https://developer.mozilla.org/docs/Web/CSS/display
<a name="//apple_ref/cpp/Function/displayNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="displayNone" href="#displayNone">displayNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
display : none
https://developer.mozilla.org/docs/Web/CSS/display
displayRuby : Html.Attribute msg
``` display : ruby
https://developer.mozilla.org/docs/Web/CSS/display
<a name="//apple_ref/cpp/Function/displayRubyBase" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="displayRubyBase" href="#displayRubyBase">displayRubyBase</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
display : ruby-base
https://developer.mozilla.org/docs/Web/CSS/display
displayRubyBaseContainer : Html.Attribute msg
``` display : ruby-base-container
https://developer.mozilla.org/docs/Web/CSS/display
<a name="//apple_ref/cpp/Function/displayRubyText" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="displayRubyText" href="#displayRubyText">displayRubyText</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
display : ruby-text
https://developer.mozilla.org/docs/Web/CSS/display
displayRubyTextContainer : Html.Attribute msg
``` display : ruby-text-container
https://developer.mozilla.org/docs/Web/CSS/display
<a name="//apple_ref/cpp/Function/displayRunIn" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="displayRunIn" href="#displayRunIn">displayRunIn</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
display : run-in
https://developer.mozilla.org/docs/Web/CSS/display
displayTable : Html.Attribute msg
``` display : table
https://developer.mozilla.org/docs/Web/CSS/display
<a name="//apple_ref/cpp/Function/displayTableCaption" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="displayTableCaption" href="#displayTableCaption">displayTableCaption</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
display : table-caption
https://developer.mozilla.org/docs/Web/CSS/display
displayTableCell : Html.Attribute msg
``` display : table-cell
https://developer.mozilla.org/docs/Web/CSS/display
<a name="//apple_ref/cpp/Function/displayTableColumn" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="displayTableColumn" href="#displayTableColumn">displayTableColumn</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
display : table-column
https://developer.mozilla.org/docs/Web/CSS/display
displayTableColumnGroup : Html.Attribute msg
``` display : table-column-group
https://developer.mozilla.org/docs/Web/CSS/display
<a name="//apple_ref/cpp/Function/displayTableFooterGroup" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="displayTableFooterGroup" href="#displayTableFooterGroup">displayTableFooterGroup</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
display : table-footer-group
https://developer.mozilla.org/docs/Web/CSS/display
displayTableHeaderGroup : Html.Attribute msg
``` display : table-header-group
https://developer.mozilla.org/docs/Web/CSS/display
<a name="//apple_ref/cpp/Function/displayTableRow" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="displayTableRow" href="#displayTableRow">displayTableRow</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
display : table-row
https://developer.mozilla.org/docs/Web/CSS/display
displayTableRowGroup : Html.Attribute msg
``` display : table-row-group
https://developer.mozilla.org/docs/Web/CSS/display
# CSS Flexible Box Layout
<a name="//apple_ref/cpp/Function/flex" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="flex" href="#flex">flex</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `flex`
https://developer.mozilla.org/docs/Web/CSS/flex
<a name="//apple_ref/cpp/Function/flexAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="flexAuto" href="#flexAuto">flexAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
flex : auto
https://developer.mozilla.org/docs/Web/CSS/flex
flexContent : Html.Attribute msg
``` flex : content
https://developer.mozilla.org/docs/Web/CSS/flex
<a name="//apple_ref/cpp/Function/flexFitContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="flexFitContent" href="#flexFitContent">flexFitContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
flex : fit-content
https://developer.mozilla.org/docs/Web/CSS/flex
flexMaxContent : Html.Attribute msg
``` flex : max-content
https://developer.mozilla.org/docs/Web/CSS/flex
<a name="//apple_ref/cpp/Function/flexMinContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="flexMinContent" href="#flexMinContent">flexMinContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
flex : min-content
https://developer.mozilla.org/docs/Web/CSS/flex
flexNone : Html.Attribute msg
``` flex : none
https://developer.mozilla.org/docs/Web/CSS/flex
<a name="//apple_ref/cpp/Function/flexPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="flexPx" href="#flexPx">flexPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
flex : 42px
https://developer.mozilla.org/docs/Web/CSS/flex
flexRem : Basics.Float -> Html.Attribute msg
``` flex : 42rem
https://developer.mozilla.org/docs/Web/CSS/flex
<a name="//apple_ref/cpp/Function/flexBasis" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="flexBasis" href="#flexBasis">flexBasis</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `flex-basis`
https://developer.mozilla.org/docs/Web/CSS/flex-basis
<a name="//apple_ref/cpp/Function/flexBasisAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="flexBasisAuto" href="#flexBasisAuto">flexBasisAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
flex-basis : auto
https://developer.mozilla.org/docs/Web/CSS/flex-basis
flexBasisContent : Html.Attribute msg
``` flex-basis : content
https://developer.mozilla.org/docs/Web/CSS/flex-basis
<a name="//apple_ref/cpp/Function/flexBasisFitContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="flexBasisFitContent" href="#flexBasisFitContent">flexBasisFitContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
flex-basis : fit-content
https://developer.mozilla.org/docs/Web/CSS/flex-basis
flexBasisMaxContent : Html.Attribute msg
``` flex-basis : max-content
https://developer.mozilla.org/docs/Web/CSS/flex-basis
<a name="//apple_ref/cpp/Function/flexBasisMinContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="flexBasisMinContent" href="#flexBasisMinContent">flexBasisMinContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
flex-basis : min-content
https://developer.mozilla.org/docs/Web/CSS/flex-basis
flexBasisPx : Basics.Float -> Html.Attribute msg
``` flex-basis : 42px
https://developer.mozilla.org/docs/Web/CSS/flex-basis
<a name="//apple_ref/cpp/Function/flexBasisRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="flexBasisRem" href="#flexBasisRem">flexBasisRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
flex-basis : 42rem
https://developer.mozilla.org/docs/Web/CSS/flex-basis
flexDirection : String -> Html.Attribute msg
CSS property flex-direction
https://developer.mozilla.org/docs/Web/CSS/flex-direction
flexDirectionColumn : Html.Attribute msg
``` flex-direction : column
https://developer.mozilla.org/docs/Web/CSS/flex-direction
<a name="//apple_ref/cpp/Function/flexDirectionColumnReverse" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="flexDirectionColumnReverse" href="#flexDirectionColumnReverse">flexDirectionColumnReverse</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
flex-direction : column-reverse
https://developer.mozilla.org/docs/Web/CSS/flex-direction
flexDirectionRow : Html.Attribute msg
``` flex-direction : row
https://developer.mozilla.org/docs/Web/CSS/flex-direction
<a name="//apple_ref/cpp/Function/flexDirectionRowReverse" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="flexDirectionRowReverse" href="#flexDirectionRowReverse">flexDirectionRowReverse</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
flex-direction : row-reverse
https://developer.mozilla.org/docs/Web/CSS/flex-direction
flexFlow : String -> Html.Attribute msg
CSS property flex-flow
https://developer.mozilla.org/docs/Web/CSS/flex-flow
flexFlowColumn : Html.Attribute msg
``` flex-flow : column
https://developer.mozilla.org/docs/Web/CSS/flex-flow
<a name="//apple_ref/cpp/Function/flexFlowColumnReverse" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="flexFlowColumnReverse" href="#flexFlowColumnReverse">flexFlowColumnReverse</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
flex-flow : column-reverse
https://developer.mozilla.org/docs/Web/CSS/flex-flow
flexFlowNowrap : Html.Attribute msg
``` flex-flow : nowrap
https://developer.mozilla.org/docs/Web/CSS/flex-flow
<a name="//apple_ref/cpp/Function/flexFlowRow" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="flexFlowRow" href="#flexFlowRow">flexFlowRow</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
flex-flow : row
https://developer.mozilla.org/docs/Web/CSS/flex-flow
flexFlowRowReverse : Html.Attribute msg
``` flex-flow : row-reverse
https://developer.mozilla.org/docs/Web/CSS/flex-flow
<a name="//apple_ref/cpp/Function/flexFlowWrap" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="flexFlowWrap" href="#flexFlowWrap">flexFlowWrap</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
flex-flow : wrap
https://developer.mozilla.org/docs/Web/CSS/flex-flow
flexFlowWrapReverse : Html.Attribute msg
``` flex-flow : wrap-reverse
https://developer.mozilla.org/docs/Web/CSS/flex-flow
<a name="//apple_ref/cpp/Function/flexGrow" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="flexGrow" href="#flexGrow">flexGrow</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `flex-grow`
https://developer.mozilla.org/docs/Web/CSS/flex-grow
<a name="//apple_ref/cpp/Function/flexShrink" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="flexShrink" href="#flexShrink">flexShrink</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `flex-shrink`
https://developer.mozilla.org/docs/Web/CSS/flex-shrink
<a name="//apple_ref/cpp/Function/flexWrap" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="flexWrap" href="#flexWrap">flexWrap</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `flex-wrap`
https://developer.mozilla.org/docs/Web/CSS/flex-wrap
<a name="//apple_ref/cpp/Function/flexWrapNowrap" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="flexWrapNowrap" href="#flexWrapNowrap">flexWrapNowrap</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
flex-wrap : nowrap
https://developer.mozilla.org/docs/Web/CSS/flex-wrap
flexWrapWrap : Html.Attribute msg
``` flex-wrap : wrap
https://developer.mozilla.org/docs/Web/CSS/flex-wrap
<a name="//apple_ref/cpp/Function/flexWrapWrapReverse" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="flexWrapWrapReverse" href="#flexWrapWrapReverse">flexWrapWrapReverse</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
flex-wrap : wrap-reverse
https://developer.mozilla.org/docs/Web/CSS/flex-wrap
order : String -> Html.Attribute msg
CSS property order
https://developer.mozilla.org/docs/Web/CSS/order
font : String -> Html.Attribute msg
CSS property font
https://developer.mozilla.org/docs/Web/CSS/font
fontCaption : Html.Attribute msg
``` font : caption
https://developer.mozilla.org/docs/Web/CSS/font
<a name="//apple_ref/cpp/Function/fontIcon" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontIcon" href="#fontIcon">fontIcon</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font : icon
https://developer.mozilla.org/docs/Web/CSS/font
fontMenu : Html.Attribute msg
``` font : menu
https://developer.mozilla.org/docs/Web/CSS/font
<a name="//apple_ref/cpp/Function/fontMessageBox" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontMessageBox" href="#fontMessageBox">fontMessageBox</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font : message-box
https://developer.mozilla.org/docs/Web/CSS/font
fontSmallCaption : Html.Attribute msg
``` font : small-caption
https://developer.mozilla.org/docs/Web/CSS/font
<a name="//apple_ref/cpp/Function/fontStatusBar" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontStatusBar" href="#fontStatusBar">fontStatusBar</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font : status-bar
https://developer.mozilla.org/docs/Web/CSS/font
fontFamily : String -> Html.Attribute msg
CSS property font-family
https://developer.mozilla.org/docs/Web/CSS/font-family
fontFamilyCursive : Html.Attribute msg
``` font-family : cursive
https://developer.mozilla.org/docs/Web/CSS/font-family
<a name="//apple_ref/cpp/Function/fontFamilyFantasy" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontFamilyFantasy" href="#fontFamilyFantasy">fontFamilyFantasy</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-family : fantasy
https://developer.mozilla.org/docs/Web/CSS/font-family
fontFamilyMonospace : Html.Attribute msg
``` font-family : monospace
https://developer.mozilla.org/docs/Web/CSS/font-family
<a name="//apple_ref/cpp/Function/fontFamilySansSerif" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontFamilySansSerif" href="#fontFamilySansSerif">fontFamilySansSerif</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-family : sans-serif
https://developer.mozilla.org/docs/Web/CSS/font-family
fontFamilySerif : Html.Attribute msg
``` font-family : serif
https://developer.mozilla.org/docs/Web/CSS/font-family
<a name="//apple_ref/cpp/Function/fontFeatureSettings" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontFeatureSettings" href="#fontFeatureSettings">fontFeatureSettings</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `font-feature-settings`
https://developer.mozilla.org/docs/Web/CSS/font-feature-settings
<a name="//apple_ref/cpp/Function/fontFeatureSettingsNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontFeatureSettingsNormal" href="#fontFeatureSettingsNormal">fontFeatureSettingsNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-feature-settings : normal
https://developer.mozilla.org/docs/Web/CSS/font-feature-settings
fontKerning : String -> Html.Attribute msg
CSS property font-kerning
https://developer.mozilla.org/docs/Web/CSS/font-kerning
fontKerningAuto : Html.Attribute msg
``` font-kerning : auto
https://developer.mozilla.org/docs/Web/CSS/font-kerning
<a name="//apple_ref/cpp/Function/fontKerningNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontKerningNone" href="#fontKerningNone">fontKerningNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-kerning : none
https://developer.mozilla.org/docs/Web/CSS/font-kerning
fontKerningNormal : Html.Attribute msg
``` font-kerning : normal
https://developer.mozilla.org/docs/Web/CSS/font-kerning
<a name="//apple_ref/cpp/Function/fontLanguageOverride" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontLanguageOverride" href="#fontLanguageOverride">fontLanguageOverride</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `font-language-override`
https://developer.mozilla.org/docs/Web/CSS/font-language-override
<a name="//apple_ref/cpp/Function/fontLanguageOverrideNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontLanguageOverrideNormal" href="#fontLanguageOverrideNormal">fontLanguageOverrideNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-language-override : normal
https://developer.mozilla.org/docs/Web/CSS/font-language-override
fontOpticalSizing : String -> Html.Attribute msg
CSS property font-optical-sizing
https://developer.mozilla.org/docs/Web/CSS/font-optical-sizing
fontOpticalSizingAuto : Html.Attribute msg
``` font-optical-sizing : auto
https://developer.mozilla.org/docs/Web/CSS/font-optical-sizing
<a name="//apple_ref/cpp/Function/fontOpticalSizingNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontOpticalSizingNone" href="#fontOpticalSizingNone">fontOpticalSizingNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-optical-sizing : none
https://developer.mozilla.org/docs/Web/CSS/font-optical-sizing
fontPalette : String -> Html.Attribute msg
CSS property font-palette
fontPaletteDark : Html.Attribute msg
``` font-palette : dark
<a name="//apple_ref/cpp/Function/fontPaletteLight" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontPaletteLight" href="#fontPaletteLight">fontPaletteLight</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-palette : light
fontPaletteNormal : Html.Attribute msg
``` font-palette : normal
<a name="//apple_ref/cpp/Function/fontSize" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSize" href="#fontSize">fontSize</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `font-size`
https://developer.mozilla.org/docs/Web/CSS/font-size
<a name="//apple_ref/cpp/Function/fontSizeLarge" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSizeLarge" href="#fontSizeLarge">fontSizeLarge</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-size : large
https://developer.mozilla.org/docs/Web/CSS/font-size
fontSizeLarger : Html.Attribute msg
``` font-size : larger
https://developer.mozilla.org/docs/Web/CSS/font-size
<a name="//apple_ref/cpp/Function/fontSizeMedium" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSizeMedium" href="#fontSizeMedium">fontSizeMedium</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-size : medium
https://developer.mozilla.org/docs/Web/CSS/font-size
fontSizePx : Basics.Float -> Html.Attribute msg
``` font-size : 42px
https://developer.mozilla.org/docs/Web/CSS/font-size
<a name="//apple_ref/cpp/Function/fontSizeRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSizeRem" href="#fontSizeRem">fontSizeRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
font-size : 42rem
https://developer.mozilla.org/docs/Web/CSS/font-size
fontSizeSmall : Html.Attribute msg
``` font-size : small
https://developer.mozilla.org/docs/Web/CSS/font-size
<a name="//apple_ref/cpp/Function/fontSizeSmaller" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSizeSmaller" href="#fontSizeSmaller">fontSizeSmaller</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-size : smaller
https://developer.mozilla.org/docs/Web/CSS/font-size
fontSizeXLarge : Html.Attribute msg
``` font-size : x-large
https://developer.mozilla.org/docs/Web/CSS/font-size
<a name="//apple_ref/cpp/Function/fontSizeXSmall" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSizeXSmall" href="#fontSizeXSmall">fontSizeXSmall</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-size : x-small
https://developer.mozilla.org/docs/Web/CSS/font-size
fontSizeXxLarge : Html.Attribute msg
``` font-size : xx-large
https://developer.mozilla.org/docs/Web/CSS/font-size
<a name="//apple_ref/cpp/Function/fontSizeXxSmall" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSizeXxSmall" href="#fontSizeXxSmall">fontSizeXxSmall</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-size : xx-small
https://developer.mozilla.org/docs/Web/CSS/font-size
fontSizeXxxLarge : Html.Attribute msg
``` font-size : xxx-large
https://developer.mozilla.org/docs/Web/CSS/font-size
<a name="//apple_ref/cpp/Function/fontSizeAdjust" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSizeAdjust" href="#fontSizeAdjust">fontSizeAdjust</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `font-size-adjust`
https://developer.mozilla.org/docs/Web/CSS/font-size-adjust
<a name="//apple_ref/cpp/Function/fontSizeAdjustFromFont" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSizeAdjustFromFont" href="#fontSizeAdjustFromFont">fontSizeAdjustFromFont</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-size-adjust : from-font
https://developer.mozilla.org/docs/Web/CSS/font-size-adjust
fontSizeAdjustNone : Html.Attribute msg
``` font-size-adjust : none
https://developer.mozilla.org/docs/Web/CSS/font-size-adjust
<a name="//apple_ref/cpp/Function/fontSmooth" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSmooth" href="#fontSmooth">fontSmooth</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `font-smooth`
https://developer.mozilla.org/docs/Web/CSS/font-smooth
<a name="//apple_ref/cpp/Function/fontSmoothAlways" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSmoothAlways" href="#fontSmoothAlways">fontSmoothAlways</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-smooth : always
https://developer.mozilla.org/docs/Web/CSS/font-smooth
fontSmoothAuto : Html.Attribute msg
``` font-smooth : auto
https://developer.mozilla.org/docs/Web/CSS/font-smooth
<a name="//apple_ref/cpp/Function/fontSmoothLarge" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSmoothLarge" href="#fontSmoothLarge">fontSmoothLarge</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-smooth : large
https://developer.mozilla.org/docs/Web/CSS/font-smooth
fontSmoothMedium : Html.Attribute msg
``` font-smooth : medium
https://developer.mozilla.org/docs/Web/CSS/font-smooth
<a name="//apple_ref/cpp/Function/fontSmoothNever" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSmoothNever" href="#fontSmoothNever">fontSmoothNever</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-smooth : never
https://developer.mozilla.org/docs/Web/CSS/font-smooth
fontSmoothPx : Basics.Float -> Html.Attribute msg
``` font-smooth : 42px
https://developer.mozilla.org/docs/Web/CSS/font-smooth
<a name="//apple_ref/cpp/Function/fontSmoothRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSmoothRem" href="#fontSmoothRem">fontSmoothRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
font-smooth : 42rem
https://developer.mozilla.org/docs/Web/CSS/font-smooth
fontSmoothSmall : Html.Attribute msg
``` font-smooth : small
https://developer.mozilla.org/docs/Web/CSS/font-smooth
<a name="//apple_ref/cpp/Function/fontSmoothXLarge" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSmoothXLarge" href="#fontSmoothXLarge">fontSmoothXLarge</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-smooth : x-large
https://developer.mozilla.org/docs/Web/CSS/font-smooth
fontSmoothXSmall : Html.Attribute msg
``` font-smooth : x-small
https://developer.mozilla.org/docs/Web/CSS/font-smooth
<a name="//apple_ref/cpp/Function/fontSmoothXxLarge" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSmoothXxLarge" href="#fontSmoothXxLarge">fontSmoothXxLarge</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-smooth : xx-large
https://developer.mozilla.org/docs/Web/CSS/font-smooth
fontSmoothXxSmall : Html.Attribute msg
``` font-smooth : xx-small
https://developer.mozilla.org/docs/Web/CSS/font-smooth
<a name="//apple_ref/cpp/Function/fontSmoothXxxLarge" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSmoothXxxLarge" href="#fontSmoothXxxLarge">fontSmoothXxxLarge</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-smooth : xxx-large
https://developer.mozilla.org/docs/Web/CSS/font-smooth
fontStretch : String -> Html.Attribute msg
CSS property font-stretch
https://developer.mozilla.org/docs/Web/CSS/font-stretch
fontStretchCondensed : Html.Attribute msg
``` font-stretch : condensed
https://developer.mozilla.org/docs/Web/CSS/font-stretch
<a name="//apple_ref/cpp/Function/fontStretchExpanded" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontStretchExpanded" href="#fontStretchExpanded">fontStretchExpanded</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-stretch : expanded
https://developer.mozilla.org/docs/Web/CSS/font-stretch
fontStretchExtraCondensed : Html.Attribute msg
``` font-stretch : extra-condensed
https://developer.mozilla.org/docs/Web/CSS/font-stretch
<a name="//apple_ref/cpp/Function/fontStretchExtraExpanded" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontStretchExtraExpanded" href="#fontStretchExtraExpanded">fontStretchExtraExpanded</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-stretch : extra-expanded
https://developer.mozilla.org/docs/Web/CSS/font-stretch
fontStretchNormal : Html.Attribute msg
``` font-stretch : normal
https://developer.mozilla.org/docs/Web/CSS/font-stretch
<a name="//apple_ref/cpp/Function/fontStretchSemiCondensed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontStretchSemiCondensed" href="#fontStretchSemiCondensed">fontStretchSemiCondensed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-stretch : semi-condensed
https://developer.mozilla.org/docs/Web/CSS/font-stretch
fontStretchSemiExpanded : Html.Attribute msg
``` font-stretch : semi-expanded
https://developer.mozilla.org/docs/Web/CSS/font-stretch
<a name="//apple_ref/cpp/Function/fontStretchUltraCondensed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontStretchUltraCondensed" href="#fontStretchUltraCondensed">fontStretchUltraCondensed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-stretch : ultra-condensed
https://developer.mozilla.org/docs/Web/CSS/font-stretch
fontStretchUltraExpanded : Html.Attribute msg
``` font-stretch : ultra-expanded
https://developer.mozilla.org/docs/Web/CSS/font-stretch
<a name="//apple_ref/cpp/Function/fontStyle" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontStyle" href="#fontStyle">fontStyle</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `font-style`
https://developer.mozilla.org/docs/Web/CSS/font-style
<a name="//apple_ref/cpp/Function/fontStyleItalic" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontStyleItalic" href="#fontStyleItalic">fontStyleItalic</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-style : italic
https://developer.mozilla.org/docs/Web/CSS/font-style
fontStyleNormal : Html.Attribute msg
``` font-style : normal
https://developer.mozilla.org/docs/Web/CSS/font-style
<a name="//apple_ref/cpp/Function/fontStyleOblique" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontStyleOblique" href="#fontStyleOblique">fontStyleOblique</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-style : oblique
https://developer.mozilla.org/docs/Web/CSS/font-style
fontSynthesis : String -> Html.Attribute msg
CSS property font-synthesis
https://developer.mozilla.org/docs/Web/CSS/font-synthesis
fontSynthesisNone : Html.Attribute msg
``` font-synthesis : none
https://developer.mozilla.org/docs/Web/CSS/font-synthesis
<a name="//apple_ref/cpp/Function/fontSynthesis_position" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSynthesis_position" href="#fontSynthesis_position">fontSynthesis_position</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-synthesis : position
https://developer.mozilla.org/docs/Web/CSS/font-synthesis
fontSynthesis_smallCaps : Html.Attribute msg
``` font-synthesis : small-caps
https://developer.mozilla.org/docs/Web/CSS/font-synthesis
<a name="//apple_ref/cpp/Function/fontSynthesis_style" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSynthesis_style" href="#fontSynthesis_style">fontSynthesis_style</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-synthesis : style
https://developer.mozilla.org/docs/Web/CSS/font-synthesis
fontSynthesis_weight : Html.Attribute msg
``` font-synthesis : weight
https://developer.mozilla.org/docs/Web/CSS/font-synthesis
<a name="//apple_ref/cpp/Function/fontSynthesisPosition" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSynthesisPosition" href="#fontSynthesisPosition">fontSynthesisPosition</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `font-synthesis-position`
https://developer.mozilla.org/docs/Web/CSS/font-synthesis-position
<a name="//apple_ref/cpp/Function/fontSynthesisPositionAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSynthesisPositionAuto" href="#fontSynthesisPositionAuto">fontSynthesisPositionAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-synthesis-position : auto
https://developer.mozilla.org/docs/Web/CSS/font-synthesis-position
fontSynthesisPositionNone : Html.Attribute msg
``` font-synthesis-position : none
https://developer.mozilla.org/docs/Web/CSS/font-synthesis-position
<a name="//apple_ref/cpp/Function/fontSynthesisSmallCaps" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSynthesisSmallCaps" href="#fontSynthesisSmallCaps">fontSynthesisSmallCaps</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `font-synthesis-small-caps`
https://developer.mozilla.org/docs/Web/CSS/font-synthesis-small-caps
<a name="//apple_ref/cpp/Function/fontSynthesisSmallCapsAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSynthesisSmallCapsAuto" href="#fontSynthesisSmallCapsAuto">fontSynthesisSmallCapsAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-synthesis-small-caps : auto
https://developer.mozilla.org/docs/Web/CSS/font-synthesis-small-caps
fontSynthesisSmallCapsNone : Html.Attribute msg
``` font-synthesis-small-caps : none
https://developer.mozilla.org/docs/Web/CSS/font-synthesis-small-caps
<a name="//apple_ref/cpp/Function/fontSynthesisStyle" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSynthesisStyle" href="#fontSynthesisStyle">fontSynthesisStyle</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `font-synthesis-style`
https://developer.mozilla.org/docs/Web/CSS/font-synthesis-style
<a name="//apple_ref/cpp/Function/fontSynthesisStyleAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSynthesisStyleAuto" href="#fontSynthesisStyleAuto">fontSynthesisStyleAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-synthesis-style : auto
https://developer.mozilla.org/docs/Web/CSS/font-synthesis-style
fontSynthesisStyleNone : Html.Attribute msg
``` font-synthesis-style : none
https://developer.mozilla.org/docs/Web/CSS/font-synthesis-style
<a name="//apple_ref/cpp/Function/fontSynthesisWeight" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSynthesisWeight" href="#fontSynthesisWeight">fontSynthesisWeight</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `font-synthesis-weight`
https://developer.mozilla.org/docs/Web/CSS/font-synthesis-weight
<a name="//apple_ref/cpp/Function/fontSynthesisWeightAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontSynthesisWeightAuto" href="#fontSynthesisWeightAuto">fontSynthesisWeightAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-synthesis-weight : auto
https://developer.mozilla.org/docs/Web/CSS/font-synthesis-weight
fontSynthesisWeightNone : Html.Attribute msg
``` font-synthesis-weight : none
https://developer.mozilla.org/docs/Web/CSS/font-synthesis-weight
<a name="//apple_ref/cpp/Function/fontVariant" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariant" href="#fontVariant">fontVariant</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `font-variant`
https://developer.mozilla.org/docs/Web/CSS/font-variant
<a name="//apple_ref/cpp/Function/fontVariantAllPetiteCaps" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantAllPetiteCaps" href="#fontVariantAllPetiteCaps">fontVariantAllPetiteCaps</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant : all-petite-caps
https://developer.mozilla.org/docs/Web/CSS/font-variant
fontVariantAllSmallCaps : Html.Attribute msg
``` font-variant : all-small-caps
https://developer.mozilla.org/docs/Web/CSS/font-variant
<a name="//apple_ref/cpp/Function/fontVariantCommonLigatures" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantCommonLigatures" href="#fontVariantCommonLigatures">fontVariantCommonLigatures</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant : common-ligatures
https://developer.mozilla.org/docs/Web/CSS/font-variant
fontVariantContextual : Html.Attribute msg
``` font-variant : contextual
https://developer.mozilla.org/docs/Web/CSS/font-variant
<a name="//apple_ref/cpp/Function/fontVariantDiagonalFractions" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantDiagonalFractions" href="#fontVariantDiagonalFractions">fontVariantDiagonalFractions</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant : diagonal-fractions
https://developer.mozilla.org/docs/Web/CSS/font-variant
fontVariantDiscretionaryLigatures : Html.Attribute msg
``` font-variant : discretionary-ligatures
https://developer.mozilla.org/docs/Web/CSS/font-variant
<a name="//apple_ref/cpp/Function/fontVariantFullWidth" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantFullWidth" href="#fontVariantFullWidth">fontVariantFullWidth</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant : full-width
https://developer.mozilla.org/docs/Web/CSS/font-variant
fontVariantHistoricalForms : Html.Attribute msg
``` font-variant : historical-forms
https://developer.mozilla.org/docs/Web/CSS/font-variant
<a name="//apple_ref/cpp/Function/fontVariantHistoricalLigatures" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantHistoricalLigatures" href="#fontVariantHistoricalLigatures">fontVariantHistoricalLigatures</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant : historical-ligatures
https://developer.mozilla.org/docs/Web/CSS/font-variant
fontVariantJis04 : Html.Attribute msg
``` font-variant : jis04
https://developer.mozilla.org/docs/Web/CSS/font-variant
<a name="//apple_ref/cpp/Function/fontVariantJis78" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantJis78" href="#fontVariantJis78">fontVariantJis78</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant : jis78
https://developer.mozilla.org/docs/Web/CSS/font-variant
fontVariantJis83 : Html.Attribute msg
``` font-variant : jis83
https://developer.mozilla.org/docs/Web/CSS/font-variant
<a name="//apple_ref/cpp/Function/fontVariantJis90" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantJis90" href="#fontVariantJis90">fontVariantJis90</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant : jis90
https://developer.mozilla.org/docs/Web/CSS/font-variant
fontVariantLiningNums : Html.Attribute msg
``` font-variant : lining-nums
https://developer.mozilla.org/docs/Web/CSS/font-variant
<a name="//apple_ref/cpp/Function/fontVariantNoCommonLigatures" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantNoCommonLigatures" href="#fontVariantNoCommonLigatures">fontVariantNoCommonLigatures</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant : no-common-ligatures
https://developer.mozilla.org/docs/Web/CSS/font-variant
fontVariantNoContextual : Html.Attribute msg
``` font-variant : no-contextual
https://developer.mozilla.org/docs/Web/CSS/font-variant
<a name="//apple_ref/cpp/Function/fontVariantNoDiscretionaryLigatures" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantNoDiscretionaryLigatures" href="#fontVariantNoDiscretionaryLigatures">fontVariantNoDiscretionaryLigatures</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant : no-discretionary-ligatures
https://developer.mozilla.org/docs/Web/CSS/font-variant
fontVariantNoHistoricalLigatures : Html.Attribute msg
``` font-variant : no-historical-ligatures
https://developer.mozilla.org/docs/Web/CSS/font-variant
<a name="//apple_ref/cpp/Function/fontVariantNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantNone" href="#fontVariantNone">fontVariantNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant : none
https://developer.mozilla.org/docs/Web/CSS/font-variant
fontVariantNormal : Html.Attribute msg
``` font-variant : normal
https://developer.mozilla.org/docs/Web/CSS/font-variant
<a name="//apple_ref/cpp/Function/fontVariantOldstyleNums" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantOldstyleNums" href="#fontVariantOldstyleNums">fontVariantOldstyleNums</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant : oldstyle-nums
https://developer.mozilla.org/docs/Web/CSS/font-variant
fontVariantOrdinal : Html.Attribute msg
``` font-variant : ordinal
https://developer.mozilla.org/docs/Web/CSS/font-variant
<a name="//apple_ref/cpp/Function/fontVariantPetiteCaps" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantPetiteCaps" href="#fontVariantPetiteCaps">fontVariantPetiteCaps</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant : petite-caps
https://developer.mozilla.org/docs/Web/CSS/font-variant
fontVariantProportionalNums : Html.Attribute msg
``` font-variant : proportional-nums
https://developer.mozilla.org/docs/Web/CSS/font-variant
<a name="//apple_ref/cpp/Function/fontVariantProportionalWidth" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantProportionalWidth" href="#fontVariantProportionalWidth">fontVariantProportionalWidth</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant : proportional-width
https://developer.mozilla.org/docs/Web/CSS/font-variant
fontVariantRuby : Html.Attribute msg
``` font-variant : ruby
https://developer.mozilla.org/docs/Web/CSS/font-variant
<a name="//apple_ref/cpp/Function/fontVariantSimplified" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantSimplified" href="#fontVariantSimplified">fontVariantSimplified</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant : simplified
https://developer.mozilla.org/docs/Web/CSS/font-variant
fontVariantSlashedZero : Html.Attribute msg
``` font-variant : slashed-zero
https://developer.mozilla.org/docs/Web/CSS/font-variant
<a name="//apple_ref/cpp/Function/fontVariantSmallCaps" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantSmallCaps" href="#fontVariantSmallCaps">fontVariantSmallCaps</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant : small-caps
https://developer.mozilla.org/docs/Web/CSS/font-variant
fontVariantStackedFractions : Html.Attribute msg
``` font-variant : stacked-fractions
https://developer.mozilla.org/docs/Web/CSS/font-variant
<a name="//apple_ref/cpp/Function/fontVariantTabularNums" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantTabularNums" href="#fontVariantTabularNums">fontVariantTabularNums</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant : tabular-nums
https://developer.mozilla.org/docs/Web/CSS/font-variant
fontVariantTitlingCaps : Html.Attribute msg
``` font-variant : titling-caps
https://developer.mozilla.org/docs/Web/CSS/font-variant
<a name="//apple_ref/cpp/Function/fontVariantTraditional" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantTraditional" href="#fontVariantTraditional">fontVariantTraditional</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant : traditional
https://developer.mozilla.org/docs/Web/CSS/font-variant
fontVariantUnicase : Html.Attribute msg
``` font-variant : unicase
https://developer.mozilla.org/docs/Web/CSS/font-variant
<a name="//apple_ref/cpp/Function/fontVariantAlternates" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantAlternates" href="#fontVariantAlternates">fontVariantAlternates</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `font-variant-alternates`
https://developer.mozilla.org/docs/Web/CSS/font-variant-alternates
<a name="//apple_ref/cpp/Function/fontVariantAlternatesHistoricalForms" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantAlternatesHistoricalForms" href="#fontVariantAlternatesHistoricalForms">fontVariantAlternatesHistoricalForms</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-alternates : historical-forms
https://developer.mozilla.org/docs/Web/CSS/font-variant-alternates
fontVariantAlternatesNormal : Html.Attribute msg
``` font-variant-alternates : normal
https://developer.mozilla.org/docs/Web/CSS/font-variant-alternates
<a name="//apple_ref/cpp/Function/fontVariantCaps" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantCaps" href="#fontVariantCaps">fontVariantCaps</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `font-variant-caps`
https://developer.mozilla.org/docs/Web/CSS/font-variant-caps
<a name="//apple_ref/cpp/Function/fontVariantCapsAllPetiteCaps" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantCapsAllPetiteCaps" href="#fontVariantCapsAllPetiteCaps">fontVariantCapsAllPetiteCaps</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-caps : all-petite-caps
https://developer.mozilla.org/docs/Web/CSS/font-variant-caps
fontVariantCapsAllSmallCaps : Html.Attribute msg
``` font-variant-caps : all-small-caps
https://developer.mozilla.org/docs/Web/CSS/font-variant-caps
<a name="//apple_ref/cpp/Function/fontVariantCapsNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantCapsNormal" href="#fontVariantCapsNormal">fontVariantCapsNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-caps : normal
https://developer.mozilla.org/docs/Web/CSS/font-variant-caps
fontVariantCapsPetiteCaps : Html.Attribute msg
``` font-variant-caps : petite-caps
https://developer.mozilla.org/docs/Web/CSS/font-variant-caps
<a name="//apple_ref/cpp/Function/fontVariantCapsSmallCaps" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantCapsSmallCaps" href="#fontVariantCapsSmallCaps">fontVariantCapsSmallCaps</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-caps : small-caps
https://developer.mozilla.org/docs/Web/CSS/font-variant-caps
fontVariantCapsTitlingCaps : Html.Attribute msg
``` font-variant-caps : titling-caps
https://developer.mozilla.org/docs/Web/CSS/font-variant-caps
<a name="//apple_ref/cpp/Function/fontVariantCapsUnicase" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantCapsUnicase" href="#fontVariantCapsUnicase">fontVariantCapsUnicase</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-caps : unicase
https://developer.mozilla.org/docs/Web/CSS/font-variant-caps
fontVariantEastAsian : String -> Html.Attribute msg
CSS property font-variant-east-asian
https://developer.mozilla.org/docs/Web/CSS/font-variant-east-asian
fontVariantEastAsianFullWidth : Html.Attribute msg
``` font-variant-east-asian : full-width
https://developer.mozilla.org/docs/Web/CSS/font-variant-east-asian
<a name="//apple_ref/cpp/Function/fontVariantEastAsianJis04" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantEastAsianJis04" href="#fontVariantEastAsianJis04">fontVariantEastAsianJis04</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-east-asian : jis04
https://developer.mozilla.org/docs/Web/CSS/font-variant-east-asian
fontVariantEastAsianJis78 : Html.Attribute msg
``` font-variant-east-asian : jis78
https://developer.mozilla.org/docs/Web/CSS/font-variant-east-asian
<a name="//apple_ref/cpp/Function/fontVariantEastAsianJis83" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantEastAsianJis83" href="#fontVariantEastAsianJis83">fontVariantEastAsianJis83</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-east-asian : jis83
https://developer.mozilla.org/docs/Web/CSS/font-variant-east-asian
fontVariantEastAsianJis90 : Html.Attribute msg
``` font-variant-east-asian : jis90
https://developer.mozilla.org/docs/Web/CSS/font-variant-east-asian
<a name="//apple_ref/cpp/Function/fontVariantEastAsianNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantEastAsianNormal" href="#fontVariantEastAsianNormal">fontVariantEastAsianNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-east-asian : normal
https://developer.mozilla.org/docs/Web/CSS/font-variant-east-asian
fontVariantEastAsianProportionalWidth : Html.Attribute msg
``` font-variant-east-asian : proportional-width
https://developer.mozilla.org/docs/Web/CSS/font-variant-east-asian
<a name="//apple_ref/cpp/Function/fontVariantEastAsianRuby" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantEastAsianRuby" href="#fontVariantEastAsianRuby">fontVariantEastAsianRuby</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-east-asian : ruby
https://developer.mozilla.org/docs/Web/CSS/font-variant-east-asian
fontVariantEastAsianSimplified : Html.Attribute msg
``` font-variant-east-asian : simplified
https://developer.mozilla.org/docs/Web/CSS/font-variant-east-asian
<a name="//apple_ref/cpp/Function/fontVariantEastAsianTraditional" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantEastAsianTraditional" href="#fontVariantEastAsianTraditional">fontVariantEastAsianTraditional</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-east-asian : traditional
https://developer.mozilla.org/docs/Web/CSS/font-variant-east-asian
fontVariantEmoji : String -> Html.Attribute msg
CSS property font-variant-emoji
fontVariantEmojiEmoji : Html.Attribute msg
``` font-variant-emoji : emoji
<a name="//apple_ref/cpp/Function/fontVariantEmojiNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantEmojiNormal" href="#fontVariantEmojiNormal">fontVariantEmojiNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-emoji : normal
fontVariantEmojiText : Html.Attribute msg
``` font-variant-emoji : text
<a name="//apple_ref/cpp/Function/fontVariantEmojiUnicode" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantEmojiUnicode" href="#fontVariantEmojiUnicode">fontVariantEmojiUnicode</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-emoji : unicode
fontVariantLigatures : String -> Html.Attribute msg
CSS property font-variant-ligatures
https://developer.mozilla.org/docs/Web/CSS/font-variant-ligatures
fontVariantLigaturesCommonLigatures : Html.Attribute msg
``` font-variant-ligatures : common-ligatures
https://developer.mozilla.org/docs/Web/CSS/font-variant-ligatures
<a name="//apple_ref/cpp/Function/fontVariantLigaturesContextual" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantLigaturesContextual" href="#fontVariantLigaturesContextual">fontVariantLigaturesContextual</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-ligatures : contextual
https://developer.mozilla.org/docs/Web/CSS/font-variant-ligatures
fontVariantLigaturesDiscretionaryLigatures : Html.Attribute msg
``` font-variant-ligatures : discretionary-ligatures
https://developer.mozilla.org/docs/Web/CSS/font-variant-ligatures
<a name="//apple_ref/cpp/Function/fontVariantLigaturesHistoricalLigatures" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantLigaturesHistoricalLigatures" href="#fontVariantLigaturesHistoricalLigatures">fontVariantLigaturesHistoricalLigatures</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-ligatures : historical-ligatures
https://developer.mozilla.org/docs/Web/CSS/font-variant-ligatures
fontVariantLigaturesNoCommonLigatures : Html.Attribute msg
``` font-variant-ligatures : no-common-ligatures
https://developer.mozilla.org/docs/Web/CSS/font-variant-ligatures
<a name="//apple_ref/cpp/Function/fontVariantLigaturesNoContextual" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantLigaturesNoContextual" href="#fontVariantLigaturesNoContextual">fontVariantLigaturesNoContextual</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-ligatures : no-contextual
https://developer.mozilla.org/docs/Web/CSS/font-variant-ligatures
fontVariantLigaturesNoDiscretionaryLigatures : Html.Attribute msg
``` font-variant-ligatures : no-discretionary-ligatures
https://developer.mozilla.org/docs/Web/CSS/font-variant-ligatures
<a name="//apple_ref/cpp/Function/fontVariantLigaturesNoHistoricalLigatures" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantLigaturesNoHistoricalLigatures" href="#fontVariantLigaturesNoHistoricalLigatures">fontVariantLigaturesNoHistoricalLigatures</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-ligatures : no-historical-ligatures
https://developer.mozilla.org/docs/Web/CSS/font-variant-ligatures
fontVariantLigaturesNone : Html.Attribute msg
``` font-variant-ligatures : none
https://developer.mozilla.org/docs/Web/CSS/font-variant-ligatures
<a name="//apple_ref/cpp/Function/fontVariantLigaturesNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantLigaturesNormal" href="#fontVariantLigaturesNormal">fontVariantLigaturesNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-ligatures : normal
https://developer.mozilla.org/docs/Web/CSS/font-variant-ligatures
fontVariantNumeric : String -> Html.Attribute msg
CSS property font-variant-numeric
https://developer.mozilla.org/docs/Web/CSS/font-variant-numeric
fontVariantNumericDiagonalFractions : Html.Attribute msg
``` font-variant-numeric : diagonal-fractions
https://developer.mozilla.org/docs/Web/CSS/font-variant-numeric
<a name="//apple_ref/cpp/Function/fontVariantNumericLiningNums" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantNumericLiningNums" href="#fontVariantNumericLiningNums">fontVariantNumericLiningNums</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-numeric : lining-nums
https://developer.mozilla.org/docs/Web/CSS/font-variant-numeric
fontVariantNumericNormal : Html.Attribute msg
``` font-variant-numeric : normal
https://developer.mozilla.org/docs/Web/CSS/font-variant-numeric
<a name="//apple_ref/cpp/Function/fontVariantNumericOldstyleNums" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantNumericOldstyleNums" href="#fontVariantNumericOldstyleNums">fontVariantNumericOldstyleNums</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-numeric : oldstyle-nums
https://developer.mozilla.org/docs/Web/CSS/font-variant-numeric
fontVariantNumericOrdinal : Html.Attribute msg
``` font-variant-numeric : ordinal
https://developer.mozilla.org/docs/Web/CSS/font-variant-numeric
<a name="//apple_ref/cpp/Function/fontVariantNumericProportionalNums" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantNumericProportionalNums" href="#fontVariantNumericProportionalNums">fontVariantNumericProportionalNums</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-numeric : proportional-nums
https://developer.mozilla.org/docs/Web/CSS/font-variant-numeric
fontVariantNumericSlashedZero : Html.Attribute msg
``` font-variant-numeric : slashed-zero
https://developer.mozilla.org/docs/Web/CSS/font-variant-numeric
<a name="//apple_ref/cpp/Function/fontVariantNumericStackedFractions" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantNumericStackedFractions" href="#fontVariantNumericStackedFractions">fontVariantNumericStackedFractions</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-numeric : stacked-fractions
https://developer.mozilla.org/docs/Web/CSS/font-variant-numeric
fontVariantNumericTabularNums : Html.Attribute msg
``` font-variant-numeric : tabular-nums
https://developer.mozilla.org/docs/Web/CSS/font-variant-numeric
<a name="//apple_ref/cpp/Function/fontVariantPosition" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantPosition" href="#fontVariantPosition">fontVariantPosition</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `font-variant-position`
https://developer.mozilla.org/docs/Web/CSS/font-variant-position
<a name="//apple_ref/cpp/Function/fontVariantPositionNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantPositionNormal" href="#fontVariantPositionNormal">fontVariantPositionNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-position : normal
https://developer.mozilla.org/docs/Web/CSS/font-variant-position
fontVariantPositionSub : Html.Attribute msg
``` font-variant-position : sub
https://developer.mozilla.org/docs/Web/CSS/font-variant-position
<a name="//apple_ref/cpp/Function/fontVariantPositionSuper" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontVariantPositionSuper" href="#fontVariantPositionSuper">fontVariantPositionSuper</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-variant-position : super
https://developer.mozilla.org/docs/Web/CSS/font-variant-position
fontVariationSettings : String -> Html.Attribute msg
CSS property font-variation-settings
https://developer.mozilla.org/docs/Web/CSS/font-variation-settings
fontVariationSettingsNormal : Html.Attribute msg
``` font-variation-settings : normal
https://developer.mozilla.org/docs/Web/CSS/font-variation-settings
<a name="//apple_ref/cpp/Function/fontWeight" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontWeight" href="#fontWeight">fontWeight</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `font-weight`
https://developer.mozilla.org/docs/Web/CSS/font-weight
<a name="//apple_ref/cpp/Function/fontWeightBold" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontWeightBold" href="#fontWeightBold">fontWeightBold</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-weight : bold
https://developer.mozilla.org/docs/Web/CSS/font-weight
fontWeightBolder : Html.Attribute msg
``` font-weight : bolder
https://developer.mozilla.org/docs/Web/CSS/font-weight
<a name="//apple_ref/cpp/Function/fontWeightLighter" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="fontWeightLighter" href="#fontWeightLighter">fontWeightLighter</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
font-weight : lighter
https://developer.mozilla.org/docs/Web/CSS/font-weight
fontWeightNormal : Html.Attribute msg
``` font-weight : normal
https://developer.mozilla.org/docs/Web/CSS/font-weight
<a name="//apple_ref/cpp/Function/lineHeight" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="lineHeight" href="#lineHeight">lineHeight</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `line-height`
https://developer.mozilla.org/docs/Web/CSS/line-height
<a name="//apple_ref/cpp/Function/lineHeightNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="lineHeightNormal" href="#lineHeightNormal">lineHeightNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
line-height : normal
https://developer.mozilla.org/docs/Web/CSS/line-height
lineHeightPx : Basics.Float -> Html.Attribute msg
``` line-height : 42px
https://developer.mozilla.org/docs/Web/CSS/line-height
<a name="//apple_ref/cpp/Function/lineHeightRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="lineHeightRem" href="#lineHeightRem">lineHeightRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
line-height : 42rem
https://developer.mozilla.org/docs/Web/CSS/line-height
lineHeightStep : String -> Html.Attribute msg
CSS property line-height-step
https://developer.mozilla.org/docs/Web/CSS/line-height-step
lineHeightStepPx : Basics.Float -> Html.Attribute msg
``` line-height-step : 42px
https://developer.mozilla.org/docs/Web/CSS/line-height-step
<a name="//apple_ref/cpp/Function/lineHeightStepRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="lineHeightStepRem" href="#lineHeightStepRem">lineHeightStepRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
line-height-step : 42rem
https://developer.mozilla.org/docs/Web/CSS/line-height-step
boxDecorationBreak : String -> Html.Attribute msg
CSS property box-decoration-break
https://developer.mozilla.org/docs/Web/CSS/box-decoration-break
boxDecorationBreakClone : Html.Attribute msg
``` box-decoration-break : clone
https://developer.mozilla.org/docs/Web/CSS/box-decoration-break
<a name="//apple_ref/cpp/Function/boxDecorationBreakSlice" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="boxDecorationBreakSlice" href="#boxDecorationBreakSlice">boxDecorationBreakSlice</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
box-decoration-break : slice
https://developer.mozilla.org/docs/Web/CSS/box-decoration-break
breakAfter : String -> Html.Attribute msg
CSS property break-after
https://developer.mozilla.org/docs/Web/CSS/break-after
breakAfterAll : Html.Attribute msg
``` break-after : all
https://developer.mozilla.org/docs/Web/CSS/break-after
<a name="//apple_ref/cpp/Function/breakAfterAlways" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="breakAfterAlways" href="#breakAfterAlways">breakAfterAlways</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
break-after : always
https://developer.mozilla.org/docs/Web/CSS/break-after
breakAfterAuto : Html.Attribute msg
``` break-after : auto
https://developer.mozilla.org/docs/Web/CSS/break-after
<a name="//apple_ref/cpp/Function/breakAfterAvoid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="breakAfterAvoid" href="#breakAfterAvoid">breakAfterAvoid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
break-after : avoid
https://developer.mozilla.org/docs/Web/CSS/break-after
breakAfterAvoidColumn : Html.Attribute msg
``` break-after : avoid-column
https://developer.mozilla.org/docs/Web/CSS/break-after
<a name="//apple_ref/cpp/Function/breakAfterAvoidPage" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="breakAfterAvoidPage" href="#breakAfterAvoidPage">breakAfterAvoidPage</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
break-after : avoid-page
https://developer.mozilla.org/docs/Web/CSS/break-after
breakAfterAvoidRegion : Html.Attribute msg
``` break-after : avoid-region
https://developer.mozilla.org/docs/Web/CSS/break-after
<a name="//apple_ref/cpp/Function/breakAfterColumn" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="breakAfterColumn" href="#breakAfterColumn">breakAfterColumn</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
break-after : column
https://developer.mozilla.org/docs/Web/CSS/break-after
breakAfterLeft : Html.Attribute msg
``` break-after : left
https://developer.mozilla.org/docs/Web/CSS/break-after
<a name="//apple_ref/cpp/Function/breakAfterPage" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="breakAfterPage" href="#breakAfterPage">breakAfterPage</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
break-after : page
https://developer.mozilla.org/docs/Web/CSS/break-after
breakAfterRecto : Html.Attribute msg
``` break-after : recto
https://developer.mozilla.org/docs/Web/CSS/break-after
<a name="//apple_ref/cpp/Function/breakAfterRegion" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="breakAfterRegion" href="#breakAfterRegion">breakAfterRegion</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
break-after : region
https://developer.mozilla.org/docs/Web/CSS/break-after
breakAfterRight : Html.Attribute msg
``` break-after : right
https://developer.mozilla.org/docs/Web/CSS/break-after
<a name="//apple_ref/cpp/Function/breakAfterVerso" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="breakAfterVerso" href="#breakAfterVerso">breakAfterVerso</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
break-after : verso
https://developer.mozilla.org/docs/Web/CSS/break-after
breakBefore : String -> Html.Attribute msg
CSS property break-before
https://developer.mozilla.org/docs/Web/CSS/break-before
breakBeforeAll : Html.Attribute msg
``` break-before : all
https://developer.mozilla.org/docs/Web/CSS/break-before
<a name="//apple_ref/cpp/Function/breakBeforeAlways" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="breakBeforeAlways" href="#breakBeforeAlways">breakBeforeAlways</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
break-before : always
https://developer.mozilla.org/docs/Web/CSS/break-before
breakBeforeAuto : Html.Attribute msg
``` break-before : auto
https://developer.mozilla.org/docs/Web/CSS/break-before
<a name="//apple_ref/cpp/Function/breakBeforeAvoid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="breakBeforeAvoid" href="#breakBeforeAvoid">breakBeforeAvoid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
break-before : avoid
https://developer.mozilla.org/docs/Web/CSS/break-before
breakBeforeAvoidColumn : Html.Attribute msg
``` break-before : avoid-column
https://developer.mozilla.org/docs/Web/CSS/break-before
<a name="//apple_ref/cpp/Function/breakBeforeAvoidPage" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="breakBeforeAvoidPage" href="#breakBeforeAvoidPage">breakBeforeAvoidPage</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
break-before : avoid-page
https://developer.mozilla.org/docs/Web/CSS/break-before
breakBeforeAvoidRegion : Html.Attribute msg
``` break-before : avoid-region
https://developer.mozilla.org/docs/Web/CSS/break-before
<a name="//apple_ref/cpp/Function/breakBeforeColumn" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="breakBeforeColumn" href="#breakBeforeColumn">breakBeforeColumn</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
break-before : column
https://developer.mozilla.org/docs/Web/CSS/break-before
breakBeforeLeft : Html.Attribute msg
``` break-before : left
https://developer.mozilla.org/docs/Web/CSS/break-before
<a name="//apple_ref/cpp/Function/breakBeforePage" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="breakBeforePage" href="#breakBeforePage">breakBeforePage</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
break-before : page
https://developer.mozilla.org/docs/Web/CSS/break-before
breakBeforeRecto : Html.Attribute msg
``` break-before : recto
https://developer.mozilla.org/docs/Web/CSS/break-before
<a name="//apple_ref/cpp/Function/breakBeforeRegion" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="breakBeforeRegion" href="#breakBeforeRegion">breakBeforeRegion</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
break-before : region
https://developer.mozilla.org/docs/Web/CSS/break-before
breakBeforeRight : Html.Attribute msg
``` break-before : right
https://developer.mozilla.org/docs/Web/CSS/break-before
<a name="//apple_ref/cpp/Function/breakBeforeVerso" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="breakBeforeVerso" href="#breakBeforeVerso">breakBeforeVerso</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
break-before : verso
https://developer.mozilla.org/docs/Web/CSS/break-before
breakInside : String -> Html.Attribute msg
CSS property break-inside
https://developer.mozilla.org/docs/Web/CSS/break-inside
breakInsideAuto : Html.Attribute msg
``` break-inside : auto
https://developer.mozilla.org/docs/Web/CSS/break-inside
<a name="//apple_ref/cpp/Function/breakInsideAvoid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="breakInsideAvoid" href="#breakInsideAvoid">breakInsideAvoid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
break-inside : avoid
https://developer.mozilla.org/docs/Web/CSS/break-inside
breakInsideAvoidColumn : Html.Attribute msg
``` break-inside : avoid-column
https://developer.mozilla.org/docs/Web/CSS/break-inside
<a name="//apple_ref/cpp/Function/breakInsideAvoidPage" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="breakInsideAvoidPage" href="#breakInsideAvoidPage">breakInsideAvoidPage</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
break-inside : avoid-page
https://developer.mozilla.org/docs/Web/CSS/break-inside
breakInsideAvoidRegion : Html.Attribute msg
``` break-inside : avoid-region
https://developer.mozilla.org/docs/Web/CSS/break-inside
<a name="//apple_ref/cpp/Function/orphans" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="orphans" href="#orphans">orphans</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `orphans`
https://developer.mozilla.org/docs/Web/CSS/orphans
<a name="//apple_ref/cpp/Function/widows" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="widows" href="#widows">widows</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `widows`
https://developer.mozilla.org/docs/Web/CSS/widows
# CSS Generated Content
<a name="//apple_ref/cpp/Function/content" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="content" href="#content">content</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `content`
https://developer.mozilla.org/docs/Web/CSS/content
<a name="//apple_ref/cpp/Function/contentContents" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="contentContents" href="#contentContents">contentContents</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
content : contents
https://developer.mozilla.org/docs/Web/CSS/content
contentNone : Html.Attribute msg
``` content : none
https://developer.mozilla.org/docs/Web/CSS/content
<a name="//apple_ref/cpp/Function/contentNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="contentNormal" href="#contentNormal">contentNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
content : normal
https://developer.mozilla.org/docs/Web/CSS/content
quotes : String -> Html.Attribute msg
CSS property quotes
https://developer.mozilla.org/docs/Web/CSS/quotes
quotesAuto : Html.Attribute msg
``` quotes : auto
https://developer.mozilla.org/docs/Web/CSS/quotes
<a name="//apple_ref/cpp/Function/quotesNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="quotesNone" href="#quotesNone">quotesNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
quotes : none
https://developer.mozilla.org/docs/Web/CSS/quotes
alignTracks : String -> Html.Attribute msg
CSS property align-tracks
https://developer.mozilla.org/docs/Web/CSS/align-tracks
alignTracksBaseline : Html.Attribute msg
``` align-tracks : baseline
https://developer.mozilla.org/docs/Web/CSS/align-tracks
<a name="//apple_ref/cpp/Function/alignTracksCenter" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignTracksCenter" href="#alignTracksCenter">alignTracksCenter</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-tracks : center
https://developer.mozilla.org/docs/Web/CSS/align-tracks
alignTracksEnd : Html.Attribute msg
``` align-tracks : end
https://developer.mozilla.org/docs/Web/CSS/align-tracks
<a name="//apple_ref/cpp/Function/alignTracksFlexEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignTracksFlexEnd" href="#alignTracksFlexEnd">alignTracksFlexEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-tracks : flex-end
https://developer.mozilla.org/docs/Web/CSS/align-tracks
alignTracksFlexStart : Html.Attribute msg
``` align-tracks : flex-start
https://developer.mozilla.org/docs/Web/CSS/align-tracks
<a name="//apple_ref/cpp/Function/alignTracksNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignTracksNormal" href="#alignTracksNormal">alignTracksNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-tracks : normal
https://developer.mozilla.org/docs/Web/CSS/align-tracks
alignTracksSpaceAround : Html.Attribute msg
``` align-tracks : space-around
https://developer.mozilla.org/docs/Web/CSS/align-tracks
<a name="//apple_ref/cpp/Function/alignTracksSpaceBetween" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignTracksSpaceBetween" href="#alignTracksSpaceBetween">alignTracksSpaceBetween</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-tracks : space-between
https://developer.mozilla.org/docs/Web/CSS/align-tracks
alignTracksSpaceEvenly : Html.Attribute msg
``` align-tracks : space-evenly
https://developer.mozilla.org/docs/Web/CSS/align-tracks
<a name="//apple_ref/cpp/Function/alignTracksStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="alignTracksStart" href="#alignTracksStart">alignTracksStart</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
align-tracks : start
https://developer.mozilla.org/docs/Web/CSS/align-tracks
alignTracksStretch : Html.Attribute msg
``` align-tracks : stretch
https://developer.mozilla.org/docs/Web/CSS/align-tracks
<a name="//apple_ref/cpp/Function/grid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="grid" href="#grid">grid</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `grid`
https://developer.mozilla.org/docs/Web/CSS/grid
<a name="//apple_ref/cpp/Function/gridNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gridNone" href="#gridNone">gridNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
grid : none
https://developer.mozilla.org/docs/Web/CSS/grid
gridArea : String -> Html.Attribute msg
CSS property grid-area
https://developer.mozilla.org/docs/Web/CSS/grid-area
gridAreaAuto : Html.Attribute msg
``` grid-area : auto
https://developer.mozilla.org/docs/Web/CSS/grid-area
<a name="//apple_ref/cpp/Function/gridAutoColumns" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gridAutoColumns" href="#gridAutoColumns">gridAutoColumns</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `grid-auto-columns`
https://developer.mozilla.org/docs/Web/CSS/grid-auto-columns
<a name="//apple_ref/cpp/Function/gridAutoFlow" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gridAutoFlow" href="#gridAutoFlow">gridAutoFlow</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `grid-auto-flow`
https://developer.mozilla.org/docs/Web/CSS/grid-auto-flow
<a name="//apple_ref/cpp/Function/gridAutoFlowColumn" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gridAutoFlowColumn" href="#gridAutoFlowColumn">gridAutoFlowColumn</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
grid-auto-flow : column
https://developer.mozilla.org/docs/Web/CSS/grid-auto-flow
gridAutoFlowDense : Html.Attribute msg
``` grid-auto-flow : dense
https://developer.mozilla.org/docs/Web/CSS/grid-auto-flow
<a name="//apple_ref/cpp/Function/gridAutoFlowRow" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gridAutoFlowRow" href="#gridAutoFlowRow">gridAutoFlowRow</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
grid-auto-flow : row
https://developer.mozilla.org/docs/Web/CSS/grid-auto-flow
gridAutoRows : String -> Html.Attribute msg
CSS property grid-auto-rows
https://developer.mozilla.org/docs/Web/CSS/grid-auto-rows
gridColumn : String -> Html.Attribute msg
CSS property grid-column
https://developer.mozilla.org/docs/Web/CSS/grid-column
gridColumnAuto : Html.Attribute msg
``` grid-column : auto
https://developer.mozilla.org/docs/Web/CSS/grid-column
<a name="//apple_ref/cpp/Function/gridColumnEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gridColumnEnd" href="#gridColumnEnd">gridColumnEnd</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `grid-column-end`
https://developer.mozilla.org/docs/Web/CSS/grid-column-end
<a name="//apple_ref/cpp/Function/gridColumnEndAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gridColumnEndAuto" href="#gridColumnEndAuto">gridColumnEndAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
grid-column-end : auto
https://developer.mozilla.org/docs/Web/CSS/grid-column-end
gridColumnGap : String -> Html.Attribute msg
CSS property grid-column-gap
https://developer.mozilla.org/docs/Web/CSS/column-gap
gridColumnGapPx : Basics.Float -> Html.Attribute msg
``` grid-column-gap : 42px
https://developer.mozilla.org/docs/Web/CSS/column-gap
<a name="//apple_ref/cpp/Function/gridColumnGapRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gridColumnGapRem" href="#gridColumnGapRem">gridColumnGapRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
grid-column-gap : 42rem
https://developer.mozilla.org/docs/Web/CSS/column-gap
gridColumnStart : String -> Html.Attribute msg
CSS property grid-column-start
https://developer.mozilla.org/docs/Web/CSS/grid-column-start
gridColumnStartAuto : Html.Attribute msg
``` grid-column-start : auto
https://developer.mozilla.org/docs/Web/CSS/grid-column-start
<a name="//apple_ref/cpp/Function/gridGap" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gridGap" href="#gridGap">gridGap</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `grid-gap`
https://developer.mozilla.org/docs/Web/CSS/gap
<a name="//apple_ref/cpp/Function/gridGapPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gridGapPx" href="#gridGapPx">gridGapPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
grid-gap : 42px
https://developer.mozilla.org/docs/Web/CSS/gap
gridGapRem : Basics.Float -> Html.Attribute msg
``` grid-gap : 42rem
https://developer.mozilla.org/docs/Web/CSS/gap
<a name="//apple_ref/cpp/Function/gridRow" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gridRow" href="#gridRow">gridRow</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `grid-row`
https://developer.mozilla.org/docs/Web/CSS/grid-row
<a name="//apple_ref/cpp/Function/gridRowAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gridRowAuto" href="#gridRowAuto">gridRowAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
grid-row : auto
https://developer.mozilla.org/docs/Web/CSS/grid-row
gridRowEnd : String -> Html.Attribute msg
CSS property grid-row-end
https://developer.mozilla.org/docs/Web/CSS/grid-row-end
gridRowEndAuto : Html.Attribute msg
``` grid-row-end : auto
https://developer.mozilla.org/docs/Web/CSS/grid-row-end
<a name="//apple_ref/cpp/Function/gridRowGap" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gridRowGap" href="#gridRowGap">gridRowGap</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `grid-row-gap`
https://developer.mozilla.org/docs/Web/CSS/row-gap
<a name="//apple_ref/cpp/Function/gridRowGapPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gridRowGapPx" href="#gridRowGapPx">gridRowGapPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
grid-row-gap : 42px
https://developer.mozilla.org/docs/Web/CSS/row-gap
gridRowGapRem : Basics.Float -> Html.Attribute msg
``` grid-row-gap : 42rem
https://developer.mozilla.org/docs/Web/CSS/row-gap
<a name="//apple_ref/cpp/Function/gridRowStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gridRowStart" href="#gridRowStart">gridRowStart</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `grid-row-start`
https://developer.mozilla.org/docs/Web/CSS/grid-row-start
<a name="//apple_ref/cpp/Function/gridRowStartAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gridRowStartAuto" href="#gridRowStartAuto">gridRowStartAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
grid-row-start : auto
https://developer.mozilla.org/docs/Web/CSS/grid-row-start
gridTemplate : String -> Html.Attribute msg
CSS property grid-template
https://developer.mozilla.org/docs/Web/CSS/grid-template
gridTemplateNone : Html.Attribute msg
``` grid-template : none
https://developer.mozilla.org/docs/Web/CSS/grid-template
<a name="//apple_ref/cpp/Function/gridTemplateAreas" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gridTemplateAreas" href="#gridTemplateAreas">gridTemplateAreas</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `grid-template-areas`
https://developer.mozilla.org/docs/Web/CSS/grid-template-areas
<a name="//apple_ref/cpp/Function/gridTemplateAreasNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gridTemplateAreasNone" href="#gridTemplateAreasNone">gridTemplateAreasNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
grid-template-areas : none
https://developer.mozilla.org/docs/Web/CSS/grid-template-areas
gridTemplateColumns : String -> Html.Attribute msg
CSS property grid-template-columns
https://developer.mozilla.org/docs/Web/CSS/grid-template-columns
gridTemplateColumnsNone : Html.Attribute msg
``` grid-template-columns : none
https://developer.mozilla.org/docs/Web/CSS/grid-template-columns
<a name="//apple_ref/cpp/Function/gridTemplateColumnsSubgrid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gridTemplateColumnsSubgrid" href="#gridTemplateColumnsSubgrid">gridTemplateColumnsSubgrid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
grid-template-columns : subgrid
https://developer.mozilla.org/docs/Web/CSS/grid-template-columns
gridTemplateRows : String -> Html.Attribute msg
CSS property grid-template-rows
https://developer.mozilla.org/docs/Web/CSS/grid-template-rows
gridTemplateRowsNone : Html.Attribute msg
``` grid-template-rows : none
https://developer.mozilla.org/docs/Web/CSS/grid-template-rows
<a name="//apple_ref/cpp/Function/gridTemplateRowsSubgrid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="gridTemplateRowsSubgrid" href="#gridTemplateRowsSubgrid">gridTemplateRowsSubgrid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
grid-template-rows : subgrid
https://developer.mozilla.org/docs/Web/CSS/grid-template-rows
justifyTracks : String -> Html.Attribute msg
CSS property justify-tracks
https://developer.mozilla.org/docs/Web/CSS/justify-tracks
justifyTracksCenter : Html.Attribute msg
``` justify-tracks : center
https://developer.mozilla.org/docs/Web/CSS/justify-tracks
<a name="//apple_ref/cpp/Function/justifyTracksEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifyTracksEnd" href="#justifyTracksEnd">justifyTracksEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-tracks : end
https://developer.mozilla.org/docs/Web/CSS/justify-tracks
justifyTracksFlexEnd : Html.Attribute msg
``` justify-tracks : flex-end
https://developer.mozilla.org/docs/Web/CSS/justify-tracks
<a name="//apple_ref/cpp/Function/justifyTracksFlexStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifyTracksFlexStart" href="#justifyTracksFlexStart">justifyTracksFlexStart</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-tracks : flex-start
https://developer.mozilla.org/docs/Web/CSS/justify-tracks
justifyTracksLeft : Html.Attribute msg
``` justify-tracks : left
https://developer.mozilla.org/docs/Web/CSS/justify-tracks
<a name="//apple_ref/cpp/Function/justifyTracksNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifyTracksNormal" href="#justifyTracksNormal">justifyTracksNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-tracks : normal
https://developer.mozilla.org/docs/Web/CSS/justify-tracks
justifyTracksRight : Html.Attribute msg
``` justify-tracks : right
https://developer.mozilla.org/docs/Web/CSS/justify-tracks
<a name="//apple_ref/cpp/Function/justifyTracksSpaceAround" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifyTracksSpaceAround" href="#justifyTracksSpaceAround">justifyTracksSpaceAround</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-tracks : space-around
https://developer.mozilla.org/docs/Web/CSS/justify-tracks
justifyTracksSpaceBetween : Html.Attribute msg
``` justify-tracks : space-between
https://developer.mozilla.org/docs/Web/CSS/justify-tracks
<a name="//apple_ref/cpp/Function/justifyTracksSpaceEvenly" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifyTracksSpaceEvenly" href="#justifyTracksSpaceEvenly">justifyTracksSpaceEvenly</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-tracks : space-evenly
https://developer.mozilla.org/docs/Web/CSS/justify-tracks
justifyTracksStart : Html.Attribute msg
``` justify-tracks : start
https://developer.mozilla.org/docs/Web/CSS/justify-tracks
<a name="//apple_ref/cpp/Function/justifyTracksStretch" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="justifyTracksStretch" href="#justifyTracksStretch">justifyTracksStretch</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
justify-tracks : stretch
https://developer.mozilla.org/docs/Web/CSS/justify-tracks
masonryAutoFlow : String -> Html.Attribute msg
CSS property masonry-auto-flow
https://developer.mozilla.org/docs/Web/CSS/masonry-auto-flow
masonryAutoFlowDefiniteFirst : Html.Attribute msg
``` masonry-auto-flow : definite-first
https://developer.mozilla.org/docs/Web/CSS/masonry-auto-flow
<a name="//apple_ref/cpp/Function/masonryAutoFlowNext" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="masonryAutoFlowNext" href="#masonryAutoFlowNext">masonryAutoFlowNext</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
masonry-auto-flow : next
https://developer.mozilla.org/docs/Web/CSS/masonry-auto-flow
masonryAutoFlowOrdered : Html.Attribute msg
``` masonry-auto-flow : ordered
https://developer.mozilla.org/docs/Web/CSS/masonry-auto-flow
<a name="//apple_ref/cpp/Function/masonryAutoFlowPack" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="masonryAutoFlowPack" href="#masonryAutoFlowPack">masonryAutoFlowPack</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
masonry-auto-flow : pack
https://developer.mozilla.org/docs/Web/CSS/masonry-auto-flow
imageOrientation : String -> Html.Attribute msg
CSS property image-orientation
https://developer.mozilla.org/docs/Web/CSS/image-orientation
imageOrientationFlip : Html.Attribute msg
``` image-orientation : flip
https://developer.mozilla.org/docs/Web/CSS/image-orientation
<a name="//apple_ref/cpp/Function/imageOrientationFromImage" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="imageOrientationFromImage" href="#imageOrientationFromImage">imageOrientationFromImage</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
image-orientation : from-image
https://developer.mozilla.org/docs/Web/CSS/image-orientation
imageRendering : String -> Html.Attribute msg
CSS property image-rendering
https://developer.mozilla.org/docs/Web/CSS/image-rendering
imageRenderingAuto : Html.Attribute msg
``` image-rendering : auto
https://developer.mozilla.org/docs/Web/CSS/image-rendering
<a name="//apple_ref/cpp/Function/imageRenderingCrispEdges" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="imageRenderingCrispEdges" href="#imageRenderingCrispEdges">imageRenderingCrispEdges</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
image-rendering : crisp-edges
https://developer.mozilla.org/docs/Web/CSS/image-rendering
imageRenderingPixelated : Html.Attribute msg
``` image-rendering : pixelated
https://developer.mozilla.org/docs/Web/CSS/image-rendering
<a name="//apple_ref/cpp/Function/imageResolution" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="imageResolution" href="#imageResolution">imageResolution</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `image-resolution`
<a name="//apple_ref/cpp/Function/imageResolutionFromImage" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="imageResolutionFromImage" href="#imageResolutionFromImage">imageResolutionFromImage</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
image-resolution : from-image
objectFit : String -> Html.Attribute msg
CSS property object-fit
https://developer.mozilla.org/docs/Web/CSS/object-fit
objectFitContain : Html.Attribute msg
``` object-fit : contain
https://developer.mozilla.org/docs/Web/CSS/object-fit
<a name="//apple_ref/cpp/Function/objectFitCover" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="objectFitCover" href="#objectFitCover">objectFitCover</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
object-fit : cover
https://developer.mozilla.org/docs/Web/CSS/object-fit
objectFitFill : Html.Attribute msg
``` object-fit : fill
https://developer.mozilla.org/docs/Web/CSS/object-fit
<a name="//apple_ref/cpp/Function/objectFitNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="objectFitNone" href="#objectFitNone">objectFitNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
object-fit : none
https://developer.mozilla.org/docs/Web/CSS/object-fit
objectFitScaleDown : Html.Attribute msg
``` object-fit : scale-down
https://developer.mozilla.org/docs/Web/CSS/object-fit
<a name="//apple_ref/cpp/Function/objectPosition" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="objectPosition" href="#objectPosition">objectPosition</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `object-position`
https://developer.mozilla.org/docs/Web/CSS/object-position
<a name="//apple_ref/cpp/Function/objectPositionBottom" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="objectPositionBottom" href="#objectPositionBottom">objectPositionBottom</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
object-position : bottom
https://developer.mozilla.org/docs/Web/CSS/object-position
objectPositionCenter : Html.Attribute msg
``` object-position : center
https://developer.mozilla.org/docs/Web/CSS/object-position
<a name="//apple_ref/cpp/Function/objectPositionLeft" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="objectPositionLeft" href="#objectPositionLeft">objectPositionLeft</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
object-position : left
https://developer.mozilla.org/docs/Web/CSS/object-position
objectPositionRight : Html.Attribute msg
``` object-position : right
https://developer.mozilla.org/docs/Web/CSS/object-position
<a name="//apple_ref/cpp/Function/objectPositionTop" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="objectPositionTop" href="#objectPositionTop">objectPositionTop</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
object-position : top
https://developer.mozilla.org/docs/Web/CSS/object-position
initialLetter : String -> Html.Attribute msg
CSS property initial-letter
https://developer.mozilla.org/docs/Web/CSS/initial-letter
initialLetterNormal : Html.Attribute msg
``` initial-letter : normal
https://developer.mozilla.org/docs/Web/CSS/initial-letter
<a name="//apple_ref/cpp/Function/initialLetterAlign" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="initialLetterAlign" href="#initialLetterAlign">initialLetterAlign</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `initial-letter-align`
https://developer.mozilla.org/docs/Web/CSS/initial-letter-align
<a name="//apple_ref/cpp/Function/initialLetterAlignAlphabetic" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="initialLetterAlignAlphabetic" href="#initialLetterAlignAlphabetic">initialLetterAlignAlphabetic</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
initial-letter-align : alphabetic
https://developer.mozilla.org/docs/Web/CSS/initial-letter-align
initialLetterAlignAuto : Html.Attribute msg
``` initial-letter-align : auto
https://developer.mozilla.org/docs/Web/CSS/initial-letter-align
<a name="//apple_ref/cpp/Function/initialLetterAlignHanging" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="initialLetterAlignHanging" href="#initialLetterAlignHanging">initialLetterAlignHanging</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
initial-letter-align : hanging
https://developer.mozilla.org/docs/Web/CSS/initial-letter-align
initialLetterAlignIdeographic : Html.Attribute msg
``` initial-letter-align : ideographic
https://developer.mozilla.org/docs/Web/CSS/initial-letter-align
# CSS Lists and Counters
<a name="//apple_ref/cpp/Function/listStyle" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="listStyle" href="#listStyle">listStyle</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `list-style`
https://developer.mozilla.org/docs/Web/CSS/list-style
<a name="//apple_ref/cpp/Function/listStyleInside" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="listStyleInside" href="#listStyleInside">listStyleInside</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
list-style : inside
https://developer.mozilla.org/docs/Web/CSS/list-style
listStyleNone : Html.Attribute msg
``` list-style : none
https://developer.mozilla.org/docs/Web/CSS/list-style
<a name="//apple_ref/cpp/Function/listStyleOutside" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="listStyleOutside" href="#listStyleOutside">listStyleOutside</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
list-style : outside
https://developer.mozilla.org/docs/Web/CSS/list-style
listStyleImage : String -> Html.Attribute msg
CSS property list-style-image
https://developer.mozilla.org/docs/Web/CSS/list-style-image
listStyleImageNone : Html.Attribute msg
``` list-style-image : none
https://developer.mozilla.org/docs/Web/CSS/list-style-image
<a name="//apple_ref/cpp/Function/listStylePosition" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="listStylePosition" href="#listStylePosition">listStylePosition</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `list-style-position`
https://developer.mozilla.org/docs/Web/CSS/list-style-position
<a name="//apple_ref/cpp/Function/listStylePositionInside" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="listStylePositionInside" href="#listStylePositionInside">listStylePositionInside</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
list-style-position : inside
https://developer.mozilla.org/docs/Web/CSS/list-style-position
listStylePositionOutside : Html.Attribute msg
``` list-style-position : outside
https://developer.mozilla.org/docs/Web/CSS/list-style-position
<a name="//apple_ref/cpp/Function/listStyleType" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="listStyleType" href="#listStyleType">listStyleType</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `list-style-type`
https://developer.mozilla.org/docs/Web/CSS/list-style-type
<a name="//apple_ref/cpp/Function/listStyleTypeNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="listStyleTypeNone" href="#listStyleTypeNone">listStyleTypeNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
list-style-type : none
https://developer.mozilla.org/docs/Web/CSS/list-style-type
blockSize : String -> Html.Attribute msg
CSS property block-size
https://developer.mozilla.org/docs/Web/CSS/block-size
blockSizeAuto : Html.Attribute msg
``` block-size : auto
https://developer.mozilla.org/docs/Web/CSS/block-size
<a name="//apple_ref/cpp/Function/blockSizeFitContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="blockSizeFitContent" href="#blockSizeFitContent">blockSizeFitContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
block-size : fit-content
https://developer.mozilla.org/docs/Web/CSS/block-size
blockSizeMaxContent : Html.Attribute msg
``` block-size : max-content
https://developer.mozilla.org/docs/Web/CSS/block-size
<a name="//apple_ref/cpp/Function/blockSizeMinContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="blockSizeMinContent" href="#blockSizeMinContent">blockSizeMinContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
block-size : min-content
https://developer.mozilla.org/docs/Web/CSS/block-size
blockSizePx : Basics.Float -> Html.Attribute msg
``` block-size : 42px
https://developer.mozilla.org/docs/Web/CSS/block-size
<a name="//apple_ref/cpp/Function/blockSizeRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="blockSizeRem" href="#blockSizeRem">blockSizeRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
block-size : 42rem
https://developer.mozilla.org/docs/Web/CSS/block-size
borderBlock : String -> Html.Attribute msg
CSS property border-block
https://developer.mozilla.org/docs/Web/CSS/border-block
borderBlockCurrentcolor : Html.Attribute msg
``` border-block : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-block
<a name="//apple_ref/cpp/Function/borderBlockDashed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockDashed" href="#borderBlockDashed">borderBlockDashed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block : dashed
https://developer.mozilla.org/docs/Web/CSS/border-block
borderBlockDotted : Html.Attribute msg
``` border-block : dotted
https://developer.mozilla.org/docs/Web/CSS/border-block
<a name="//apple_ref/cpp/Function/borderBlockDouble" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockDouble" href="#borderBlockDouble">borderBlockDouble</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block : double
https://developer.mozilla.org/docs/Web/CSS/border-block
borderBlockGroove : Html.Attribute msg
``` border-block : groove
https://developer.mozilla.org/docs/Web/CSS/border-block
<a name="//apple_ref/cpp/Function/borderBlockHidden" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockHidden" href="#borderBlockHidden">borderBlockHidden</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block : hidden
https://developer.mozilla.org/docs/Web/CSS/border-block
borderBlockInset : Html.Attribute msg
``` border-block : inset
https://developer.mozilla.org/docs/Web/CSS/border-block
<a name="//apple_ref/cpp/Function/borderBlockMedium" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockMedium" href="#borderBlockMedium">borderBlockMedium</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block : medium
https://developer.mozilla.org/docs/Web/CSS/border-block
borderBlockNone : Html.Attribute msg
``` border-block : none
https://developer.mozilla.org/docs/Web/CSS/border-block
<a name="//apple_ref/cpp/Function/borderBlockOutset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockOutset" href="#borderBlockOutset">borderBlockOutset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block : outset
https://developer.mozilla.org/docs/Web/CSS/border-block
borderBlockPx : Basics.Float -> Html.Attribute msg
``` border-block : 42px
https://developer.mozilla.org/docs/Web/CSS/border-block
<a name="//apple_ref/cpp/Function/borderBlockRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockRem" href="#borderBlockRem">borderBlockRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-block : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-block
borderBlockRidge : Html.Attribute msg
``` border-block : ridge
https://developer.mozilla.org/docs/Web/CSS/border-block
<a name="//apple_ref/cpp/Function/borderBlockSolid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockSolid" href="#borderBlockSolid">borderBlockSolid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block : solid
https://developer.mozilla.org/docs/Web/CSS/border-block
borderBlockThick : Html.Attribute msg
``` border-block : thick
https://developer.mozilla.org/docs/Web/CSS/border-block
<a name="//apple_ref/cpp/Function/borderBlockThin" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockThin" href="#borderBlockThin">borderBlockThin</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block : thin
https://developer.mozilla.org/docs/Web/CSS/border-block
borderBlockColor : String -> Html.Attribute msg
CSS property border-block-color
https://developer.mozilla.org/docs/Web/CSS/border-block-color
borderBlockColorCurrentcolor : Html.Attribute msg
``` border-block-color : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-block-color
<a name="//apple_ref/cpp/Function/borderBlockEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockEnd" href="#borderBlockEnd">borderBlockEnd</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-block-end`
https://developer.mozilla.org/docs/Web/CSS/border-block-end
<a name="//apple_ref/cpp/Function/borderBlockEndCurrentcolor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockEndCurrentcolor" href="#borderBlockEndCurrentcolor">borderBlockEndCurrentcolor</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-end : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-block-end
borderBlockEndDashed : Html.Attribute msg
``` border-block-end : dashed
https://developer.mozilla.org/docs/Web/CSS/border-block-end
<a name="//apple_ref/cpp/Function/borderBlockEndDotted" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockEndDotted" href="#borderBlockEndDotted">borderBlockEndDotted</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-end : dotted
https://developer.mozilla.org/docs/Web/CSS/border-block-end
borderBlockEndDouble : Html.Attribute msg
``` border-block-end : double
https://developer.mozilla.org/docs/Web/CSS/border-block-end
<a name="//apple_ref/cpp/Function/borderBlockEndGroove" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockEndGroove" href="#borderBlockEndGroove">borderBlockEndGroove</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-end : groove
https://developer.mozilla.org/docs/Web/CSS/border-block-end
borderBlockEndHidden : Html.Attribute msg
``` border-block-end : hidden
https://developer.mozilla.org/docs/Web/CSS/border-block-end
<a name="//apple_ref/cpp/Function/borderBlockEndInset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockEndInset" href="#borderBlockEndInset">borderBlockEndInset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-end : inset
https://developer.mozilla.org/docs/Web/CSS/border-block-end
borderBlockEndMedium : Html.Attribute msg
``` border-block-end : medium
https://developer.mozilla.org/docs/Web/CSS/border-block-end
<a name="//apple_ref/cpp/Function/borderBlockEndNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockEndNone" href="#borderBlockEndNone">borderBlockEndNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-end : none
https://developer.mozilla.org/docs/Web/CSS/border-block-end
borderBlockEndOutset : Html.Attribute msg
``` border-block-end : outset
https://developer.mozilla.org/docs/Web/CSS/border-block-end
<a name="//apple_ref/cpp/Function/borderBlockEndPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockEndPx" href="#borderBlockEndPx">borderBlockEndPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-block-end : 42px
https://developer.mozilla.org/docs/Web/CSS/border-block-end
borderBlockEndRem : Basics.Float -> Html.Attribute msg
``` border-block-end : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-block-end
<a name="//apple_ref/cpp/Function/borderBlockEndRidge" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockEndRidge" href="#borderBlockEndRidge">borderBlockEndRidge</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-end : ridge
https://developer.mozilla.org/docs/Web/CSS/border-block-end
borderBlockEndSolid : Html.Attribute msg
``` border-block-end : solid
https://developer.mozilla.org/docs/Web/CSS/border-block-end
<a name="//apple_ref/cpp/Function/borderBlockEndThick" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockEndThick" href="#borderBlockEndThick">borderBlockEndThick</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-end : thick
https://developer.mozilla.org/docs/Web/CSS/border-block-end
borderBlockEndThin : Html.Attribute msg
``` border-block-end : thin
https://developer.mozilla.org/docs/Web/CSS/border-block-end
<a name="//apple_ref/cpp/Function/borderBlockEndColor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockEndColor" href="#borderBlockEndColor">borderBlockEndColor</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-block-end-color`
https://developer.mozilla.org/docs/Web/CSS/border-block-end-color
<a name="//apple_ref/cpp/Function/borderBlockEndColorCurrentcolor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockEndColorCurrentcolor" href="#borderBlockEndColorCurrentcolor">borderBlockEndColorCurrentcolor</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-end-color : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-block-end-color
borderBlockEndStyle : String -> Html.Attribute msg
CSS property border-block-end-style
https://developer.mozilla.org/docs/Web/CSS/border-block-end-style
borderBlockEndStyleDashed : Html.Attribute msg
``` border-block-end-style : dashed
https://developer.mozilla.org/docs/Web/CSS/border-block-end-style
<a name="//apple_ref/cpp/Function/borderBlockEndStyleDotted" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockEndStyleDotted" href="#borderBlockEndStyleDotted">borderBlockEndStyleDotted</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-end-style : dotted
https://developer.mozilla.org/docs/Web/CSS/border-block-end-style
borderBlockEndStyleDouble : Html.Attribute msg
``` border-block-end-style : double
https://developer.mozilla.org/docs/Web/CSS/border-block-end-style
<a name="//apple_ref/cpp/Function/borderBlockEndStyleGroove" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockEndStyleGroove" href="#borderBlockEndStyleGroove">borderBlockEndStyleGroove</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-end-style : groove
https://developer.mozilla.org/docs/Web/CSS/border-block-end-style
borderBlockEndStyleHidden : Html.Attribute msg
``` border-block-end-style : hidden
https://developer.mozilla.org/docs/Web/CSS/border-block-end-style
<a name="//apple_ref/cpp/Function/borderBlockEndStyleInset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockEndStyleInset" href="#borderBlockEndStyleInset">borderBlockEndStyleInset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-end-style : inset
https://developer.mozilla.org/docs/Web/CSS/border-block-end-style
borderBlockEndStyleNone : Html.Attribute msg
``` border-block-end-style : none
https://developer.mozilla.org/docs/Web/CSS/border-block-end-style
<a name="//apple_ref/cpp/Function/borderBlockEndStyleOutset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockEndStyleOutset" href="#borderBlockEndStyleOutset">borderBlockEndStyleOutset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-end-style : outset
https://developer.mozilla.org/docs/Web/CSS/border-block-end-style
borderBlockEndStyleRidge : Html.Attribute msg
``` border-block-end-style : ridge
https://developer.mozilla.org/docs/Web/CSS/border-block-end-style
<a name="//apple_ref/cpp/Function/borderBlockEndStyleSolid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockEndStyleSolid" href="#borderBlockEndStyleSolid">borderBlockEndStyleSolid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-end-style : solid
https://developer.mozilla.org/docs/Web/CSS/border-block-end-style
borderBlockEndWidth : String -> Html.Attribute msg
CSS property border-block-end-width
https://developer.mozilla.org/docs/Web/CSS/border-block-end-width
borderBlockEndWidthMedium : Html.Attribute msg
``` border-block-end-width : medium
https://developer.mozilla.org/docs/Web/CSS/border-block-end-width
<a name="//apple_ref/cpp/Function/borderBlockEndWidthPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockEndWidthPx" href="#borderBlockEndWidthPx">borderBlockEndWidthPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-block-end-width : 42px
https://developer.mozilla.org/docs/Web/CSS/border-block-end-width
borderBlockEndWidthRem : Basics.Float -> Html.Attribute msg
``` border-block-end-width : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-block-end-width
<a name="//apple_ref/cpp/Function/borderBlockEndWidthThick" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockEndWidthThick" href="#borderBlockEndWidthThick">borderBlockEndWidthThick</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-end-width : thick
https://developer.mozilla.org/docs/Web/CSS/border-block-end-width
borderBlockEndWidthThin : Html.Attribute msg
``` border-block-end-width : thin
https://developer.mozilla.org/docs/Web/CSS/border-block-end-width
<a name="//apple_ref/cpp/Function/borderBlockStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStart" href="#borderBlockStart">borderBlockStart</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-block-start`
https://developer.mozilla.org/docs/Web/CSS/border-block-start
<a name="//apple_ref/cpp/Function/borderBlockStartCurrentcolor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStartCurrentcolor" href="#borderBlockStartCurrentcolor">borderBlockStartCurrentcolor</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-start : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-block-start
borderBlockStartDashed : Html.Attribute msg
``` border-block-start : dashed
https://developer.mozilla.org/docs/Web/CSS/border-block-start
<a name="//apple_ref/cpp/Function/borderBlockStartDotted" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStartDotted" href="#borderBlockStartDotted">borderBlockStartDotted</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-start : dotted
https://developer.mozilla.org/docs/Web/CSS/border-block-start
borderBlockStartDouble : Html.Attribute msg
``` border-block-start : double
https://developer.mozilla.org/docs/Web/CSS/border-block-start
<a name="//apple_ref/cpp/Function/borderBlockStartGroove" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStartGroove" href="#borderBlockStartGroove">borderBlockStartGroove</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-start : groove
https://developer.mozilla.org/docs/Web/CSS/border-block-start
borderBlockStartHidden : Html.Attribute msg
``` border-block-start : hidden
https://developer.mozilla.org/docs/Web/CSS/border-block-start
<a name="//apple_ref/cpp/Function/borderBlockStartInset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStartInset" href="#borderBlockStartInset">borderBlockStartInset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-start : inset
https://developer.mozilla.org/docs/Web/CSS/border-block-start
borderBlockStartMedium : Html.Attribute msg
``` border-block-start : medium
https://developer.mozilla.org/docs/Web/CSS/border-block-start
<a name="//apple_ref/cpp/Function/borderBlockStartNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStartNone" href="#borderBlockStartNone">borderBlockStartNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-start : none
https://developer.mozilla.org/docs/Web/CSS/border-block-start
borderBlockStartOutset : Html.Attribute msg
``` border-block-start : outset
https://developer.mozilla.org/docs/Web/CSS/border-block-start
<a name="//apple_ref/cpp/Function/borderBlockStartPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStartPx" href="#borderBlockStartPx">borderBlockStartPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-block-start : 42px
https://developer.mozilla.org/docs/Web/CSS/border-block-start
borderBlockStartRem : Basics.Float -> Html.Attribute msg
``` border-block-start : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-block-start
<a name="//apple_ref/cpp/Function/borderBlockStartRidge" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStartRidge" href="#borderBlockStartRidge">borderBlockStartRidge</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-start : ridge
https://developer.mozilla.org/docs/Web/CSS/border-block-start
borderBlockStartSolid : Html.Attribute msg
``` border-block-start : solid
https://developer.mozilla.org/docs/Web/CSS/border-block-start
<a name="//apple_ref/cpp/Function/borderBlockStartThick" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStartThick" href="#borderBlockStartThick">borderBlockStartThick</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-start : thick
https://developer.mozilla.org/docs/Web/CSS/border-block-start
borderBlockStartThin : Html.Attribute msg
``` border-block-start : thin
https://developer.mozilla.org/docs/Web/CSS/border-block-start
<a name="//apple_ref/cpp/Function/borderBlockStartColor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStartColor" href="#borderBlockStartColor">borderBlockStartColor</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-block-start-color`
https://developer.mozilla.org/docs/Web/CSS/border-block-start-color
<a name="//apple_ref/cpp/Function/borderBlockStartColorCurrentcolor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStartColorCurrentcolor" href="#borderBlockStartColorCurrentcolor">borderBlockStartColorCurrentcolor</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-start-color : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-block-start-color
borderBlockStartStyle : String -> Html.Attribute msg
CSS property border-block-start-style
https://developer.mozilla.org/docs/Web/CSS/border-block-start-style
borderBlockStartStyleDashed : Html.Attribute msg
``` border-block-start-style : dashed
https://developer.mozilla.org/docs/Web/CSS/border-block-start-style
<a name="//apple_ref/cpp/Function/borderBlockStartStyleDotted" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStartStyleDotted" href="#borderBlockStartStyleDotted">borderBlockStartStyleDotted</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-start-style : dotted
https://developer.mozilla.org/docs/Web/CSS/border-block-start-style
borderBlockStartStyleDouble : Html.Attribute msg
``` border-block-start-style : double
https://developer.mozilla.org/docs/Web/CSS/border-block-start-style
<a name="//apple_ref/cpp/Function/borderBlockStartStyleGroove" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStartStyleGroove" href="#borderBlockStartStyleGroove">borderBlockStartStyleGroove</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-start-style : groove
https://developer.mozilla.org/docs/Web/CSS/border-block-start-style
borderBlockStartStyleHidden : Html.Attribute msg
``` border-block-start-style : hidden
https://developer.mozilla.org/docs/Web/CSS/border-block-start-style
<a name="//apple_ref/cpp/Function/borderBlockStartStyleInset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStartStyleInset" href="#borderBlockStartStyleInset">borderBlockStartStyleInset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-start-style : inset
https://developer.mozilla.org/docs/Web/CSS/border-block-start-style
borderBlockStartStyleNone : Html.Attribute msg
``` border-block-start-style : none
https://developer.mozilla.org/docs/Web/CSS/border-block-start-style
<a name="//apple_ref/cpp/Function/borderBlockStartStyleOutset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStartStyleOutset" href="#borderBlockStartStyleOutset">borderBlockStartStyleOutset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-start-style : outset
https://developer.mozilla.org/docs/Web/CSS/border-block-start-style
borderBlockStartStyleRidge : Html.Attribute msg
``` border-block-start-style : ridge
https://developer.mozilla.org/docs/Web/CSS/border-block-start-style
<a name="//apple_ref/cpp/Function/borderBlockStartStyleSolid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStartStyleSolid" href="#borderBlockStartStyleSolid">borderBlockStartStyleSolid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-start-style : solid
https://developer.mozilla.org/docs/Web/CSS/border-block-start-style
borderBlockStartWidth : String -> Html.Attribute msg
CSS property border-block-start-width
https://developer.mozilla.org/docs/Web/CSS/border-block-start-width
borderBlockStartWidthMedium : Html.Attribute msg
``` border-block-start-width : medium
https://developer.mozilla.org/docs/Web/CSS/border-block-start-width
<a name="//apple_ref/cpp/Function/borderBlockStartWidthPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStartWidthPx" href="#borderBlockStartWidthPx">borderBlockStartWidthPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-block-start-width : 42px
https://developer.mozilla.org/docs/Web/CSS/border-block-start-width
borderBlockStartWidthRem : Basics.Float -> Html.Attribute msg
``` border-block-start-width : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-block-start-width
<a name="//apple_ref/cpp/Function/borderBlockStartWidthThick" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStartWidthThick" href="#borderBlockStartWidthThick">borderBlockStartWidthThick</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-start-width : thick
https://developer.mozilla.org/docs/Web/CSS/border-block-start-width
borderBlockStartWidthThin : Html.Attribute msg
``` border-block-start-width : thin
https://developer.mozilla.org/docs/Web/CSS/border-block-start-width
<a name="//apple_ref/cpp/Function/borderBlockStyle" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStyle" href="#borderBlockStyle">borderBlockStyle</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-block-style`
https://developer.mozilla.org/docs/Web/CSS/border-block-style
<a name="//apple_ref/cpp/Function/borderBlockStyleDashed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStyleDashed" href="#borderBlockStyleDashed">borderBlockStyleDashed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-style : dashed
https://developer.mozilla.org/docs/Web/CSS/border-block-style
borderBlockStyleDotted : Html.Attribute msg
``` border-block-style : dotted
https://developer.mozilla.org/docs/Web/CSS/border-block-style
<a name="//apple_ref/cpp/Function/borderBlockStyleDouble" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStyleDouble" href="#borderBlockStyleDouble">borderBlockStyleDouble</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-style : double
https://developer.mozilla.org/docs/Web/CSS/border-block-style
borderBlockStyleGroove : Html.Attribute msg
``` border-block-style : groove
https://developer.mozilla.org/docs/Web/CSS/border-block-style
<a name="//apple_ref/cpp/Function/borderBlockStyleHidden" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStyleHidden" href="#borderBlockStyleHidden">borderBlockStyleHidden</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-style : hidden
https://developer.mozilla.org/docs/Web/CSS/border-block-style
borderBlockStyleInset : Html.Attribute msg
``` border-block-style : inset
https://developer.mozilla.org/docs/Web/CSS/border-block-style
<a name="//apple_ref/cpp/Function/borderBlockStyleNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStyleNone" href="#borderBlockStyleNone">borderBlockStyleNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-style : none
https://developer.mozilla.org/docs/Web/CSS/border-block-style
borderBlockStyleOutset : Html.Attribute msg
``` border-block-style : outset
https://developer.mozilla.org/docs/Web/CSS/border-block-style
<a name="//apple_ref/cpp/Function/borderBlockStyleRidge" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockStyleRidge" href="#borderBlockStyleRidge">borderBlockStyleRidge</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-style : ridge
https://developer.mozilla.org/docs/Web/CSS/border-block-style
borderBlockStyleSolid : Html.Attribute msg
``` border-block-style : solid
https://developer.mozilla.org/docs/Web/CSS/border-block-style
<a name="//apple_ref/cpp/Function/borderBlockWidth" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockWidth" href="#borderBlockWidth">borderBlockWidth</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-block-width`
https://developer.mozilla.org/docs/Web/CSS/border-block-width
<a name="//apple_ref/cpp/Function/borderBlockWidthMedium" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockWidthMedium" href="#borderBlockWidthMedium">borderBlockWidthMedium</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-width : medium
https://developer.mozilla.org/docs/Web/CSS/border-block-width
borderBlockWidthPx : Basics.Float -> Html.Attribute msg
``` border-block-width : 42px
https://developer.mozilla.org/docs/Web/CSS/border-block-width
<a name="//apple_ref/cpp/Function/borderBlockWidthRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockWidthRem" href="#borderBlockWidthRem">borderBlockWidthRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-block-width : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-block-width
borderBlockWidthThick : Html.Attribute msg
``` border-block-width : thick
https://developer.mozilla.org/docs/Web/CSS/border-block-width
<a name="//apple_ref/cpp/Function/borderBlockWidthThin" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderBlockWidthThin" href="#borderBlockWidthThin">borderBlockWidthThin</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-block-width : thin
https://developer.mozilla.org/docs/Web/CSS/border-block-width
borderEndEndRadius : String -> Html.Attribute msg
CSS property border-end-end-radius
https://developer.mozilla.org/docs/Web/CSS/border-end-end-radius
borderEndEndRadiusPx : Basics.Float -> Html.Attribute msg
``` border-end-end-radius : 42px
https://developer.mozilla.org/docs/Web/CSS/border-end-end-radius
<a name="//apple_ref/cpp/Function/borderEndEndRadiusRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderEndEndRadiusRem" href="#borderEndEndRadiusRem">borderEndEndRadiusRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-end-end-radius : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-end-end-radius
borderEndStartRadius : String -> Html.Attribute msg
CSS property border-end-start-radius
https://developer.mozilla.org/docs/Web/CSS/border-end-start-radius
borderEndStartRadiusPx : Basics.Float -> Html.Attribute msg
``` border-end-start-radius : 42px
https://developer.mozilla.org/docs/Web/CSS/border-end-start-radius
<a name="//apple_ref/cpp/Function/borderEndStartRadiusRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderEndStartRadiusRem" href="#borderEndStartRadiusRem">borderEndStartRadiusRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-end-start-radius : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-end-start-radius
borderInline : String -> Html.Attribute msg
CSS property border-inline
https://developer.mozilla.org/docs/Web/CSS/border-inline
borderInlineCurrentcolor : Html.Attribute msg
``` border-inline : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-inline
<a name="//apple_ref/cpp/Function/borderInlineDashed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineDashed" href="#borderInlineDashed">borderInlineDashed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline : dashed
https://developer.mozilla.org/docs/Web/CSS/border-inline
borderInlineDotted : Html.Attribute msg
``` border-inline : dotted
https://developer.mozilla.org/docs/Web/CSS/border-inline
<a name="//apple_ref/cpp/Function/borderInlineDouble" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineDouble" href="#borderInlineDouble">borderInlineDouble</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline : double
https://developer.mozilla.org/docs/Web/CSS/border-inline
borderInlineGroove : Html.Attribute msg
``` border-inline : groove
https://developer.mozilla.org/docs/Web/CSS/border-inline
<a name="//apple_ref/cpp/Function/borderInlineHidden" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineHidden" href="#borderInlineHidden">borderInlineHidden</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline : hidden
https://developer.mozilla.org/docs/Web/CSS/border-inline
borderInlineInset : Html.Attribute msg
``` border-inline : inset
https://developer.mozilla.org/docs/Web/CSS/border-inline
<a name="//apple_ref/cpp/Function/borderInlineMedium" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineMedium" href="#borderInlineMedium">borderInlineMedium</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline : medium
https://developer.mozilla.org/docs/Web/CSS/border-inline
borderInlineNone : Html.Attribute msg
``` border-inline : none
https://developer.mozilla.org/docs/Web/CSS/border-inline
<a name="//apple_ref/cpp/Function/borderInlineOutset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineOutset" href="#borderInlineOutset">borderInlineOutset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline : outset
https://developer.mozilla.org/docs/Web/CSS/border-inline
borderInlinePx : Basics.Float -> Html.Attribute msg
``` border-inline : 42px
https://developer.mozilla.org/docs/Web/CSS/border-inline
<a name="//apple_ref/cpp/Function/borderInlineRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineRem" href="#borderInlineRem">borderInlineRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-inline : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-inline
borderInlineRidge : Html.Attribute msg
``` border-inline : ridge
https://developer.mozilla.org/docs/Web/CSS/border-inline
<a name="//apple_ref/cpp/Function/borderInlineSolid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineSolid" href="#borderInlineSolid">borderInlineSolid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline : solid
https://developer.mozilla.org/docs/Web/CSS/border-inline
borderInlineThick : Html.Attribute msg
``` border-inline : thick
https://developer.mozilla.org/docs/Web/CSS/border-inline
<a name="//apple_ref/cpp/Function/borderInlineThin" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineThin" href="#borderInlineThin">borderInlineThin</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline : thin
https://developer.mozilla.org/docs/Web/CSS/border-inline
borderInlineColor : String -> Html.Attribute msg
CSS property border-inline-color
https://developer.mozilla.org/docs/Web/CSS/border-inline-color
borderInlineColorCurrentcolor : Html.Attribute msg
``` border-inline-color : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-inline-color
<a name="//apple_ref/cpp/Function/borderInlineEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineEnd" href="#borderInlineEnd">borderInlineEnd</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-inline-end`
https://developer.mozilla.org/docs/Web/CSS/border-inline-end
<a name="//apple_ref/cpp/Function/borderInlineEndCurrentcolor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineEndCurrentcolor" href="#borderInlineEndCurrentcolor">borderInlineEndCurrentcolor</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-end : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-inline-end
borderInlineEndDashed : Html.Attribute msg
``` border-inline-end : dashed
https://developer.mozilla.org/docs/Web/CSS/border-inline-end
<a name="//apple_ref/cpp/Function/borderInlineEndDotted" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineEndDotted" href="#borderInlineEndDotted">borderInlineEndDotted</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-end : dotted
https://developer.mozilla.org/docs/Web/CSS/border-inline-end
borderInlineEndDouble : Html.Attribute msg
``` border-inline-end : double
https://developer.mozilla.org/docs/Web/CSS/border-inline-end
<a name="//apple_ref/cpp/Function/borderInlineEndGroove" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineEndGroove" href="#borderInlineEndGroove">borderInlineEndGroove</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-end : groove
https://developer.mozilla.org/docs/Web/CSS/border-inline-end
borderInlineEndHidden : Html.Attribute msg
``` border-inline-end : hidden
https://developer.mozilla.org/docs/Web/CSS/border-inline-end
<a name="//apple_ref/cpp/Function/borderInlineEndInset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineEndInset" href="#borderInlineEndInset">borderInlineEndInset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-end : inset
https://developer.mozilla.org/docs/Web/CSS/border-inline-end
borderInlineEndMedium : Html.Attribute msg
``` border-inline-end : medium
https://developer.mozilla.org/docs/Web/CSS/border-inline-end
<a name="//apple_ref/cpp/Function/borderInlineEndNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineEndNone" href="#borderInlineEndNone">borderInlineEndNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-end : none
https://developer.mozilla.org/docs/Web/CSS/border-inline-end
borderInlineEndOutset : Html.Attribute msg
``` border-inline-end : outset
https://developer.mozilla.org/docs/Web/CSS/border-inline-end
<a name="//apple_ref/cpp/Function/borderInlineEndPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineEndPx" href="#borderInlineEndPx">borderInlineEndPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-inline-end : 42px
https://developer.mozilla.org/docs/Web/CSS/border-inline-end
borderInlineEndRem : Basics.Float -> Html.Attribute msg
``` border-inline-end : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-inline-end
<a name="//apple_ref/cpp/Function/borderInlineEndRidge" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineEndRidge" href="#borderInlineEndRidge">borderInlineEndRidge</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-end : ridge
https://developer.mozilla.org/docs/Web/CSS/border-inline-end
borderInlineEndSolid : Html.Attribute msg
``` border-inline-end : solid
https://developer.mozilla.org/docs/Web/CSS/border-inline-end
<a name="//apple_ref/cpp/Function/borderInlineEndThick" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineEndThick" href="#borderInlineEndThick">borderInlineEndThick</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-end : thick
https://developer.mozilla.org/docs/Web/CSS/border-inline-end
borderInlineEndThin : Html.Attribute msg
``` border-inline-end : thin
https://developer.mozilla.org/docs/Web/CSS/border-inline-end
<a name="//apple_ref/cpp/Function/borderInlineEndColor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineEndColor" href="#borderInlineEndColor">borderInlineEndColor</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-inline-end-color`
https://developer.mozilla.org/docs/Web/CSS/border-inline-end-color
<a name="//apple_ref/cpp/Function/borderInlineEndColorCurrentcolor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineEndColorCurrentcolor" href="#borderInlineEndColorCurrentcolor">borderInlineEndColorCurrentcolor</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-end-color : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-inline-end-color
borderInlineEndStyle : String -> Html.Attribute msg
CSS property border-inline-end-style
https://developer.mozilla.org/docs/Web/CSS/border-inline-end-style
borderInlineEndStyleDashed : Html.Attribute msg
``` border-inline-end-style : dashed
https://developer.mozilla.org/docs/Web/CSS/border-inline-end-style
<a name="//apple_ref/cpp/Function/borderInlineEndStyleDotted" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineEndStyleDotted" href="#borderInlineEndStyleDotted">borderInlineEndStyleDotted</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-end-style : dotted
https://developer.mozilla.org/docs/Web/CSS/border-inline-end-style
borderInlineEndStyleDouble : Html.Attribute msg
``` border-inline-end-style : double
https://developer.mozilla.org/docs/Web/CSS/border-inline-end-style
<a name="//apple_ref/cpp/Function/borderInlineEndStyleGroove" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineEndStyleGroove" href="#borderInlineEndStyleGroove">borderInlineEndStyleGroove</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-end-style : groove
https://developer.mozilla.org/docs/Web/CSS/border-inline-end-style
borderInlineEndStyleHidden : Html.Attribute msg
``` border-inline-end-style : hidden
https://developer.mozilla.org/docs/Web/CSS/border-inline-end-style
<a name="//apple_ref/cpp/Function/borderInlineEndStyleInset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineEndStyleInset" href="#borderInlineEndStyleInset">borderInlineEndStyleInset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-end-style : inset
https://developer.mozilla.org/docs/Web/CSS/border-inline-end-style
borderInlineEndStyleNone : Html.Attribute msg
``` border-inline-end-style : none
https://developer.mozilla.org/docs/Web/CSS/border-inline-end-style
<a name="//apple_ref/cpp/Function/borderInlineEndStyleOutset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineEndStyleOutset" href="#borderInlineEndStyleOutset">borderInlineEndStyleOutset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-end-style : outset
https://developer.mozilla.org/docs/Web/CSS/border-inline-end-style
borderInlineEndStyleRidge : Html.Attribute msg
``` border-inline-end-style : ridge
https://developer.mozilla.org/docs/Web/CSS/border-inline-end-style
<a name="//apple_ref/cpp/Function/borderInlineEndStyleSolid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineEndStyleSolid" href="#borderInlineEndStyleSolid">borderInlineEndStyleSolid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-end-style : solid
https://developer.mozilla.org/docs/Web/CSS/border-inline-end-style
borderInlineEndWidth : String -> Html.Attribute msg
CSS property border-inline-end-width
https://developer.mozilla.org/docs/Web/CSS/border-inline-end-width
borderInlineEndWidthMedium : Html.Attribute msg
``` border-inline-end-width : medium
https://developer.mozilla.org/docs/Web/CSS/border-inline-end-width
<a name="//apple_ref/cpp/Function/borderInlineEndWidthPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineEndWidthPx" href="#borderInlineEndWidthPx">borderInlineEndWidthPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-inline-end-width : 42px
https://developer.mozilla.org/docs/Web/CSS/border-inline-end-width
borderInlineEndWidthRem : Basics.Float -> Html.Attribute msg
``` border-inline-end-width : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-inline-end-width
<a name="//apple_ref/cpp/Function/borderInlineEndWidthThick" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineEndWidthThick" href="#borderInlineEndWidthThick">borderInlineEndWidthThick</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-end-width : thick
https://developer.mozilla.org/docs/Web/CSS/border-inline-end-width
borderInlineEndWidthThin : Html.Attribute msg
``` border-inline-end-width : thin
https://developer.mozilla.org/docs/Web/CSS/border-inline-end-width
<a name="//apple_ref/cpp/Function/borderInlineStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStart" href="#borderInlineStart">borderInlineStart</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-inline-start`
https://developer.mozilla.org/docs/Web/CSS/border-inline-start
<a name="//apple_ref/cpp/Function/borderInlineStartCurrentcolor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStartCurrentcolor" href="#borderInlineStartCurrentcolor">borderInlineStartCurrentcolor</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-start : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-inline-start
borderInlineStartDashed : Html.Attribute msg
``` border-inline-start : dashed
https://developer.mozilla.org/docs/Web/CSS/border-inline-start
<a name="//apple_ref/cpp/Function/borderInlineStartDotted" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStartDotted" href="#borderInlineStartDotted">borderInlineStartDotted</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-start : dotted
https://developer.mozilla.org/docs/Web/CSS/border-inline-start
borderInlineStartDouble : Html.Attribute msg
``` border-inline-start : double
https://developer.mozilla.org/docs/Web/CSS/border-inline-start
<a name="//apple_ref/cpp/Function/borderInlineStartGroove" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStartGroove" href="#borderInlineStartGroove">borderInlineStartGroove</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-start : groove
https://developer.mozilla.org/docs/Web/CSS/border-inline-start
borderInlineStartHidden : Html.Attribute msg
``` border-inline-start : hidden
https://developer.mozilla.org/docs/Web/CSS/border-inline-start
<a name="//apple_ref/cpp/Function/borderInlineStartInset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStartInset" href="#borderInlineStartInset">borderInlineStartInset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-start : inset
https://developer.mozilla.org/docs/Web/CSS/border-inline-start
borderInlineStartMedium : Html.Attribute msg
``` border-inline-start : medium
https://developer.mozilla.org/docs/Web/CSS/border-inline-start
<a name="//apple_ref/cpp/Function/borderInlineStartNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStartNone" href="#borderInlineStartNone">borderInlineStartNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-start : none
https://developer.mozilla.org/docs/Web/CSS/border-inline-start
borderInlineStartOutset : Html.Attribute msg
``` border-inline-start : outset
https://developer.mozilla.org/docs/Web/CSS/border-inline-start
<a name="//apple_ref/cpp/Function/borderInlineStartPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStartPx" href="#borderInlineStartPx">borderInlineStartPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-inline-start : 42px
https://developer.mozilla.org/docs/Web/CSS/border-inline-start
borderInlineStartRem : Basics.Float -> Html.Attribute msg
``` border-inline-start : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-inline-start
<a name="//apple_ref/cpp/Function/borderInlineStartRidge" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStartRidge" href="#borderInlineStartRidge">borderInlineStartRidge</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-start : ridge
https://developer.mozilla.org/docs/Web/CSS/border-inline-start
borderInlineStartSolid : Html.Attribute msg
``` border-inline-start : solid
https://developer.mozilla.org/docs/Web/CSS/border-inline-start
<a name="//apple_ref/cpp/Function/borderInlineStartThick" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStartThick" href="#borderInlineStartThick">borderInlineStartThick</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-start : thick
https://developer.mozilla.org/docs/Web/CSS/border-inline-start
borderInlineStartThin : Html.Attribute msg
``` border-inline-start : thin
https://developer.mozilla.org/docs/Web/CSS/border-inline-start
<a name="//apple_ref/cpp/Function/borderInlineStartColor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStartColor" href="#borderInlineStartColor">borderInlineStartColor</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-inline-start-color`
https://developer.mozilla.org/docs/Web/CSS/border-inline-start-color
<a name="//apple_ref/cpp/Function/borderInlineStartColorCurrentcolor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStartColorCurrentcolor" href="#borderInlineStartColorCurrentcolor">borderInlineStartColorCurrentcolor</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-start-color : currentcolor
https://developer.mozilla.org/docs/Web/CSS/border-inline-start-color
borderInlineStartStyle : String -> Html.Attribute msg
CSS property border-inline-start-style
https://developer.mozilla.org/docs/Web/CSS/border-inline-start-style
borderInlineStartStyleDashed : Html.Attribute msg
``` border-inline-start-style : dashed
https://developer.mozilla.org/docs/Web/CSS/border-inline-start-style
<a name="//apple_ref/cpp/Function/borderInlineStartStyleDotted" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStartStyleDotted" href="#borderInlineStartStyleDotted">borderInlineStartStyleDotted</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-start-style : dotted
https://developer.mozilla.org/docs/Web/CSS/border-inline-start-style
borderInlineStartStyleDouble : Html.Attribute msg
``` border-inline-start-style : double
https://developer.mozilla.org/docs/Web/CSS/border-inline-start-style
<a name="//apple_ref/cpp/Function/borderInlineStartStyleGroove" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStartStyleGroove" href="#borderInlineStartStyleGroove">borderInlineStartStyleGroove</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-start-style : groove
https://developer.mozilla.org/docs/Web/CSS/border-inline-start-style
borderInlineStartStyleHidden : Html.Attribute msg
``` border-inline-start-style : hidden
https://developer.mozilla.org/docs/Web/CSS/border-inline-start-style
<a name="//apple_ref/cpp/Function/borderInlineStartStyleInset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStartStyleInset" href="#borderInlineStartStyleInset">borderInlineStartStyleInset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-start-style : inset
https://developer.mozilla.org/docs/Web/CSS/border-inline-start-style
borderInlineStartStyleNone : Html.Attribute msg
``` border-inline-start-style : none
https://developer.mozilla.org/docs/Web/CSS/border-inline-start-style
<a name="//apple_ref/cpp/Function/borderInlineStartStyleOutset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStartStyleOutset" href="#borderInlineStartStyleOutset">borderInlineStartStyleOutset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-start-style : outset
https://developer.mozilla.org/docs/Web/CSS/border-inline-start-style
borderInlineStartStyleRidge : Html.Attribute msg
``` border-inline-start-style : ridge
https://developer.mozilla.org/docs/Web/CSS/border-inline-start-style
<a name="//apple_ref/cpp/Function/borderInlineStartStyleSolid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStartStyleSolid" href="#borderInlineStartStyleSolid">borderInlineStartStyleSolid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-start-style : solid
https://developer.mozilla.org/docs/Web/CSS/border-inline-start-style
borderInlineStartWidth : String -> Html.Attribute msg
CSS property border-inline-start-width
https://developer.mozilla.org/docs/Web/CSS/border-inline-start-width
borderInlineStartWidthMedium : Html.Attribute msg
``` border-inline-start-width : medium
https://developer.mozilla.org/docs/Web/CSS/border-inline-start-width
<a name="//apple_ref/cpp/Function/borderInlineStartWidthPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStartWidthPx" href="#borderInlineStartWidthPx">borderInlineStartWidthPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-inline-start-width : 42px
https://developer.mozilla.org/docs/Web/CSS/border-inline-start-width
borderInlineStartWidthRem : Basics.Float -> Html.Attribute msg
``` border-inline-start-width : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-inline-start-width
<a name="//apple_ref/cpp/Function/borderInlineStartWidthThick" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStartWidthThick" href="#borderInlineStartWidthThick">borderInlineStartWidthThick</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-start-width : thick
https://developer.mozilla.org/docs/Web/CSS/border-inline-start-width
borderInlineStartWidthThin : Html.Attribute msg
``` border-inline-start-width : thin
https://developer.mozilla.org/docs/Web/CSS/border-inline-start-width
<a name="//apple_ref/cpp/Function/borderInlineStyle" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStyle" href="#borderInlineStyle">borderInlineStyle</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-inline-style`
https://developer.mozilla.org/docs/Web/CSS/border-inline-style
<a name="//apple_ref/cpp/Function/borderInlineStyleDashed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStyleDashed" href="#borderInlineStyleDashed">borderInlineStyleDashed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-style : dashed
https://developer.mozilla.org/docs/Web/CSS/border-inline-style
borderInlineStyleDotted : Html.Attribute msg
``` border-inline-style : dotted
https://developer.mozilla.org/docs/Web/CSS/border-inline-style
<a name="//apple_ref/cpp/Function/borderInlineStyleDouble" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStyleDouble" href="#borderInlineStyleDouble">borderInlineStyleDouble</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-style : double
https://developer.mozilla.org/docs/Web/CSS/border-inline-style
borderInlineStyleGroove : Html.Attribute msg
``` border-inline-style : groove
https://developer.mozilla.org/docs/Web/CSS/border-inline-style
<a name="//apple_ref/cpp/Function/borderInlineStyleHidden" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStyleHidden" href="#borderInlineStyleHidden">borderInlineStyleHidden</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-style : hidden
https://developer.mozilla.org/docs/Web/CSS/border-inline-style
borderInlineStyleInset : Html.Attribute msg
``` border-inline-style : inset
https://developer.mozilla.org/docs/Web/CSS/border-inline-style
<a name="//apple_ref/cpp/Function/borderInlineStyleNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStyleNone" href="#borderInlineStyleNone">borderInlineStyleNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-style : none
https://developer.mozilla.org/docs/Web/CSS/border-inline-style
borderInlineStyleOutset : Html.Attribute msg
``` border-inline-style : outset
https://developer.mozilla.org/docs/Web/CSS/border-inline-style
<a name="//apple_ref/cpp/Function/borderInlineStyleRidge" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineStyleRidge" href="#borderInlineStyleRidge">borderInlineStyleRidge</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-style : ridge
https://developer.mozilla.org/docs/Web/CSS/border-inline-style
borderInlineStyleSolid : Html.Attribute msg
``` border-inline-style : solid
https://developer.mozilla.org/docs/Web/CSS/border-inline-style
<a name="//apple_ref/cpp/Function/borderInlineWidth" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineWidth" href="#borderInlineWidth">borderInlineWidth</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-inline-width`
https://developer.mozilla.org/docs/Web/CSS/border-inline-width
<a name="//apple_ref/cpp/Function/borderInlineWidthMedium" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineWidthMedium" href="#borderInlineWidthMedium">borderInlineWidthMedium</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-width : medium
https://developer.mozilla.org/docs/Web/CSS/border-inline-width
borderInlineWidthPx : Basics.Float -> Html.Attribute msg
``` border-inline-width : 42px
https://developer.mozilla.org/docs/Web/CSS/border-inline-width
<a name="//apple_ref/cpp/Function/borderInlineWidthRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineWidthRem" href="#borderInlineWidthRem">borderInlineWidthRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-inline-width : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-inline-width
borderInlineWidthThick : Html.Attribute msg
``` border-inline-width : thick
https://developer.mozilla.org/docs/Web/CSS/border-inline-width
<a name="//apple_ref/cpp/Function/borderInlineWidthThin" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderInlineWidthThin" href="#borderInlineWidthThin">borderInlineWidthThin</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-inline-width : thin
https://developer.mozilla.org/docs/Web/CSS/border-inline-width
borderStartEndRadius : String -> Html.Attribute msg
CSS property border-start-end-radius
https://developer.mozilla.org/docs/Web/CSS/border-start-end-radius
borderStartEndRadiusPx : Basics.Float -> Html.Attribute msg
``` border-start-end-radius : 42px
https://developer.mozilla.org/docs/Web/CSS/border-start-end-radius
<a name="//apple_ref/cpp/Function/borderStartEndRadiusRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderStartEndRadiusRem" href="#borderStartEndRadiusRem">borderStartEndRadiusRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-start-end-radius : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-start-end-radius
borderStartStartRadius : String -> Html.Attribute msg
CSS property border-start-start-radius
https://developer.mozilla.org/docs/Web/CSS/border-start-start-radius
borderStartStartRadiusPx : Basics.Float -> Html.Attribute msg
``` border-start-start-radius : 42px
https://developer.mozilla.org/docs/Web/CSS/border-start-start-radius
<a name="//apple_ref/cpp/Function/borderStartStartRadiusRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderStartStartRadiusRem" href="#borderStartStartRadiusRem">borderStartStartRadiusRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-start-start-radius : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-start-start-radius
inlineSize : String -> Html.Attribute msg
CSS property inline-size
https://developer.mozilla.org/docs/Web/CSS/inline-size
inlineSizeAuto : Html.Attribute msg
``` inline-size : auto
https://developer.mozilla.org/docs/Web/CSS/inline-size
<a name="//apple_ref/cpp/Function/inlineSizeFitContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="inlineSizeFitContent" href="#inlineSizeFitContent">inlineSizeFitContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
inline-size : fit-content
https://developer.mozilla.org/docs/Web/CSS/inline-size
inlineSizeMaxContent : Html.Attribute msg
``` inline-size : max-content
https://developer.mozilla.org/docs/Web/CSS/inline-size
<a name="//apple_ref/cpp/Function/inlineSizeMinContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="inlineSizeMinContent" href="#inlineSizeMinContent">inlineSizeMinContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
inline-size : min-content
https://developer.mozilla.org/docs/Web/CSS/inline-size
inlineSizePx : Basics.Float -> Html.Attribute msg
``` inline-size : 42px
https://developer.mozilla.org/docs/Web/CSS/inline-size
<a name="//apple_ref/cpp/Function/inlineSizeRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="inlineSizeRem" href="#inlineSizeRem">inlineSizeRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
inline-size : 42rem
https://developer.mozilla.org/docs/Web/CSS/inline-size
inset : String -> Html.Attribute msg
CSS property inset
https://developer.mozilla.org/docs/Web/CSS/inset
insetAuto : Html.Attribute msg
``` inset : auto
https://developer.mozilla.org/docs/Web/CSS/inset
<a name="//apple_ref/cpp/Function/insetPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="insetPx" href="#insetPx">insetPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
inset : 42px
https://developer.mozilla.org/docs/Web/CSS/inset
insetRem : Basics.Float -> Html.Attribute msg
``` inset : 42rem
https://developer.mozilla.org/docs/Web/CSS/inset
<a name="//apple_ref/cpp/Function/insetBlock" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="insetBlock" href="#insetBlock">insetBlock</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `inset-block`
https://developer.mozilla.org/docs/Web/CSS/inset-block
<a name="//apple_ref/cpp/Function/insetBlockAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="insetBlockAuto" href="#insetBlockAuto">insetBlockAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
inset-block : auto
https://developer.mozilla.org/docs/Web/CSS/inset-block
insetBlockPx : Basics.Float -> Html.Attribute msg
``` inset-block : 42px
https://developer.mozilla.org/docs/Web/CSS/inset-block
<a name="//apple_ref/cpp/Function/insetBlockRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="insetBlockRem" href="#insetBlockRem">insetBlockRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
inset-block : 42rem
https://developer.mozilla.org/docs/Web/CSS/inset-block
insetBlockEnd : String -> Html.Attribute msg
CSS property inset-block-end
https://developer.mozilla.org/docs/Web/CSS/inset-block-end
insetBlockEndAuto : Html.Attribute msg
``` inset-block-end : auto
https://developer.mozilla.org/docs/Web/CSS/inset-block-end
<a name="//apple_ref/cpp/Function/insetBlockEndPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="insetBlockEndPx" href="#insetBlockEndPx">insetBlockEndPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
inset-block-end : 42px
https://developer.mozilla.org/docs/Web/CSS/inset-block-end
insetBlockEndRem : Basics.Float -> Html.Attribute msg
``` inset-block-end : 42rem
https://developer.mozilla.org/docs/Web/CSS/inset-block-end
<a name="//apple_ref/cpp/Function/insetBlockStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="insetBlockStart" href="#insetBlockStart">insetBlockStart</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `inset-block-start`
https://developer.mozilla.org/docs/Web/CSS/inset-block-start
<a name="//apple_ref/cpp/Function/insetBlockStartAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="insetBlockStartAuto" href="#insetBlockStartAuto">insetBlockStartAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
inset-block-start : auto
https://developer.mozilla.org/docs/Web/CSS/inset-block-start
insetBlockStartPx : Basics.Float -> Html.Attribute msg
``` inset-block-start : 42px
https://developer.mozilla.org/docs/Web/CSS/inset-block-start
<a name="//apple_ref/cpp/Function/insetBlockStartRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="insetBlockStartRem" href="#insetBlockStartRem">insetBlockStartRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
inset-block-start : 42rem
https://developer.mozilla.org/docs/Web/CSS/inset-block-start
insetInline : String -> Html.Attribute msg
CSS property inset-inline
https://developer.mozilla.org/docs/Web/CSS/inset-inline
insetInlineAuto : Html.Attribute msg
``` inset-inline : auto
https://developer.mozilla.org/docs/Web/CSS/inset-inline
<a name="//apple_ref/cpp/Function/insetInlinePx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="insetInlinePx" href="#insetInlinePx">insetInlinePx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
inset-inline : 42px
https://developer.mozilla.org/docs/Web/CSS/inset-inline
insetInlineRem : Basics.Float -> Html.Attribute msg
``` inset-inline : 42rem
https://developer.mozilla.org/docs/Web/CSS/inset-inline
<a name="//apple_ref/cpp/Function/insetInlineEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="insetInlineEnd" href="#insetInlineEnd">insetInlineEnd</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `inset-inline-end`
https://developer.mozilla.org/docs/Web/CSS/inset-inline-end
<a name="//apple_ref/cpp/Function/insetInlineEndAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="insetInlineEndAuto" href="#insetInlineEndAuto">insetInlineEndAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
inset-inline-end : auto
https://developer.mozilla.org/docs/Web/CSS/inset-inline-end
insetInlineEndPx : Basics.Float -> Html.Attribute msg
``` inset-inline-end : 42px
https://developer.mozilla.org/docs/Web/CSS/inset-inline-end
<a name="//apple_ref/cpp/Function/insetInlineEndRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="insetInlineEndRem" href="#insetInlineEndRem">insetInlineEndRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
inset-inline-end : 42rem
https://developer.mozilla.org/docs/Web/CSS/inset-inline-end
insetInlineStart : String -> Html.Attribute msg
CSS property inset-inline-start
https://developer.mozilla.org/docs/Web/CSS/inset-inline-start
insetInlineStartAuto : Html.Attribute msg
``` inset-inline-start : auto
https://developer.mozilla.org/docs/Web/CSS/inset-inline-start
<a name="//apple_ref/cpp/Function/insetInlineStartPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="insetInlineStartPx" href="#insetInlineStartPx">insetInlineStartPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
inset-inline-start : 42px
https://developer.mozilla.org/docs/Web/CSS/inset-inline-start
insetInlineStartRem : Basics.Float -> Html.Attribute msg
``` inset-inline-start : 42rem
https://developer.mozilla.org/docs/Web/CSS/inset-inline-start
<a name="//apple_ref/cpp/Function/marginBlock" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginBlock" href="#marginBlock">marginBlock</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `margin-block`
https://developer.mozilla.org/docs/Web/CSS/margin-block
<a name="//apple_ref/cpp/Function/marginBlockAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginBlockAuto" href="#marginBlockAuto">marginBlockAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
margin-block : auto
https://developer.mozilla.org/docs/Web/CSS/margin-block
marginBlockPx : Basics.Float -> Html.Attribute msg
``` margin-block : 42px
https://developer.mozilla.org/docs/Web/CSS/margin-block
<a name="//apple_ref/cpp/Function/marginBlockRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginBlockRem" href="#marginBlockRem">marginBlockRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
margin-block : 42rem
https://developer.mozilla.org/docs/Web/CSS/margin-block
marginBlockEnd : String -> Html.Attribute msg
CSS property margin-block-end
https://developer.mozilla.org/docs/Web/CSS/margin-block-end
marginBlockEndAuto : Html.Attribute msg
``` margin-block-end : auto
https://developer.mozilla.org/docs/Web/CSS/margin-block-end
<a name="//apple_ref/cpp/Function/marginBlockEndPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginBlockEndPx" href="#marginBlockEndPx">marginBlockEndPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
margin-block-end : 42px
https://developer.mozilla.org/docs/Web/CSS/margin-block-end
marginBlockEndRem : Basics.Float -> Html.Attribute msg
``` margin-block-end : 42rem
https://developer.mozilla.org/docs/Web/CSS/margin-block-end
<a name="//apple_ref/cpp/Function/marginBlockStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginBlockStart" href="#marginBlockStart">marginBlockStart</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `margin-block-start`
https://developer.mozilla.org/docs/Web/CSS/margin-block-start
<a name="//apple_ref/cpp/Function/marginBlockStartAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginBlockStartAuto" href="#marginBlockStartAuto">marginBlockStartAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
margin-block-start : auto
https://developer.mozilla.org/docs/Web/CSS/margin-block-start
marginBlockStartPx : Basics.Float -> Html.Attribute msg
``` margin-block-start : 42px
https://developer.mozilla.org/docs/Web/CSS/margin-block-start
<a name="//apple_ref/cpp/Function/marginBlockStartRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginBlockStartRem" href="#marginBlockStartRem">marginBlockStartRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
margin-block-start : 42rem
https://developer.mozilla.org/docs/Web/CSS/margin-block-start
marginInline : String -> Html.Attribute msg
CSS property margin-inline
https://developer.mozilla.org/docs/Web/CSS/margin-inline
marginInlineAuto : Html.Attribute msg
``` margin-inline : auto
https://developer.mozilla.org/docs/Web/CSS/margin-inline
<a name="//apple_ref/cpp/Function/marginInlinePx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginInlinePx" href="#marginInlinePx">marginInlinePx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
margin-inline : 42px
https://developer.mozilla.org/docs/Web/CSS/margin-inline
marginInlineRem : Basics.Float -> Html.Attribute msg
``` margin-inline : 42rem
https://developer.mozilla.org/docs/Web/CSS/margin-inline
<a name="//apple_ref/cpp/Function/marginInlineEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginInlineEnd" href="#marginInlineEnd">marginInlineEnd</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `margin-inline-end`
https://developer.mozilla.org/docs/Web/CSS/margin-inline-end
<a name="//apple_ref/cpp/Function/marginInlineEndAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginInlineEndAuto" href="#marginInlineEndAuto">marginInlineEndAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
margin-inline-end : auto
https://developer.mozilla.org/docs/Web/CSS/margin-inline-end
marginInlineEndPx : Basics.Float -> Html.Attribute msg
``` margin-inline-end : 42px
https://developer.mozilla.org/docs/Web/CSS/margin-inline-end
<a name="//apple_ref/cpp/Function/marginInlineEndRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginInlineEndRem" href="#marginInlineEndRem">marginInlineEndRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
margin-inline-end : 42rem
https://developer.mozilla.org/docs/Web/CSS/margin-inline-end
marginInlineStart : String -> Html.Attribute msg
CSS property margin-inline-start
https://developer.mozilla.org/docs/Web/CSS/margin-inline-start
marginInlineStartAuto : Html.Attribute msg
``` margin-inline-start : auto
https://developer.mozilla.org/docs/Web/CSS/margin-inline-start
<a name="//apple_ref/cpp/Function/marginInlineStartPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="marginInlineStartPx" href="#marginInlineStartPx">marginInlineStartPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
margin-inline-start : 42px
https://developer.mozilla.org/docs/Web/CSS/margin-inline-start
marginInlineStartRem : Basics.Float -> Html.Attribute msg
``` margin-inline-start : 42rem
https://developer.mozilla.org/docs/Web/CSS/margin-inline-start
<a name="//apple_ref/cpp/Function/maxBlockSize" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maxBlockSize" href="#maxBlockSize">maxBlockSize</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `max-block-size`
https://developer.mozilla.org/docs/Web/CSS/max-block-size
<a name="//apple_ref/cpp/Function/maxBlockSizeFitContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maxBlockSizeFitContent" href="#maxBlockSizeFitContent">maxBlockSizeFitContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
max-block-size : fit-content
https://developer.mozilla.org/docs/Web/CSS/max-block-size
maxBlockSizeMaxContent : Html.Attribute msg
``` max-block-size : max-content
https://developer.mozilla.org/docs/Web/CSS/max-block-size
<a name="//apple_ref/cpp/Function/maxBlockSizeMinContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maxBlockSizeMinContent" href="#maxBlockSizeMinContent">maxBlockSizeMinContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
max-block-size : min-content
https://developer.mozilla.org/docs/Web/CSS/max-block-size
maxBlockSizeNone : Html.Attribute msg
``` max-block-size : none
https://developer.mozilla.org/docs/Web/CSS/max-block-size
<a name="//apple_ref/cpp/Function/maxBlockSizePx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maxBlockSizePx" href="#maxBlockSizePx">maxBlockSizePx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
max-block-size : 42px
https://developer.mozilla.org/docs/Web/CSS/max-block-size
maxBlockSizeRem : Basics.Float -> Html.Attribute msg
``` max-block-size : 42rem
https://developer.mozilla.org/docs/Web/CSS/max-block-size
<a name="//apple_ref/cpp/Function/maxInlineSize" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maxInlineSize" href="#maxInlineSize">maxInlineSize</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `max-inline-size`
https://developer.mozilla.org/docs/Web/CSS/max-inline-size
<a name="//apple_ref/cpp/Function/maxInlineSizeFitContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maxInlineSizeFitContent" href="#maxInlineSizeFitContent">maxInlineSizeFitContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
max-inline-size : fit-content
https://developer.mozilla.org/docs/Web/CSS/max-inline-size
maxInlineSizeMaxContent : Html.Attribute msg
``` max-inline-size : max-content
https://developer.mozilla.org/docs/Web/CSS/max-inline-size
<a name="//apple_ref/cpp/Function/maxInlineSizeMinContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maxInlineSizeMinContent" href="#maxInlineSizeMinContent">maxInlineSizeMinContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
max-inline-size : min-content
https://developer.mozilla.org/docs/Web/CSS/max-inline-size
maxInlineSizeNone : Html.Attribute msg
``` max-inline-size : none
https://developer.mozilla.org/docs/Web/CSS/max-inline-size
<a name="//apple_ref/cpp/Function/maxInlineSizePx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maxInlineSizePx" href="#maxInlineSizePx">maxInlineSizePx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
max-inline-size : 42px
https://developer.mozilla.org/docs/Web/CSS/max-inline-size
maxInlineSizeRem : Basics.Float -> Html.Attribute msg
``` max-inline-size : 42rem
https://developer.mozilla.org/docs/Web/CSS/max-inline-size
<a name="//apple_ref/cpp/Function/minBlockSize" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="minBlockSize" href="#minBlockSize">minBlockSize</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `min-block-size`
https://developer.mozilla.org/docs/Web/CSS/min-block-size
<a name="//apple_ref/cpp/Function/minBlockSizeAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="minBlockSizeAuto" href="#minBlockSizeAuto">minBlockSizeAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
min-block-size : auto
https://developer.mozilla.org/docs/Web/CSS/min-block-size
minBlockSizeFitContent : Html.Attribute msg
``` min-block-size : fit-content
https://developer.mozilla.org/docs/Web/CSS/min-block-size
<a name="//apple_ref/cpp/Function/minBlockSizeMaxContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="minBlockSizeMaxContent" href="#minBlockSizeMaxContent">minBlockSizeMaxContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
min-block-size : max-content
https://developer.mozilla.org/docs/Web/CSS/min-block-size
minBlockSizeMinContent : Html.Attribute msg
``` min-block-size : min-content
https://developer.mozilla.org/docs/Web/CSS/min-block-size
<a name="//apple_ref/cpp/Function/minBlockSizePx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="minBlockSizePx" href="#minBlockSizePx">minBlockSizePx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
min-block-size : 42px
https://developer.mozilla.org/docs/Web/CSS/min-block-size
minBlockSizeRem : Basics.Float -> Html.Attribute msg
``` min-block-size : 42rem
https://developer.mozilla.org/docs/Web/CSS/min-block-size
<a name="//apple_ref/cpp/Function/minInlineSize" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="minInlineSize" href="#minInlineSize">minInlineSize</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `min-inline-size`
https://developer.mozilla.org/docs/Web/CSS/min-inline-size
<a name="//apple_ref/cpp/Function/minInlineSizeAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="minInlineSizeAuto" href="#minInlineSizeAuto">minInlineSizeAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
min-inline-size : auto
https://developer.mozilla.org/docs/Web/CSS/min-inline-size
minInlineSizeFitContent : Html.Attribute msg
``` min-inline-size : fit-content
https://developer.mozilla.org/docs/Web/CSS/min-inline-size
<a name="//apple_ref/cpp/Function/minInlineSizeMaxContent" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="minInlineSizeMaxContent" href="#minInlineSizeMaxContent">minInlineSizeMaxContent</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
min-inline-size : max-content
https://developer.mozilla.org/docs/Web/CSS/min-inline-size
minInlineSizeMinContent : Html.Attribute msg
``` min-inline-size : min-content
https://developer.mozilla.org/docs/Web/CSS/min-inline-size
<a name="//apple_ref/cpp/Function/minInlineSizePx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="minInlineSizePx" href="#minInlineSizePx">minInlineSizePx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
min-inline-size : 42px
https://developer.mozilla.org/docs/Web/CSS/min-inline-size
minInlineSizeRem : Basics.Float -> Html.Attribute msg
``` min-inline-size : 42rem
https://developer.mozilla.org/docs/Web/CSS/min-inline-size
<a name="//apple_ref/cpp/Function/paddingBlock" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="paddingBlock" href="#paddingBlock">paddingBlock</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `padding-block`
https://developer.mozilla.org/docs/Web/CSS/padding-block
<a name="//apple_ref/cpp/Function/paddingBlockPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="paddingBlockPx" href="#paddingBlockPx">paddingBlockPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
padding-block : 42px
https://developer.mozilla.org/docs/Web/CSS/padding-block
paddingBlockRem : Basics.Float -> Html.Attribute msg
``` padding-block : 42rem
https://developer.mozilla.org/docs/Web/CSS/padding-block
<a name="//apple_ref/cpp/Function/paddingBlockEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="paddingBlockEnd" href="#paddingBlockEnd">paddingBlockEnd</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `padding-block-end`
https://developer.mozilla.org/docs/Web/CSS/padding-block-end
<a name="//apple_ref/cpp/Function/paddingBlockEndPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="paddingBlockEndPx" href="#paddingBlockEndPx">paddingBlockEndPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
padding-block-end : 42px
https://developer.mozilla.org/docs/Web/CSS/padding-block-end
paddingBlockEndRem : Basics.Float -> Html.Attribute msg
``` padding-block-end : 42rem
https://developer.mozilla.org/docs/Web/CSS/padding-block-end
<a name="//apple_ref/cpp/Function/paddingBlockStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="paddingBlockStart" href="#paddingBlockStart">paddingBlockStart</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `padding-block-start`
https://developer.mozilla.org/docs/Web/CSS/padding-block-start
<a name="//apple_ref/cpp/Function/paddingBlockStartPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="paddingBlockStartPx" href="#paddingBlockStartPx">paddingBlockStartPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
padding-block-start : 42px
https://developer.mozilla.org/docs/Web/CSS/padding-block-start
paddingBlockStartRem : Basics.Float -> Html.Attribute msg
``` padding-block-start : 42rem
https://developer.mozilla.org/docs/Web/CSS/padding-block-start
<a name="//apple_ref/cpp/Function/paddingInline" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="paddingInline" href="#paddingInline">paddingInline</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `padding-inline`
https://developer.mozilla.org/docs/Web/CSS/padding-inline
<a name="//apple_ref/cpp/Function/paddingInlinePx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="paddingInlinePx" href="#paddingInlinePx">paddingInlinePx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
padding-inline : 42px
https://developer.mozilla.org/docs/Web/CSS/padding-inline
paddingInlineRem : Basics.Float -> Html.Attribute msg
``` padding-inline : 42rem
https://developer.mozilla.org/docs/Web/CSS/padding-inline
<a name="//apple_ref/cpp/Function/paddingInlineEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="paddingInlineEnd" href="#paddingInlineEnd">paddingInlineEnd</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `padding-inline-end`
https://developer.mozilla.org/docs/Web/CSS/padding-inline-end
<a name="//apple_ref/cpp/Function/paddingInlineEndPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="paddingInlineEndPx" href="#paddingInlineEndPx">paddingInlineEndPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
padding-inline-end : 42px
https://developer.mozilla.org/docs/Web/CSS/padding-inline-end
paddingInlineEndRem : Basics.Float -> Html.Attribute msg
``` padding-inline-end : 42rem
https://developer.mozilla.org/docs/Web/CSS/padding-inline-end
<a name="//apple_ref/cpp/Function/paddingInlineStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="paddingInlineStart" href="#paddingInlineStart">paddingInlineStart</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `padding-inline-start`
https://developer.mozilla.org/docs/Web/CSS/padding-inline-start
<a name="//apple_ref/cpp/Function/paddingInlineStartPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="paddingInlineStartPx" href="#paddingInlineStartPx">paddingInlineStartPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
padding-inline-start : 42px
https://developer.mozilla.org/docs/Web/CSS/padding-inline-start
paddingInlineStartRem : Basics.Float -> Html.Attribute msg
``` padding-inline-start : 42rem
https://developer.mozilla.org/docs/Web/CSS/padding-inline-start
# CSS Masking
<a name="//apple_ref/cpp/Function/clip" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="clip" href="#clip">clip</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `clip`
https://developer.mozilla.org/docs/Web/CSS/clip
<a name="//apple_ref/cpp/Function/clipAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="clipAuto" href="#clipAuto">clipAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
clip : auto
https://developer.mozilla.org/docs/Web/CSS/clip
clipPath : String -> Html.Attribute msg
CSS property clip-path
https://developer.mozilla.org/docs/Web/CSS/clip-path
clipPathFillBox : Html.Attribute msg
``` clip-path : fill-box
https://developer.mozilla.org/docs/Web/CSS/clip-path
<a name="//apple_ref/cpp/Function/clipPathNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="clipPathNone" href="#clipPathNone">clipPathNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
clip-path : none
https://developer.mozilla.org/docs/Web/CSS/clip-path
clipPathStrokeBox : Html.Attribute msg
``` clip-path : stroke-box
https://developer.mozilla.org/docs/Web/CSS/clip-path
<a name="//apple_ref/cpp/Function/clipPathViewBox" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="clipPathViewBox" href="#clipPathViewBox">clipPathViewBox</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
clip-path : view-box
https://developer.mozilla.org/docs/Web/CSS/clip-path
mask : String -> Html.Attribute msg
CSS property mask
https://developer.mozilla.org/docs/Web/CSS/mask
maskNoClip : Html.Attribute msg
``` mask : no-clip
https://developer.mozilla.org/docs/Web/CSS/mask
<a name="//apple_ref/cpp/Function/maskBorder" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskBorder" href="#maskBorder">maskBorder</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `mask-border`
https://developer.mozilla.org/docs/Web/CSS/mask-border
<a name="//apple_ref/cpp/Function/maskBorderAlpha" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskBorderAlpha" href="#maskBorderAlpha">maskBorderAlpha</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-border : alpha
https://developer.mozilla.org/docs/Web/CSS/mask-border
maskBorderLuminance : Html.Attribute msg
``` mask-border : luminance
https://developer.mozilla.org/docs/Web/CSS/mask-border
<a name="//apple_ref/cpp/Function/maskBorderNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskBorderNone" href="#maskBorderNone">maskBorderNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-border : none
https://developer.mozilla.org/docs/Web/CSS/mask-border
maskBorder_repeat : Html.Attribute msg
``` mask-border : repeat
https://developer.mozilla.org/docs/Web/CSS/mask-border
<a name="//apple_ref/cpp/Function/maskBorderRound" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskBorderRound" href="#maskBorderRound">maskBorderRound</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-border : round
https://developer.mozilla.org/docs/Web/CSS/mask-border
maskBorderSpace : Html.Attribute msg
``` mask-border : space
https://developer.mozilla.org/docs/Web/CSS/mask-border
<a name="//apple_ref/cpp/Function/maskBorderStretch" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskBorderStretch" href="#maskBorderStretch">maskBorderStretch</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-border : stretch
https://developer.mozilla.org/docs/Web/CSS/mask-border
maskBorderMode : String -> Html.Attribute msg
CSS property mask-border-mode
https://developer.mozilla.org/docs/Web/CSS/mask-border-mode
maskBorderModeAlpha : Html.Attribute msg
``` mask-border-mode : alpha
https://developer.mozilla.org/docs/Web/CSS/mask-border-mode
<a name="//apple_ref/cpp/Function/maskBorderModeLuminance" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskBorderModeLuminance" href="#maskBorderModeLuminance">maskBorderModeLuminance</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-border-mode : luminance
https://developer.mozilla.org/docs/Web/CSS/mask-border-mode
maskBorderOutset : String -> Html.Attribute msg
CSS property mask-border-outset
https://developer.mozilla.org/docs/Web/CSS/mask-border-outset
maskBorderOutsetPx : Basics.Float -> Html.Attribute msg
``` mask-border-outset : 42px
https://developer.mozilla.org/docs/Web/CSS/mask-border-outset
<a name="//apple_ref/cpp/Function/maskBorderOutsetRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskBorderOutsetRem" href="#maskBorderOutsetRem">maskBorderOutsetRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
mask-border-outset : 42rem
https://developer.mozilla.org/docs/Web/CSS/mask-border-outset
maskBorderRepeat : String -> Html.Attribute msg
CSS property mask-border-repeat
https://developer.mozilla.org/docs/Web/CSS/mask-border-repeat
maskBorderRepeatRepeat : Html.Attribute msg
``` mask-border-repeat : repeat
https://developer.mozilla.org/docs/Web/CSS/mask-border-repeat
<a name="//apple_ref/cpp/Function/maskBorderRepeatRound" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskBorderRepeatRound" href="#maskBorderRepeatRound">maskBorderRepeatRound</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-border-repeat : round
https://developer.mozilla.org/docs/Web/CSS/mask-border-repeat
maskBorderRepeatSpace : Html.Attribute msg
``` mask-border-repeat : space
https://developer.mozilla.org/docs/Web/CSS/mask-border-repeat
<a name="//apple_ref/cpp/Function/maskBorderRepeatStretch" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskBorderRepeatStretch" href="#maskBorderRepeatStretch">maskBorderRepeatStretch</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-border-repeat : stretch
https://developer.mozilla.org/docs/Web/CSS/mask-border-repeat
maskBorderSlice : String -> Html.Attribute msg
CSS property mask-border-slice
https://developer.mozilla.org/docs/Web/CSS/mask-border-slice
maskBorderSource : String -> Html.Attribute msg
CSS property mask-border-source
https://developer.mozilla.org/docs/Web/CSS/mask-border-source
maskBorderSourceNone : Html.Attribute msg
``` mask-border-source : none
https://developer.mozilla.org/docs/Web/CSS/mask-border-source
<a name="//apple_ref/cpp/Function/maskBorderWidth" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskBorderWidth" href="#maskBorderWidth">maskBorderWidth</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `mask-border-width`
https://developer.mozilla.org/docs/Web/CSS/mask-border-width
<a name="//apple_ref/cpp/Function/maskBorderWidthAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskBorderWidthAuto" href="#maskBorderWidthAuto">maskBorderWidthAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-border-width : auto
https://developer.mozilla.org/docs/Web/CSS/mask-border-width
maskBorderWidthPx : Basics.Float -> Html.Attribute msg
``` mask-border-width : 42px
https://developer.mozilla.org/docs/Web/CSS/mask-border-width
<a name="//apple_ref/cpp/Function/maskBorderWidthRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskBorderWidthRem" href="#maskBorderWidthRem">maskBorderWidthRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
mask-border-width : 42rem
https://developer.mozilla.org/docs/Web/CSS/mask-border-width
maskClip : String -> Html.Attribute msg
CSS property mask-clip
https://developer.mozilla.org/docs/Web/CSS/mask-clip
maskClipFillBox : Html.Attribute msg
``` mask-clip : fill-box
https://developer.mozilla.org/docs/Web/CSS/mask-clip
<a name="//apple_ref/cpp/Function/maskClipNoClip" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskClipNoClip" href="#maskClipNoClip">maskClipNoClip</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-clip : no-clip
https://developer.mozilla.org/docs/Web/CSS/mask-clip
maskClipStrokeBox : Html.Attribute msg
``` mask-clip : stroke-box
https://developer.mozilla.org/docs/Web/CSS/mask-clip
<a name="//apple_ref/cpp/Function/maskClipViewBox" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskClipViewBox" href="#maskClipViewBox">maskClipViewBox</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-clip : view-box
https://developer.mozilla.org/docs/Web/CSS/mask-clip
maskComposite : String -> Html.Attribute msg
CSS property mask-composite
https://developer.mozilla.org/docs/Web/CSS/mask-composite
maskCompositeAdd : Html.Attribute msg
``` mask-composite : add
https://developer.mozilla.org/docs/Web/CSS/mask-composite
<a name="//apple_ref/cpp/Function/maskCompositeExclude" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskCompositeExclude" href="#maskCompositeExclude">maskCompositeExclude</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-composite : exclude
https://developer.mozilla.org/docs/Web/CSS/mask-composite
maskCompositeIntersect : Html.Attribute msg
``` mask-composite : intersect
https://developer.mozilla.org/docs/Web/CSS/mask-composite
<a name="//apple_ref/cpp/Function/maskCompositeSubtract" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskCompositeSubtract" href="#maskCompositeSubtract">maskCompositeSubtract</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-composite : subtract
https://developer.mozilla.org/docs/Web/CSS/mask-composite
maskImage : String -> Html.Attribute msg
CSS property mask-image
https://developer.mozilla.org/docs/Web/CSS/mask-image
maskImageNone : Html.Attribute msg
``` mask-image : none
https://developer.mozilla.org/docs/Web/CSS/mask-image
<a name="//apple_ref/cpp/Function/maskMode" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskMode" href="#maskMode">maskMode</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `mask-mode`
https://developer.mozilla.org/docs/Web/CSS/mask-mode
<a name="//apple_ref/cpp/Function/maskModeAlpha" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskModeAlpha" href="#maskModeAlpha">maskModeAlpha</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-mode : alpha
https://developer.mozilla.org/docs/Web/CSS/mask-mode
maskModeLuminance : Html.Attribute msg
``` mask-mode : luminance
https://developer.mozilla.org/docs/Web/CSS/mask-mode
<a name="//apple_ref/cpp/Function/maskModeMatchSource" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskModeMatchSource" href="#maskModeMatchSource">maskModeMatchSource</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-mode : match-source
https://developer.mozilla.org/docs/Web/CSS/mask-mode
maskOrigin : String -> Html.Attribute msg
CSS property mask-origin
https://developer.mozilla.org/docs/Web/CSS/mask-origin
maskOriginFillBox : Html.Attribute msg
``` mask-origin : fill-box
https://developer.mozilla.org/docs/Web/CSS/mask-origin
<a name="//apple_ref/cpp/Function/maskOriginStrokeBox" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskOriginStrokeBox" href="#maskOriginStrokeBox">maskOriginStrokeBox</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-origin : stroke-box
https://developer.mozilla.org/docs/Web/CSS/mask-origin
maskOriginViewBox : Html.Attribute msg
``` mask-origin : view-box
https://developer.mozilla.org/docs/Web/CSS/mask-origin
<a name="//apple_ref/cpp/Function/maskPosition" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskPosition" href="#maskPosition">maskPosition</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `mask-position`
https://developer.mozilla.org/docs/Web/CSS/mask-position
<a name="//apple_ref/cpp/Function/maskPositionBottom" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskPositionBottom" href="#maskPositionBottom">maskPositionBottom</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-position : bottom
https://developer.mozilla.org/docs/Web/CSS/mask-position
maskPositionCenter : Html.Attribute msg
``` mask-position : center
https://developer.mozilla.org/docs/Web/CSS/mask-position
<a name="//apple_ref/cpp/Function/maskPositionLeft" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskPositionLeft" href="#maskPositionLeft">maskPositionLeft</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-position : left
https://developer.mozilla.org/docs/Web/CSS/mask-position
maskPositionRight : Html.Attribute msg
``` mask-position : right
https://developer.mozilla.org/docs/Web/CSS/mask-position
<a name="//apple_ref/cpp/Function/maskPositionTop" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskPositionTop" href="#maskPositionTop">maskPositionTop</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-position : top
https://developer.mozilla.org/docs/Web/CSS/mask-position
maskRepeat : String -> Html.Attribute msg
CSS property mask-repeat
https://developer.mozilla.org/docs/Web/CSS/mask-repeat
maskRepeatNoRepeat : Html.Attribute msg
``` mask-repeat : no-repeat
https://developer.mozilla.org/docs/Web/CSS/mask-repeat
<a name="//apple_ref/cpp/Function/maskRepeatRepeat" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskRepeatRepeat" href="#maskRepeatRepeat">maskRepeatRepeat</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-repeat : repeat
https://developer.mozilla.org/docs/Web/CSS/mask-repeat
maskRepeatRepeatX : Html.Attribute msg
``` mask-repeat : repeat-x
https://developer.mozilla.org/docs/Web/CSS/mask-repeat
<a name="//apple_ref/cpp/Function/maskRepeatRepeatY" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskRepeatRepeatY" href="#maskRepeatRepeatY">maskRepeatRepeatY</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-repeat : repeat-y
https://developer.mozilla.org/docs/Web/CSS/mask-repeat
maskRepeatRound : Html.Attribute msg
``` mask-repeat : round
https://developer.mozilla.org/docs/Web/CSS/mask-repeat
<a name="//apple_ref/cpp/Function/maskRepeatSpace" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskRepeatSpace" href="#maskRepeatSpace">maskRepeatSpace</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-repeat : space
https://developer.mozilla.org/docs/Web/CSS/mask-repeat
maskSize : String -> Html.Attribute msg
CSS property mask-size
https://developer.mozilla.org/docs/Web/CSS/mask-size
maskSizeAuto : Html.Attribute msg
``` mask-size : auto
https://developer.mozilla.org/docs/Web/CSS/mask-size
<a name="//apple_ref/cpp/Function/maskSizeContain" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskSizeContain" href="#maskSizeContain">maskSizeContain</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-size : contain
https://developer.mozilla.org/docs/Web/CSS/mask-size
maskSizeCover : Html.Attribute msg
``` mask-size : cover
https://developer.mozilla.org/docs/Web/CSS/mask-size
<a name="//apple_ref/cpp/Function/maskType" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskType" href="#maskType">maskType</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `mask-type`
https://developer.mozilla.org/docs/Web/CSS/mask-type
<a name="//apple_ref/cpp/Function/maskTypeAlpha" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maskTypeAlpha" href="#maskTypeAlpha">maskTypeAlpha</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mask-type : alpha
https://developer.mozilla.org/docs/Web/CSS/mask-type
maskTypeLuminance : Html.Attribute msg
``` mask-type : luminance
https://developer.mozilla.org/docs/Web/CSS/mask-type
# CSS Miscellaneous
<a name="//apple_ref/cpp/Function/all" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="all" href="#all">all</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `all`
https://developer.mozilla.org/docs/Web/CSS/all
<a name="//apple_ref/cpp/Function/allInherit" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="allInherit" href="#allInherit">allInherit</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
all : inherit
https://developer.mozilla.org/docs/Web/CSS/all
allInitial : Html.Attribute msg
``` all : initial
https://developer.mozilla.org/docs/Web/CSS/all
<a name="//apple_ref/cpp/Function/allRevert" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="allRevert" href="#allRevert">allRevert</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
all : revert
https://developer.mozilla.org/docs/Web/CSS/all
allRevertLayer : Html.Attribute msg
``` all : revert-layer
https://developer.mozilla.org/docs/Web/CSS/all
<a name="//apple_ref/cpp/Function/allUnset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="allUnset" href="#allUnset">allUnset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
all : unset
https://developer.mozilla.org/docs/Web/CSS/all
textRendering : String -> Html.Attribute msg
CSS property text-rendering
https://developer.mozilla.org/docs/Web/CSS/text-rendering
textRenderingAuto : Html.Attribute msg
``` text-rendering : auto
https://developer.mozilla.org/docs/Web/CSS/text-rendering
<a name="//apple_ref/cpp/Function/textRenderingGeometricPrecision" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textRenderingGeometricPrecision" href="#textRenderingGeometricPrecision">textRenderingGeometricPrecision</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-rendering : geometricPrecision
https://developer.mozilla.org/docs/Web/CSS/text-rendering
textRenderingOptimizeLegibility : Html.Attribute msg
``` text-rendering : optimizeLegibility
https://developer.mozilla.org/docs/Web/CSS/text-rendering
<a name="//apple_ref/cpp/Function/textRenderingOptimizeSpeed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textRenderingOptimizeSpeed" href="#textRenderingOptimizeSpeed">textRenderingOptimizeSpeed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-rendering : optimizeSpeed
https://developer.mozilla.org/docs/Web/CSS/text-rendering
offset : String -> Html.Attribute msg
CSS property offset
https://developer.mozilla.org/docs/Web/CSS/offset
offsetAnchor : String -> Html.Attribute msg
CSS property offset-anchor
offsetAnchorAuto : Html.Attribute msg
``` offset-anchor : auto
<a name="//apple_ref/cpp/Function/offsetAnchorBottom" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="offsetAnchorBottom" href="#offsetAnchorBottom">offsetAnchorBottom</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
offset-anchor : bottom
offsetAnchorCenter : Html.Attribute msg
``` offset-anchor : center
<a name="//apple_ref/cpp/Function/offsetAnchorLeft" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="offsetAnchorLeft" href="#offsetAnchorLeft">offsetAnchorLeft</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
offset-anchor : left
offsetAnchorRight : Html.Attribute msg
``` offset-anchor : right
<a name="//apple_ref/cpp/Function/offsetAnchorTop" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="offsetAnchorTop" href="#offsetAnchorTop">offsetAnchorTop</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
offset-anchor : top
offsetDistance : String -> Html.Attribute msg
CSS property offset-distance
https://developer.mozilla.org/docs/Web/CSS/offset-distance
offsetDistancePx : Basics.Float -> Html.Attribute msg
``` offset-distance : 42px
https://developer.mozilla.org/docs/Web/CSS/offset-distance
<a name="//apple_ref/cpp/Function/offsetDistanceRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="offsetDistanceRem" href="#offsetDistanceRem">offsetDistanceRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
offset-distance : 42rem
https://developer.mozilla.org/docs/Web/CSS/offset-distance
offsetPath : String -> Html.Attribute msg
CSS property offset-path
https://developer.mozilla.org/docs/Web/CSS/offset-path
offsetPathNone : Html.Attribute msg
``` offset-path : none
https://developer.mozilla.org/docs/Web/CSS/offset-path
<a name="//apple_ref/cpp/Function/offsetPosition" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="offsetPosition" href="#offsetPosition">offsetPosition</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `offset-position`
<a name="//apple_ref/cpp/Function/offsetPositionAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="offsetPositionAuto" href="#offsetPositionAuto">offsetPositionAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
offset-position : auto
offsetPositionBottom : Html.Attribute msg
``` offset-position : bottom
<a name="//apple_ref/cpp/Function/offsetPositionCenter" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="offsetPositionCenter" href="#offsetPositionCenter">offsetPositionCenter</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
offset-position : center
offsetPositionLeft : Html.Attribute msg
``` offset-position : left
<a name="//apple_ref/cpp/Function/offsetPositionNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="offsetPositionNormal" href="#offsetPositionNormal">offsetPositionNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
offset-position : normal
offsetPositionRight : Html.Attribute msg
``` offset-position : right
<a name="//apple_ref/cpp/Function/offsetPositionTop" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="offsetPositionTop" href="#offsetPositionTop">offsetPositionTop</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
offset-position : top
offsetRotate : String -> Html.Attribute msg
CSS property offset-rotate
https://developer.mozilla.org/docs/Web/CSS/offset-rotate
offsetRotateAuto : Html.Attribute msg
``` offset-rotate : auto
https://developer.mozilla.org/docs/Web/CSS/offset-rotate
<a name="//apple_ref/cpp/Function/offsetRotateReverse" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="offsetRotateReverse" href="#offsetRotateReverse">offsetRotateReverse</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
offset-rotate : reverse
https://developer.mozilla.org/docs/Web/CSS/offset-rotate
lineClamp : String -> Html.Attribute msg
CSS property line-clamp
lineClampNone : Html.Attribute msg
``` line-clamp : none
<a name="//apple_ref/cpp/Function/maxLines" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maxLines" href="#maxLines">maxLines</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `max-lines`
<a name="//apple_ref/cpp/Function/maxLinesNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="maxLinesNone" href="#maxLinesNone">maxLinesNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
max-lines : none
overflow : String -> Html.Attribute msg
CSS property overflow
https://developer.mozilla.org/docs/Web/CSS/overflow
overflowAuto : Html.Attribute msg
``` overflow : auto
https://developer.mozilla.org/docs/Web/CSS/overflow
<a name="//apple_ref/cpp/Function/overflowClip" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowClip" href="#overflowClip">overflowClip</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overflow : clip
https://developer.mozilla.org/docs/Web/CSS/overflow
overflowHidden : Html.Attribute msg
``` overflow : hidden
https://developer.mozilla.org/docs/Web/CSS/overflow
<a name="//apple_ref/cpp/Function/overflowScroll" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowScroll" href="#overflowScroll">overflowScroll</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overflow : scroll
https://developer.mozilla.org/docs/Web/CSS/overflow
overflowVisible : Html.Attribute msg
``` overflow : visible
https://developer.mozilla.org/docs/Web/CSS/overflow
<a name="//apple_ref/cpp/Function/overflowBlock" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowBlock" href="#overflowBlock">overflowBlock</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `overflow-block`
<a name="//apple_ref/cpp/Function/overflowBlockAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowBlockAuto" href="#overflowBlockAuto">overflowBlockAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overflow-block : auto
overflowBlockClip : Html.Attribute msg
``` overflow-block : clip
<a name="//apple_ref/cpp/Function/overflowBlockHidden" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowBlockHidden" href="#overflowBlockHidden">overflowBlockHidden</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overflow-block : hidden
overflowBlockScroll : Html.Attribute msg
``` overflow-block : scroll
<a name="//apple_ref/cpp/Function/overflowBlockVisible" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowBlockVisible" href="#overflowBlockVisible">overflowBlockVisible</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overflow-block : visible
overflowClipMargin : String -> Html.Attribute msg
CSS property overflow-clip-margin
overflowClipMarginBorderBox : Html.Attribute msg
``` overflow-clip-margin : border-box
<a name="//apple_ref/cpp/Function/overflowClipMarginContentBox" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowClipMarginContentBox" href="#overflowClipMarginContentBox">overflowClipMarginContentBox</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overflow-clip-margin : content-box
overflowClipMarginPaddingBox : Html.Attribute msg
``` overflow-clip-margin : padding-box
<a name="//apple_ref/cpp/Function/overflowClipMarginPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowClipMarginPx" href="#overflowClipMarginPx">overflowClipMarginPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
overflow-clip-margin : 42px
overflowClipMarginRem : Basics.Float -> Html.Attribute msg
``` overflow-clip-margin : 42rem
<a name="//apple_ref/cpp/Function/overflowInline" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowInline" href="#overflowInline">overflowInline</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `overflow-inline`
<a name="//apple_ref/cpp/Function/overflowInlineAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowInlineAuto" href="#overflowInlineAuto">overflowInlineAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overflow-inline : auto
overflowInlineClip : Html.Attribute msg
``` overflow-inline : clip
<a name="//apple_ref/cpp/Function/overflowInlineHidden" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowInlineHidden" href="#overflowInlineHidden">overflowInlineHidden</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overflow-inline : hidden
overflowInlineScroll : Html.Attribute msg
``` overflow-inline : scroll
<a name="//apple_ref/cpp/Function/overflowInlineVisible" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowInlineVisible" href="#overflowInlineVisible">overflowInlineVisible</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overflow-inline : visible
overflowX : String -> Html.Attribute msg
CSS property overflow-x
https://developer.mozilla.org/docs/Web/CSS/overflow-x
overflowXAuto : Html.Attribute msg
``` overflow-x : auto
https://developer.mozilla.org/docs/Web/CSS/overflow-x
<a name="//apple_ref/cpp/Function/overflowXClip" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowXClip" href="#overflowXClip">overflowXClip</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overflow-x : clip
https://developer.mozilla.org/docs/Web/CSS/overflow-x
overflowXHidden : Html.Attribute msg
``` overflow-x : hidden
https://developer.mozilla.org/docs/Web/CSS/overflow-x
<a name="//apple_ref/cpp/Function/overflowXScroll" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowXScroll" href="#overflowXScroll">overflowXScroll</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overflow-x : scroll
https://developer.mozilla.org/docs/Web/CSS/overflow-x
overflowXVisible : Html.Attribute msg
``` overflow-x : visible
https://developer.mozilla.org/docs/Web/CSS/overflow-x
<a name="//apple_ref/cpp/Function/overflowY" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowY" href="#overflowY">overflowY</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `overflow-y`
https://developer.mozilla.org/docs/Web/CSS/overflow-y
<a name="//apple_ref/cpp/Function/overflowYAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowYAuto" href="#overflowYAuto">overflowYAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overflow-y : auto
https://developer.mozilla.org/docs/Web/CSS/overflow-y
overflowYClip : Html.Attribute msg
``` overflow-y : clip
https://developer.mozilla.org/docs/Web/CSS/overflow-y
<a name="//apple_ref/cpp/Function/overflowYHidden" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowYHidden" href="#overflowYHidden">overflowYHidden</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overflow-y : hidden
https://developer.mozilla.org/docs/Web/CSS/overflow-y
overflowYScroll : Html.Attribute msg
``` overflow-y : scroll
https://developer.mozilla.org/docs/Web/CSS/overflow-y
<a name="//apple_ref/cpp/Function/overflowYVisible" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowYVisible" href="#overflowYVisible">overflowYVisible</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overflow-y : visible
https://developer.mozilla.org/docs/Web/CSS/overflow-y
scrollBehavior : String -> Html.Attribute msg
CSS property scroll-behavior
https://developer.mozilla.org/docs/Web/CSS/scroll-behavior
scrollBehaviorAuto : Html.Attribute msg
``` scroll-behavior : auto
https://developer.mozilla.org/docs/Web/CSS/scroll-behavior
<a name="//apple_ref/cpp/Function/scrollBehaviorSmooth" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollBehaviorSmooth" href="#scrollBehaviorSmooth">scrollBehaviorSmooth</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-behavior : smooth
https://developer.mozilla.org/docs/Web/CSS/scroll-behavior
scrollbarGutter : String -> Html.Attribute msg
CSS property scrollbar-gutter
https://developer.mozilla.org/docs/Web/CSS/scrollbar-gutter
scrollbarGutterAuto : Html.Attribute msg
``` scrollbar-gutter : auto
https://developer.mozilla.org/docs/Web/CSS/scrollbar-gutter
<a name="//apple_ref/cpp/Function/scrollbarGutterStable" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollbarGutterStable" href="#scrollbarGutterStable">scrollbarGutterStable</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scrollbar-gutter : stable
https://developer.mozilla.org/docs/Web/CSS/scrollbar-gutter
page : String -> Html.Attribute msg
CSS property page
https://developer.mozilla.org/docs/Web/CSS/page
pageAuto : Html.Attribute msg
``` page : auto
https://developer.mozilla.org/docs/Web/CSS/page
<a name="//apple_ref/cpp/Function/pageBreakAfter" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="pageBreakAfter" href="#pageBreakAfter">pageBreakAfter</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `page-break-after`
https://developer.mozilla.org/docs/Web/CSS/page-break-after
<a name="//apple_ref/cpp/Function/pageBreakAfterAlways" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="pageBreakAfterAlways" href="#pageBreakAfterAlways">pageBreakAfterAlways</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
page-break-after : always
https://developer.mozilla.org/docs/Web/CSS/page-break-after
pageBreakAfterAuto : Html.Attribute msg
``` page-break-after : auto
https://developer.mozilla.org/docs/Web/CSS/page-break-after
<a name="//apple_ref/cpp/Function/pageBreakAfterAvoid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="pageBreakAfterAvoid" href="#pageBreakAfterAvoid">pageBreakAfterAvoid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
page-break-after : avoid
https://developer.mozilla.org/docs/Web/CSS/page-break-after
pageBreakAfterLeft : Html.Attribute msg
``` page-break-after : left
https://developer.mozilla.org/docs/Web/CSS/page-break-after
<a name="//apple_ref/cpp/Function/pageBreakAfterRecto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="pageBreakAfterRecto" href="#pageBreakAfterRecto">pageBreakAfterRecto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
page-break-after : recto
https://developer.mozilla.org/docs/Web/CSS/page-break-after
pageBreakAfterRight : Html.Attribute msg
``` page-break-after : right
https://developer.mozilla.org/docs/Web/CSS/page-break-after
<a name="//apple_ref/cpp/Function/pageBreakAfterVerso" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="pageBreakAfterVerso" href="#pageBreakAfterVerso">pageBreakAfterVerso</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
page-break-after : verso
https://developer.mozilla.org/docs/Web/CSS/page-break-after
pageBreakBefore : String -> Html.Attribute msg
CSS property page-break-before
https://developer.mozilla.org/docs/Web/CSS/page-break-before
pageBreakBeforeAlways : Html.Attribute msg
``` page-break-before : always
https://developer.mozilla.org/docs/Web/CSS/page-break-before
<a name="//apple_ref/cpp/Function/pageBreakBeforeAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="pageBreakBeforeAuto" href="#pageBreakBeforeAuto">pageBreakBeforeAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
page-break-before : auto
https://developer.mozilla.org/docs/Web/CSS/page-break-before
pageBreakBeforeAvoid : Html.Attribute msg
``` page-break-before : avoid
https://developer.mozilla.org/docs/Web/CSS/page-break-before
<a name="//apple_ref/cpp/Function/pageBreakBeforeLeft" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="pageBreakBeforeLeft" href="#pageBreakBeforeLeft">pageBreakBeforeLeft</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
page-break-before : left
https://developer.mozilla.org/docs/Web/CSS/page-break-before
pageBreakBeforeRecto : Html.Attribute msg
``` page-break-before : recto
https://developer.mozilla.org/docs/Web/CSS/page-break-before
<a name="//apple_ref/cpp/Function/pageBreakBeforeRight" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="pageBreakBeforeRight" href="#pageBreakBeforeRight">pageBreakBeforeRight</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
page-break-before : right
https://developer.mozilla.org/docs/Web/CSS/page-break-before
pageBreakBeforeVerso : Html.Attribute msg
``` page-break-before : verso
https://developer.mozilla.org/docs/Web/CSS/page-break-before
<a name="//apple_ref/cpp/Function/pageBreakInside" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="pageBreakInside" href="#pageBreakInside">pageBreakInside</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `page-break-inside`
https://developer.mozilla.org/docs/Web/CSS/page-break-inside
<a name="//apple_ref/cpp/Function/pageBreakInsideAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="pageBreakInsideAuto" href="#pageBreakInsideAuto">pageBreakInsideAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
page-break-inside : auto
https://developer.mozilla.org/docs/Web/CSS/page-break-inside
pageBreakInsideAvoid : Html.Attribute msg
``` page-break-inside : avoid
https://developer.mozilla.org/docs/Web/CSS/page-break-inside
# CSS Positioning
<a name="//apple_ref/cpp/Function/bottom" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="bottom" href="#bottom">bottom</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `bottom`
https://developer.mozilla.org/docs/Web/CSS/bottom
<a name="//apple_ref/cpp/Function/bottomAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="bottomAuto" href="#bottomAuto">bottomAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
bottom : auto
https://developer.mozilla.org/docs/Web/CSS/bottom
bottomPx : Basics.Float -> Html.Attribute msg
``` bottom : 42px
https://developer.mozilla.org/docs/Web/CSS/bottom
<a name="//apple_ref/cpp/Function/bottomRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="bottomRem" href="#bottomRem">bottomRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
bottom : 42rem
https://developer.mozilla.org/docs/Web/CSS/bottom
clear : String -> Html.Attribute msg
CSS property clear
https://developer.mozilla.org/docs/Web/CSS/clear
clearBoth : Html.Attribute msg
``` clear : both
https://developer.mozilla.org/docs/Web/CSS/clear
<a name="//apple_ref/cpp/Function/clearInlineEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="clearInlineEnd" href="#clearInlineEnd">clearInlineEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
clear : inline-end
https://developer.mozilla.org/docs/Web/CSS/clear
clearInlineStart : Html.Attribute msg
``` clear : inline-start
https://developer.mozilla.org/docs/Web/CSS/clear
<a name="//apple_ref/cpp/Function/clearLeft" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="clearLeft" href="#clearLeft">clearLeft</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
clear : left
https://developer.mozilla.org/docs/Web/CSS/clear
clearNone : Html.Attribute msg
``` clear : none
https://developer.mozilla.org/docs/Web/CSS/clear
<a name="//apple_ref/cpp/Function/clearRight" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="clearRight" href="#clearRight">clearRight</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
clear : right
https://developer.mozilla.org/docs/Web/CSS/clear
float : String -> Html.Attribute msg
CSS property float
https://developer.mozilla.org/docs/Web/CSS/float
floatInlineEnd : Html.Attribute msg
``` float : inline-end
https://developer.mozilla.org/docs/Web/CSS/float
<a name="//apple_ref/cpp/Function/floatInlineStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="floatInlineStart" href="#floatInlineStart">floatInlineStart</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
float : inline-start
https://developer.mozilla.org/docs/Web/CSS/float
floatLeft : Html.Attribute msg
``` float : left
https://developer.mozilla.org/docs/Web/CSS/float
<a name="//apple_ref/cpp/Function/floatNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="floatNone" href="#floatNone">floatNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
float : none
https://developer.mozilla.org/docs/Web/CSS/float
floatRight : Html.Attribute msg
``` float : right
https://developer.mozilla.org/docs/Web/CSS/float
<a name="//apple_ref/cpp/Function/left" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="left" href="#left">left</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `left`
https://developer.mozilla.org/docs/Web/CSS/left
<a name="//apple_ref/cpp/Function/leftAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="leftAuto" href="#leftAuto">leftAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
left : auto
https://developer.mozilla.org/docs/Web/CSS/left
leftPx : Basics.Float -> Html.Attribute msg
``` left : 42px
https://developer.mozilla.org/docs/Web/CSS/left
<a name="//apple_ref/cpp/Function/leftRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="leftRem" href="#leftRem">leftRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
left : 42rem
https://developer.mozilla.org/docs/Web/CSS/left
overlay : String -> Html.Attribute msg
CSS property overlay
https://developer.mozilla.org/docs/Web/CSS/overlay
overlayAuto : Html.Attribute msg
``` overlay : auto
https://developer.mozilla.org/docs/Web/CSS/overlay
<a name="//apple_ref/cpp/Function/overlayNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overlayNone" href="#overlayNone">overlayNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overlay : none
https://developer.mozilla.org/docs/Web/CSS/overlay
position : String -> Html.Attribute msg
CSS property position
https://developer.mozilla.org/docs/Web/CSS/position
positionAbsolute : Html.Attribute msg
``` position : absolute
https://developer.mozilla.org/docs/Web/CSS/position
<a name="//apple_ref/cpp/Function/positionFixed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="positionFixed" href="#positionFixed">positionFixed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
position : fixed
https://developer.mozilla.org/docs/Web/CSS/position
positionRelative : Html.Attribute msg
``` position : relative
https://developer.mozilla.org/docs/Web/CSS/position
<a name="//apple_ref/cpp/Function/positionStatic" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="positionStatic" href="#positionStatic">positionStatic</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
position : static
https://developer.mozilla.org/docs/Web/CSS/position
positionSticky : Html.Attribute msg
``` position : sticky
https://developer.mozilla.org/docs/Web/CSS/position
<a name="//apple_ref/cpp/Function/right" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="right" href="#right">right</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `right`
https://developer.mozilla.org/docs/Web/CSS/right
<a name="//apple_ref/cpp/Function/rightAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="rightAuto" href="#rightAuto">rightAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
right : auto
https://developer.mozilla.org/docs/Web/CSS/right
rightPx : Basics.Float -> Html.Attribute msg
``` right : 42px
https://developer.mozilla.org/docs/Web/CSS/right
<a name="//apple_ref/cpp/Function/rightRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="rightRem" href="#rightRem">rightRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
right : 42rem
https://developer.mozilla.org/docs/Web/CSS/right
top : String -> Html.Attribute msg
CSS property top
https://developer.mozilla.org/docs/Web/CSS/top
topAuto : Html.Attribute msg
``` top : auto
https://developer.mozilla.org/docs/Web/CSS/top
<a name="//apple_ref/cpp/Function/topPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="topPx" href="#topPx">topPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
top : 42px
https://developer.mozilla.org/docs/Web/CSS/top
topRem : Basics.Float -> Html.Attribute msg
``` top : 42rem
https://developer.mozilla.org/docs/Web/CSS/top
<a name="//apple_ref/cpp/Function/zIndex" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="zIndex" href="#zIndex">zIndex</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `z-index`
https://developer.mozilla.org/docs/Web/CSS/z-index
<a name="//apple_ref/cpp/Function/zIndexAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="zIndexAuto" href="#zIndexAuto">zIndexAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
z-index : auto
https://developer.mozilla.org/docs/Web/CSS/z-index
rubyAlign : String -> Html.Attribute msg
CSS property ruby-align
https://developer.mozilla.org/docs/Web/CSS/ruby-align
rubyAlignCenter : Html.Attribute msg
``` ruby-align : center
https://developer.mozilla.org/docs/Web/CSS/ruby-align
<a name="//apple_ref/cpp/Function/rubyAlignSpaceAround" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="rubyAlignSpaceAround" href="#rubyAlignSpaceAround">rubyAlignSpaceAround</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
ruby-align : space-around
https://developer.mozilla.org/docs/Web/CSS/ruby-align
rubyAlignSpaceBetween : Html.Attribute msg
``` ruby-align : space-between
https://developer.mozilla.org/docs/Web/CSS/ruby-align
<a name="//apple_ref/cpp/Function/rubyAlignStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="rubyAlignStart" href="#rubyAlignStart">rubyAlignStart</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
ruby-align : start
https://developer.mozilla.org/docs/Web/CSS/ruby-align
rubyMerge : String -> Html.Attribute msg
CSS property ruby-merge
rubyMergeAuto : Html.Attribute msg
``` ruby-merge : auto
<a name="//apple_ref/cpp/Function/rubyMergeCollapse" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="rubyMergeCollapse" href="#rubyMergeCollapse">rubyMergeCollapse</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
ruby-merge : collapse
rubyMergeSeparate : Html.Attribute msg
``` ruby-merge : separate
<a name="//apple_ref/cpp/Function/rubyPosition" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="rubyPosition" href="#rubyPosition">rubyPosition</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `ruby-position`
https://developer.mozilla.org/docs/Web/CSS/ruby-position
<a name="//apple_ref/cpp/Function/rubyPositionAlternate" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="rubyPositionAlternate" href="#rubyPositionAlternate">rubyPositionAlternate</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
ruby-position : alternate
https://developer.mozilla.org/docs/Web/CSS/ruby-position
rubyPositionInterCharacter : Html.Attribute msg
``` ruby-position : inter-character
https://developer.mozilla.org/docs/Web/CSS/ruby-position
<a name="//apple_ref/cpp/Function/rubyPositionOver" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="rubyPositionOver" href="#rubyPositionOver">rubyPositionOver</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
ruby-position : over
https://developer.mozilla.org/docs/Web/CSS/ruby-position
rubyPositionUnder : Html.Attribute msg
``` ruby-position : under
https://developer.mozilla.org/docs/Web/CSS/ruby-position
# CSS Scroll Anchoring
<a name="//apple_ref/cpp/Function/overflowAnchor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowAnchor" href="#overflowAnchor">overflowAnchor</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `overflow-anchor`
<a name="//apple_ref/cpp/Function/overflowAnchorAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowAnchorAuto" href="#overflowAnchorAuto">overflowAnchorAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overflow-anchor : auto
overflowAnchorNone : Html.Attribute msg
``` overflow-anchor : none
# CSS Scroll Snap
<a name="//apple_ref/cpp/Function/scrollMargin" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMargin" href="#scrollMargin">scrollMargin</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-margin`
https://developer.mozilla.org/docs/Web/CSS/scroll-margin
<a name="//apple_ref/cpp/Function/scrollMarginPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginPx" href="#scrollMarginPx">scrollMarginPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-margin : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-margin
scrollMarginRem : Basics.Float -> Html.Attribute msg
``` scroll-margin : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-margin
<a name="//apple_ref/cpp/Function/scrollMarginBlock" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginBlock" href="#scrollMarginBlock">scrollMarginBlock</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-margin-block`
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block
<a name="//apple_ref/cpp/Function/scrollMarginBlockPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginBlockPx" href="#scrollMarginBlockPx">scrollMarginBlockPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-margin-block : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block
scrollMarginBlockRem : Basics.Float -> Html.Attribute msg
``` scroll-margin-block : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block
<a name="//apple_ref/cpp/Function/scrollMarginBlockEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginBlockEnd" href="#scrollMarginBlockEnd">scrollMarginBlockEnd</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-margin-block-end`
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-end
<a name="//apple_ref/cpp/Function/scrollMarginBlockEndPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginBlockEndPx" href="#scrollMarginBlockEndPx">scrollMarginBlockEndPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-margin-block-end : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-end
scrollMarginBlockEndRem : Basics.Float -> Html.Attribute msg
``` scroll-margin-block-end : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-end
<a name="//apple_ref/cpp/Function/scrollMarginBlockStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginBlockStart" href="#scrollMarginBlockStart">scrollMarginBlockStart</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-margin-block-start`
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-start
<a name="//apple_ref/cpp/Function/scrollMarginBlockStartPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginBlockStartPx" href="#scrollMarginBlockStartPx">scrollMarginBlockStartPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-margin-block-start : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-start
scrollMarginBlockStartRem : Basics.Float -> Html.Attribute msg
``` scroll-margin-block-start : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-start
<a name="//apple_ref/cpp/Function/scrollMarginBottom" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginBottom" href="#scrollMarginBottom">scrollMarginBottom</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-margin-bottom`
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-bottom
<a name="//apple_ref/cpp/Function/scrollMarginBottomPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginBottomPx" href="#scrollMarginBottomPx">scrollMarginBottomPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-margin-bottom : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-bottom
scrollMarginBottomRem : Basics.Float -> Html.Attribute msg
``` scroll-margin-bottom : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-bottom
<a name="//apple_ref/cpp/Function/scrollMarginInline" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginInline" href="#scrollMarginInline">scrollMarginInline</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-margin-inline`
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline
<a name="//apple_ref/cpp/Function/scrollMarginInlinePx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginInlinePx" href="#scrollMarginInlinePx">scrollMarginInlinePx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-margin-inline : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline
scrollMarginInlineRem : Basics.Float -> Html.Attribute msg
``` scroll-margin-inline : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline
<a name="//apple_ref/cpp/Function/scrollMarginInlineEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginInlineEnd" href="#scrollMarginInlineEnd">scrollMarginInlineEnd</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-margin-inline-end`
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-end
<a name="//apple_ref/cpp/Function/scrollMarginInlineEndPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginInlineEndPx" href="#scrollMarginInlineEndPx">scrollMarginInlineEndPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-margin-inline-end : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-end
scrollMarginInlineEndRem : Basics.Float -> Html.Attribute msg
``` scroll-margin-inline-end : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-end
<a name="//apple_ref/cpp/Function/scrollMarginInlineStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginInlineStart" href="#scrollMarginInlineStart">scrollMarginInlineStart</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-margin-inline-start`
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-start
<a name="//apple_ref/cpp/Function/scrollMarginInlineStartPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginInlineStartPx" href="#scrollMarginInlineStartPx">scrollMarginInlineStartPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-margin-inline-start : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-start
scrollMarginInlineStartRem : Basics.Float -> Html.Attribute msg
``` scroll-margin-inline-start : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-start
<a name="//apple_ref/cpp/Function/scrollMarginLeft" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginLeft" href="#scrollMarginLeft">scrollMarginLeft</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-margin-left`
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-left
<a name="//apple_ref/cpp/Function/scrollMarginLeftPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginLeftPx" href="#scrollMarginLeftPx">scrollMarginLeftPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-margin-left : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-left
scrollMarginLeftRem : Basics.Float -> Html.Attribute msg
``` scroll-margin-left : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-left
<a name="//apple_ref/cpp/Function/scrollMarginRight" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginRight" href="#scrollMarginRight">scrollMarginRight</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-margin-right`
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-right
<a name="//apple_ref/cpp/Function/scrollMarginRightPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginRightPx" href="#scrollMarginRightPx">scrollMarginRightPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-margin-right : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-right
scrollMarginRightRem : Basics.Float -> Html.Attribute msg
``` scroll-margin-right : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-right
<a name="//apple_ref/cpp/Function/scrollMarginTop" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginTop" href="#scrollMarginTop">scrollMarginTop</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-margin-top`
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-top
<a name="//apple_ref/cpp/Function/scrollMarginTopPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollMarginTopPx" href="#scrollMarginTopPx">scrollMarginTopPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-margin-top : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-top
scrollMarginTopRem : Basics.Float -> Html.Attribute msg
``` scroll-margin-top : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-margin-top
<a name="//apple_ref/cpp/Function/scrollPadding" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPadding" href="#scrollPadding">scrollPadding</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-padding`
https://developer.mozilla.org/docs/Web/CSS/scroll-padding
<a name="//apple_ref/cpp/Function/scrollPaddingAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingAuto" href="#scrollPaddingAuto">scrollPaddingAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-padding : auto
https://developer.mozilla.org/docs/Web/CSS/scroll-padding
scrollPaddingPx : Basics.Float -> Html.Attribute msg
``` scroll-padding : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-padding
<a name="//apple_ref/cpp/Function/scrollPaddingRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingRem" href="#scrollPaddingRem">scrollPaddingRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-padding : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-padding
scrollPaddingBlock : String -> Html.Attribute msg
CSS property scroll-padding-block
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block
scrollPaddingBlockAuto : Html.Attribute msg
``` scroll-padding-block : auto
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block
<a name="//apple_ref/cpp/Function/scrollPaddingBlockPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingBlockPx" href="#scrollPaddingBlockPx">scrollPaddingBlockPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-padding-block : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block
scrollPaddingBlockRem : Basics.Float -> Html.Attribute msg
``` scroll-padding-block : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block
<a name="//apple_ref/cpp/Function/scrollPaddingBlockEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingBlockEnd" href="#scrollPaddingBlockEnd">scrollPaddingBlockEnd</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-padding-block-end`
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-end
<a name="//apple_ref/cpp/Function/scrollPaddingBlockEndAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingBlockEndAuto" href="#scrollPaddingBlockEndAuto">scrollPaddingBlockEndAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-padding-block-end : auto
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-end
scrollPaddingBlockEndPx : Basics.Float -> Html.Attribute msg
``` scroll-padding-block-end : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-end
<a name="//apple_ref/cpp/Function/scrollPaddingBlockEndRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingBlockEndRem" href="#scrollPaddingBlockEndRem">scrollPaddingBlockEndRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-padding-block-end : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-end
scrollPaddingBlockStart : String -> Html.Attribute msg
CSS property scroll-padding-block-start
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-start
scrollPaddingBlockStartAuto : Html.Attribute msg
``` scroll-padding-block-start : auto
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-start
<a name="//apple_ref/cpp/Function/scrollPaddingBlockStartPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingBlockStartPx" href="#scrollPaddingBlockStartPx">scrollPaddingBlockStartPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-padding-block-start : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-start
scrollPaddingBlockStartRem : Basics.Float -> Html.Attribute msg
``` scroll-padding-block-start : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-start
<a name="//apple_ref/cpp/Function/scrollPaddingBottom" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingBottom" href="#scrollPaddingBottom">scrollPaddingBottom</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-padding-bottom`
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-bottom
<a name="//apple_ref/cpp/Function/scrollPaddingBottomAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingBottomAuto" href="#scrollPaddingBottomAuto">scrollPaddingBottomAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-padding-bottom : auto
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-bottom
scrollPaddingBottomPx : Basics.Float -> Html.Attribute msg
``` scroll-padding-bottom : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-bottom
<a name="//apple_ref/cpp/Function/scrollPaddingBottomRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingBottomRem" href="#scrollPaddingBottomRem">scrollPaddingBottomRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-padding-bottom : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-bottom
scrollPaddingInline : String -> Html.Attribute msg
CSS property scroll-padding-inline
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline
scrollPaddingInlineAuto : Html.Attribute msg
``` scroll-padding-inline : auto
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline
<a name="//apple_ref/cpp/Function/scrollPaddingInlinePx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingInlinePx" href="#scrollPaddingInlinePx">scrollPaddingInlinePx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-padding-inline : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline
scrollPaddingInlineRem : Basics.Float -> Html.Attribute msg
``` scroll-padding-inline : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline
<a name="//apple_ref/cpp/Function/scrollPaddingInlineEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingInlineEnd" href="#scrollPaddingInlineEnd">scrollPaddingInlineEnd</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-padding-inline-end`
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-end
<a name="//apple_ref/cpp/Function/scrollPaddingInlineEndAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingInlineEndAuto" href="#scrollPaddingInlineEndAuto">scrollPaddingInlineEndAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-padding-inline-end : auto
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-end
scrollPaddingInlineEndPx : Basics.Float -> Html.Attribute msg
``` scroll-padding-inline-end : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-end
<a name="//apple_ref/cpp/Function/scrollPaddingInlineEndRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingInlineEndRem" href="#scrollPaddingInlineEndRem">scrollPaddingInlineEndRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-padding-inline-end : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-end
scrollPaddingInlineStart : String -> Html.Attribute msg
CSS property scroll-padding-inline-start
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-start
scrollPaddingInlineStartAuto : Html.Attribute msg
``` scroll-padding-inline-start : auto
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-start
<a name="//apple_ref/cpp/Function/scrollPaddingInlineStartPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingInlineStartPx" href="#scrollPaddingInlineStartPx">scrollPaddingInlineStartPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-padding-inline-start : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-start
scrollPaddingInlineStartRem : Basics.Float -> Html.Attribute msg
``` scroll-padding-inline-start : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-start
<a name="//apple_ref/cpp/Function/scrollPaddingLeft" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingLeft" href="#scrollPaddingLeft">scrollPaddingLeft</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-padding-left`
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-left
<a name="//apple_ref/cpp/Function/scrollPaddingLeftAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingLeftAuto" href="#scrollPaddingLeftAuto">scrollPaddingLeftAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-padding-left : auto
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-left
scrollPaddingLeftPx : Basics.Float -> Html.Attribute msg
``` scroll-padding-left : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-left
<a name="//apple_ref/cpp/Function/scrollPaddingLeftRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingLeftRem" href="#scrollPaddingLeftRem">scrollPaddingLeftRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-padding-left : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-left
scrollPaddingRight : String -> Html.Attribute msg
CSS property scroll-padding-right
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-right
scrollPaddingRightAuto : Html.Attribute msg
``` scroll-padding-right : auto
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-right
<a name="//apple_ref/cpp/Function/scrollPaddingRightPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingRightPx" href="#scrollPaddingRightPx">scrollPaddingRightPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-padding-right : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-right
scrollPaddingRightRem : Basics.Float -> Html.Attribute msg
``` scroll-padding-right : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-right
<a name="//apple_ref/cpp/Function/scrollPaddingTop" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingTop" href="#scrollPaddingTop">scrollPaddingTop</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-padding-top`
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-top
<a name="//apple_ref/cpp/Function/scrollPaddingTopAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingTopAuto" href="#scrollPaddingTopAuto">scrollPaddingTopAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-padding-top : auto
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-top
scrollPaddingTopPx : Basics.Float -> Html.Attribute msg
``` scroll-padding-top : 42px
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-top
<a name="//apple_ref/cpp/Function/scrollPaddingTopRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollPaddingTopRem" href="#scrollPaddingTopRem">scrollPaddingTopRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
scroll-padding-top : 42rem
https://developer.mozilla.org/docs/Web/CSS/scroll-padding-top
scrollSnapAlign : String -> Html.Attribute msg
CSS property scroll-snap-align
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-align
scrollSnapAlignCenter : Html.Attribute msg
``` scroll-snap-align : center
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-align
<a name="//apple_ref/cpp/Function/scrollSnapAlignEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollSnapAlignEnd" href="#scrollSnapAlignEnd">scrollSnapAlignEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-snap-align : end
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-align
scrollSnapAlignNone : Html.Attribute msg
``` scroll-snap-align : none
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-align
<a name="//apple_ref/cpp/Function/scrollSnapAlignStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollSnapAlignStart" href="#scrollSnapAlignStart">scrollSnapAlignStart</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-snap-align : start
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-align
scrollSnapCoordinate : String -> Html.Attribute msg
CSS property scroll-snap-coordinate
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-coordinate
scrollSnapCoordinateBottom : Html.Attribute msg
``` scroll-snap-coordinate : bottom
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-coordinate
<a name="//apple_ref/cpp/Function/scrollSnapCoordinateCenter" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollSnapCoordinateCenter" href="#scrollSnapCoordinateCenter">scrollSnapCoordinateCenter</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-snap-coordinate : center
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-coordinate
scrollSnapCoordinateLeft : Html.Attribute msg
``` scroll-snap-coordinate : left
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-coordinate
<a name="//apple_ref/cpp/Function/scrollSnapCoordinateNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollSnapCoordinateNone" href="#scrollSnapCoordinateNone">scrollSnapCoordinateNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-snap-coordinate : none
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-coordinate
scrollSnapCoordinateRight : Html.Attribute msg
``` scroll-snap-coordinate : right
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-coordinate
<a name="//apple_ref/cpp/Function/scrollSnapCoordinateTop" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollSnapCoordinateTop" href="#scrollSnapCoordinateTop">scrollSnapCoordinateTop</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-snap-coordinate : top
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-coordinate
scrollSnapDestination : String -> Html.Attribute msg
CSS property scroll-snap-destination
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-destination
scrollSnapDestinationBottom : Html.Attribute msg
``` scroll-snap-destination : bottom
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-destination
<a name="//apple_ref/cpp/Function/scrollSnapDestinationCenter" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollSnapDestinationCenter" href="#scrollSnapDestinationCenter">scrollSnapDestinationCenter</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-snap-destination : center
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-destination
scrollSnapDestinationLeft : Html.Attribute msg
``` scroll-snap-destination : left
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-destination
<a name="//apple_ref/cpp/Function/scrollSnapDestinationRight" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollSnapDestinationRight" href="#scrollSnapDestinationRight">scrollSnapDestinationRight</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-snap-destination : right
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-destination
scrollSnapDestinationTop : Html.Attribute msg
``` scroll-snap-destination : top
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-destination
<a name="//apple_ref/cpp/Function/scrollSnapPointsX" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollSnapPointsX" href="#scrollSnapPointsX">scrollSnapPointsX</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-snap-points-x`
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-points-x
<a name="//apple_ref/cpp/Function/scrollSnapPointsXNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollSnapPointsXNone" href="#scrollSnapPointsXNone">scrollSnapPointsXNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-snap-points-x : none
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-points-x
scrollSnapPointsY : String -> Html.Attribute msg
CSS property scroll-snap-points-y
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-points-y
scrollSnapPointsYNone : Html.Attribute msg
``` scroll-snap-points-y : none
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-points-y
<a name="//apple_ref/cpp/Function/scrollSnapStop" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollSnapStop" href="#scrollSnapStop">scrollSnapStop</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-snap-stop`
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-stop
<a name="//apple_ref/cpp/Function/scrollSnapStopAlways" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollSnapStopAlways" href="#scrollSnapStopAlways">scrollSnapStopAlways</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-snap-stop : always
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-stop
scrollSnapStopNormal : Html.Attribute msg
``` scroll-snap-stop : normal
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-stop
<a name="//apple_ref/cpp/Function/scrollSnapType" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollSnapType" href="#scrollSnapType">scrollSnapType</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-snap-type`
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type
<a name="//apple_ref/cpp/Function/scrollSnapTypeBlock" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollSnapTypeBlock" href="#scrollSnapTypeBlock">scrollSnapTypeBlock</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-snap-type : block
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type
scrollSnapTypeBoth : Html.Attribute msg
``` scroll-snap-type : both
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type
<a name="//apple_ref/cpp/Function/scrollSnapTypeInline" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollSnapTypeInline" href="#scrollSnapTypeInline">scrollSnapTypeInline</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-snap-type : inline
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type
scrollSnapTypeNone : Html.Attribute msg
``` scroll-snap-type : none
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type
<a name="//apple_ref/cpp/Function/scrollSnapType_x" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollSnapType_x" href="#scrollSnapType_x">scrollSnapType_x</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-snap-type : x
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type
scrollSnapType_y : Html.Attribute msg
``` scroll-snap-type : y
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type
<a name="//apple_ref/cpp/Function/scrollSnapTypeX" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollSnapTypeX" href="#scrollSnapTypeX">scrollSnapTypeX</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scroll-snap-type-x`
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-x
<a name="//apple_ref/cpp/Function/scrollSnapTypeXMandatory" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollSnapTypeXMandatory" href="#scrollSnapTypeXMandatory">scrollSnapTypeXMandatory</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-snap-type-x : mandatory
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-x
scrollSnapTypeXNone : Html.Attribute msg
``` scroll-snap-type-x : none
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-x
<a name="//apple_ref/cpp/Function/scrollSnapTypeXProximity" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollSnapTypeXProximity" href="#scrollSnapTypeXProximity">scrollSnapTypeXProximity</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-snap-type-x : proximity
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-x
scrollSnapTypeY : String -> Html.Attribute msg
CSS property scroll-snap-type-y
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-y
scrollSnapTypeYMandatory : Html.Attribute msg
``` scroll-snap-type-y : mandatory
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-y
<a name="//apple_ref/cpp/Function/scrollSnapTypeYNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollSnapTypeYNone" href="#scrollSnapTypeYNone">scrollSnapTypeYNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scroll-snap-type-y : none
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-y
scrollSnapTypeYProximity : Html.Attribute msg
``` scroll-snap-type-y : proximity
https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-y
# CSS Scrollbars
<a name="//apple_ref/cpp/Function/scrollbarColor" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollbarColor" href="#scrollbarColor">scrollbarColor</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `scrollbar-color`
https://developer.mozilla.org/docs/Web/CSS/scrollbar-color
<a name="//apple_ref/cpp/Function/scrollbarColorAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollbarColorAuto" href="#scrollbarColorAuto">scrollbarColorAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scrollbar-color : auto
https://developer.mozilla.org/docs/Web/CSS/scrollbar-color
scrollbarWidth : String -> Html.Attribute msg
CSS property scrollbar-width
https://developer.mozilla.org/docs/Web/CSS/scrollbar-width
scrollbarWidthAuto : Html.Attribute msg
``` scrollbar-width : auto
https://developer.mozilla.org/docs/Web/CSS/scrollbar-width
<a name="//apple_ref/cpp/Function/scrollbarWidthNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="scrollbarWidthNone" href="#scrollbarWidthNone">scrollbarWidthNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
scrollbar-width : none
https://developer.mozilla.org/docs/Web/CSS/scrollbar-width
scrollbarWidthThin : Html.Attribute msg
``` scrollbar-width : thin
https://developer.mozilla.org/docs/Web/CSS/scrollbar-width
# CSS Shapes
<a name="//apple_ref/cpp/Function/shapeImageThreshold" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="shapeImageThreshold" href="#shapeImageThreshold">shapeImageThreshold</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `shape-image-threshold`
https://developer.mozilla.org/docs/Web/CSS/shape-image-threshold
<a name="//apple_ref/cpp/Function/shapeMargin" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="shapeMargin" href="#shapeMargin">shapeMargin</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `shape-margin`
https://developer.mozilla.org/docs/Web/CSS/shape-margin
<a name="//apple_ref/cpp/Function/shapeMarginPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="shapeMarginPx" href="#shapeMarginPx">shapeMarginPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
shape-margin : 42px
https://developer.mozilla.org/docs/Web/CSS/shape-margin
shapeMarginRem : Basics.Float -> Html.Attribute msg
``` shape-margin : 42rem
https://developer.mozilla.org/docs/Web/CSS/shape-margin
<a name="//apple_ref/cpp/Function/shapeOutside" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="shapeOutside" href="#shapeOutside">shapeOutside</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `shape-outside`
https://developer.mozilla.org/docs/Web/CSS/shape-outside
<a name="//apple_ref/cpp/Function/shapeOutsideMarginBox" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="shapeOutsideMarginBox" href="#shapeOutsideMarginBox">shapeOutsideMarginBox</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
shape-outside : margin-box
https://developer.mozilla.org/docs/Web/CSS/shape-outside
shapeOutsideNone : Html.Attribute msg
``` shape-outside : none
https://developer.mozilla.org/docs/Web/CSS/shape-outside
# CSS Speech
<a name="//apple_ref/cpp/Function/azimuth" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="azimuth" href="#azimuth">azimuth</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `azimuth`
https://developer.mozilla.org/docs/Web/CSS/azimuth
<a name="//apple_ref/cpp/Function/azimuthBehind" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="azimuthBehind" href="#azimuthBehind">azimuthBehind</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
azimuth : behind
https://developer.mozilla.org/docs/Web/CSS/azimuth
azimuthCenter : Html.Attribute msg
``` azimuth : center
https://developer.mozilla.org/docs/Web/CSS/azimuth
<a name="//apple_ref/cpp/Function/azimuthCenterLeft" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="azimuthCenterLeft" href="#azimuthCenterLeft">azimuthCenterLeft</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
azimuth : center-left
https://developer.mozilla.org/docs/Web/CSS/azimuth
azimuthCenterRight : Html.Attribute msg
``` azimuth : center-right
https://developer.mozilla.org/docs/Web/CSS/azimuth
<a name="//apple_ref/cpp/Function/azimuthFarLeft" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="azimuthFarLeft" href="#azimuthFarLeft">azimuthFarLeft</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
azimuth : far-left
https://developer.mozilla.org/docs/Web/CSS/azimuth
azimuthFarRight : Html.Attribute msg
``` azimuth : far-right
https://developer.mozilla.org/docs/Web/CSS/azimuth
<a name="//apple_ref/cpp/Function/azimuthLeft" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="azimuthLeft" href="#azimuthLeft">azimuthLeft</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
azimuth : left
https://developer.mozilla.org/docs/Web/CSS/azimuth
azimuthLeftSide : Html.Attribute msg
``` azimuth : left-side
https://developer.mozilla.org/docs/Web/CSS/azimuth
<a name="//apple_ref/cpp/Function/azimuthLeftwards" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="azimuthLeftwards" href="#azimuthLeftwards">azimuthLeftwards</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
azimuth : leftwards
https://developer.mozilla.org/docs/Web/CSS/azimuth
azimuthRight : Html.Attribute msg
``` azimuth : right
https://developer.mozilla.org/docs/Web/CSS/azimuth
<a name="//apple_ref/cpp/Function/azimuthRightSide" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="azimuthRightSide" href="#azimuthRightSide">azimuthRightSide</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
azimuth : right-side
https://developer.mozilla.org/docs/Web/CSS/azimuth
azimuthRightwards : Html.Attribute msg
``` azimuth : rightwards
https://developer.mozilla.org/docs/Web/CSS/azimuth
# CSS Table
<a name="//apple_ref/cpp/Function/borderCollapse" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderCollapse" href="#borderCollapse">borderCollapse</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-collapse`
https://developer.mozilla.org/docs/Web/CSS/border-collapse
<a name="//apple_ref/cpp/Function/borderCollapseCollapse" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderCollapseCollapse" href="#borderCollapseCollapse">borderCollapseCollapse</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
border-collapse : collapse
https://developer.mozilla.org/docs/Web/CSS/border-collapse
borderCollapseSeparate : Html.Attribute msg
``` border-collapse : separate
https://developer.mozilla.org/docs/Web/CSS/border-collapse
<a name="//apple_ref/cpp/Function/borderSpacing" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderSpacing" href="#borderSpacing">borderSpacing</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `border-spacing`
https://developer.mozilla.org/docs/Web/CSS/border-spacing
<a name="//apple_ref/cpp/Function/borderSpacingPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="borderSpacingPx" href="#borderSpacingPx">borderSpacingPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
border-spacing : 42px
https://developer.mozilla.org/docs/Web/CSS/border-spacing
borderSpacingRem : Basics.Float -> Html.Attribute msg
``` border-spacing : 42rem
https://developer.mozilla.org/docs/Web/CSS/border-spacing
<a name="//apple_ref/cpp/Function/captionSide" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="captionSide" href="#captionSide">captionSide</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `caption-side`
https://developer.mozilla.org/docs/Web/CSS/caption-side
<a name="//apple_ref/cpp/Function/captionSideBlockEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="captionSideBlockEnd" href="#captionSideBlockEnd">captionSideBlockEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
caption-side : block-end
https://developer.mozilla.org/docs/Web/CSS/caption-side
captionSideBlockStart : Html.Attribute msg
``` caption-side : block-start
https://developer.mozilla.org/docs/Web/CSS/caption-side
<a name="//apple_ref/cpp/Function/captionSideBottom" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="captionSideBottom" href="#captionSideBottom">captionSideBottom</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
caption-side : bottom
https://developer.mozilla.org/docs/Web/CSS/caption-side
captionSideInlineEnd : Html.Attribute msg
``` caption-side : inline-end
https://developer.mozilla.org/docs/Web/CSS/caption-side
<a name="//apple_ref/cpp/Function/captionSideInlineStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="captionSideInlineStart" href="#captionSideInlineStart">captionSideInlineStart</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
caption-side : inline-start
https://developer.mozilla.org/docs/Web/CSS/caption-side
captionSideTop : Html.Attribute msg
``` caption-side : top
https://developer.mozilla.org/docs/Web/CSS/caption-side
<a name="//apple_ref/cpp/Function/emptyCells" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="emptyCells" href="#emptyCells">emptyCells</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `empty-cells`
https://developer.mozilla.org/docs/Web/CSS/empty-cells
<a name="//apple_ref/cpp/Function/emptyCellsHide" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="emptyCellsHide" href="#emptyCellsHide">emptyCellsHide</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
empty-cells : hide
https://developer.mozilla.org/docs/Web/CSS/empty-cells
emptyCellsShow : Html.Attribute msg
``` empty-cells : show
https://developer.mozilla.org/docs/Web/CSS/empty-cells
<a name="//apple_ref/cpp/Function/tableLayout" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="tableLayout" href="#tableLayout">tableLayout</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `table-layout`
https://developer.mozilla.org/docs/Web/CSS/table-layout
<a name="//apple_ref/cpp/Function/tableLayoutAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="tableLayoutAuto" href="#tableLayoutAuto">tableLayoutAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
table-layout : auto
https://developer.mozilla.org/docs/Web/CSS/table-layout
tableLayoutFixed : Html.Attribute msg
``` table-layout : fixed
https://developer.mozilla.org/docs/Web/CSS/table-layout
<a name="//apple_ref/cpp/Function/verticalAlign" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="verticalAlign" href="#verticalAlign">verticalAlign</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `vertical-align`
https://developer.mozilla.org/docs/Web/CSS/vertical-align
<a name="//apple_ref/cpp/Function/verticalAlignBaseline" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="verticalAlignBaseline" href="#verticalAlignBaseline">verticalAlignBaseline</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
vertical-align : baseline
https://developer.mozilla.org/docs/Web/CSS/vertical-align
verticalAlignBottom : Html.Attribute msg
``` vertical-align : bottom
https://developer.mozilla.org/docs/Web/CSS/vertical-align
<a name="//apple_ref/cpp/Function/verticalAlignMiddle" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="verticalAlignMiddle" href="#verticalAlignMiddle">verticalAlignMiddle</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
vertical-align : middle
https://developer.mozilla.org/docs/Web/CSS/vertical-align
verticalAlignPx : Basics.Float -> Html.Attribute msg
``` vertical-align : 42px
https://developer.mozilla.org/docs/Web/CSS/vertical-align
<a name="//apple_ref/cpp/Function/verticalAlignRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="verticalAlignRem" href="#verticalAlignRem">verticalAlignRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
vertical-align : 42rem
https://developer.mozilla.org/docs/Web/CSS/vertical-align
verticalAlignSub : Html.Attribute msg
``` vertical-align : sub
https://developer.mozilla.org/docs/Web/CSS/vertical-align
<a name="//apple_ref/cpp/Function/verticalAlignSuper" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="verticalAlignSuper" href="#verticalAlignSuper">verticalAlignSuper</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
vertical-align : super
https://developer.mozilla.org/docs/Web/CSS/vertical-align
verticalAlignTextBottom : Html.Attribute msg
``` vertical-align : text-bottom
https://developer.mozilla.org/docs/Web/CSS/vertical-align
<a name="//apple_ref/cpp/Function/verticalAlignTextTop" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="verticalAlignTextTop" href="#verticalAlignTextTop">verticalAlignTextTop</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
vertical-align : text-top
https://developer.mozilla.org/docs/Web/CSS/vertical-align
verticalAlignTop : Html.Attribute msg
``` vertical-align : top
https://developer.mozilla.org/docs/Web/CSS/vertical-align
# CSS Text
<a name="//apple_ref/cpp/Function/hangingPunctuation" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="hangingPunctuation" href="#hangingPunctuation">hangingPunctuation</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `hanging-punctuation`
https://developer.mozilla.org/docs/Web/CSS/hanging-punctuation
<a name="//apple_ref/cpp/Function/hangingPunctuationAllowEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="hangingPunctuationAllowEnd" href="#hangingPunctuationAllowEnd">hangingPunctuationAllowEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
hanging-punctuation : allow-end
https://developer.mozilla.org/docs/Web/CSS/hanging-punctuation
hangingPunctuationFirst : Html.Attribute msg
``` hanging-punctuation : first
https://developer.mozilla.org/docs/Web/CSS/hanging-punctuation
<a name="//apple_ref/cpp/Function/hangingPunctuationForceEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="hangingPunctuationForceEnd" href="#hangingPunctuationForceEnd">hangingPunctuationForceEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
hanging-punctuation : force-end
https://developer.mozilla.org/docs/Web/CSS/hanging-punctuation
hangingPunctuationLast : Html.Attribute msg
``` hanging-punctuation : last
https://developer.mozilla.org/docs/Web/CSS/hanging-punctuation
<a name="//apple_ref/cpp/Function/hangingPunctuationNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="hangingPunctuationNone" href="#hangingPunctuationNone">hangingPunctuationNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
hanging-punctuation : none
https://developer.mozilla.org/docs/Web/CSS/hanging-punctuation
hyphenateCharacter : String -> Html.Attribute msg
CSS property hyphenate-character
https://developer.mozilla.org/docs/Web/CSS/hyphenate-character
hyphenateCharacterAuto : Html.Attribute msg
``` hyphenate-character : auto
https://developer.mozilla.org/docs/Web/CSS/hyphenate-character
<a name="//apple_ref/cpp/Function/hyphenateLimitChars" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="hyphenateLimitChars" href="#hyphenateLimitChars">hyphenateLimitChars</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `hyphenate-limit-chars`
https://developer.mozilla.org/docs/Web/CSS/hyphenate-limit-chars
<a name="//apple_ref/cpp/Function/hyphenateLimitCharsAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="hyphenateLimitCharsAuto" href="#hyphenateLimitCharsAuto">hyphenateLimitCharsAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
hyphenate-limit-chars : auto
https://developer.mozilla.org/docs/Web/CSS/hyphenate-limit-chars
hyphens : String -> Html.Attribute msg
CSS property hyphens
https://developer.mozilla.org/docs/Web/CSS/hyphens
hyphensAuto : Html.Attribute msg
``` hyphens : auto
https://developer.mozilla.org/docs/Web/CSS/hyphens
<a name="//apple_ref/cpp/Function/hyphensManual" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="hyphensManual" href="#hyphensManual">hyphensManual</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
hyphens : manual
https://developer.mozilla.org/docs/Web/CSS/hyphens
hyphensNone : Html.Attribute msg
``` hyphens : none
https://developer.mozilla.org/docs/Web/CSS/hyphens
<a name="//apple_ref/cpp/Function/letterSpacing" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="letterSpacing" href="#letterSpacing">letterSpacing</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `letter-spacing`
https://developer.mozilla.org/docs/Web/CSS/letter-spacing
<a name="//apple_ref/cpp/Function/letterSpacingNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="letterSpacingNormal" href="#letterSpacingNormal">letterSpacingNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
letter-spacing : normal
https://developer.mozilla.org/docs/Web/CSS/letter-spacing
letterSpacingPx : Basics.Float -> Html.Attribute msg
``` letter-spacing : 42px
https://developer.mozilla.org/docs/Web/CSS/letter-spacing
<a name="//apple_ref/cpp/Function/letterSpacingRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="letterSpacingRem" href="#letterSpacingRem">letterSpacingRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
letter-spacing : 42rem
https://developer.mozilla.org/docs/Web/CSS/letter-spacing
lineBreak : String -> Html.Attribute msg
CSS property line-break
https://developer.mozilla.org/docs/Web/CSS/line-break
lineBreakAnywhere : Html.Attribute msg
``` line-break : anywhere
https://developer.mozilla.org/docs/Web/CSS/line-break
<a name="//apple_ref/cpp/Function/lineBreakAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="lineBreakAuto" href="#lineBreakAuto">lineBreakAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
line-break : auto
https://developer.mozilla.org/docs/Web/CSS/line-break
lineBreakLoose : Html.Attribute msg
``` line-break : loose
https://developer.mozilla.org/docs/Web/CSS/line-break
<a name="//apple_ref/cpp/Function/lineBreakNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="lineBreakNormal" href="#lineBreakNormal">lineBreakNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
line-break : normal
https://developer.mozilla.org/docs/Web/CSS/line-break
lineBreakStrict : Html.Attribute msg
``` line-break : strict
https://developer.mozilla.org/docs/Web/CSS/line-break
<a name="//apple_ref/cpp/Function/overflowWrap" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowWrap" href="#overflowWrap">overflowWrap</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `overflow-wrap`
https://developer.mozilla.org/docs/Web/CSS/overflow-wrap
<a name="//apple_ref/cpp/Function/overflowWrapAnywhere" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowWrapAnywhere" href="#overflowWrapAnywhere">overflowWrapAnywhere</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overflow-wrap : anywhere
https://developer.mozilla.org/docs/Web/CSS/overflow-wrap
overflowWrapBreakWord : Html.Attribute msg
``` overflow-wrap : break-word
https://developer.mozilla.org/docs/Web/CSS/overflow-wrap
<a name="//apple_ref/cpp/Function/overflowWrapNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowWrapNormal" href="#overflowWrapNormal">overflowWrapNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overflow-wrap : normal
https://developer.mozilla.org/docs/Web/CSS/overflow-wrap
paintOrder : String -> Html.Attribute msg
CSS property paint-order
https://developer.mozilla.org/docs/Web/CSS/paint-order
paintOrderFill : Html.Attribute msg
``` paint-order : fill
https://developer.mozilla.org/docs/Web/CSS/paint-order
<a name="//apple_ref/cpp/Function/paintOrderMarkers" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="paintOrderMarkers" href="#paintOrderMarkers">paintOrderMarkers</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
paint-order : markers
https://developer.mozilla.org/docs/Web/CSS/paint-order
paintOrderNormal : Html.Attribute msg
``` paint-order : normal
https://developer.mozilla.org/docs/Web/CSS/paint-order
<a name="//apple_ref/cpp/Function/paintOrderStroke" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="paintOrderStroke" href="#paintOrderStroke">paintOrderStroke</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
paint-order : stroke
https://developer.mozilla.org/docs/Web/CSS/paint-order
tabSize : String -> Html.Attribute msg
CSS property tab-size
https://developer.mozilla.org/docs/Web/CSS/tab-size
tabSizePx : Basics.Float -> Html.Attribute msg
``` tab-size : 42px
https://developer.mozilla.org/docs/Web/CSS/tab-size
<a name="//apple_ref/cpp/Function/tabSizeRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="tabSizeRem" href="#tabSizeRem">tabSizeRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
tab-size : 42rem
https://developer.mozilla.org/docs/Web/CSS/tab-size
textAlign : String -> Html.Attribute msg
CSS property text-align
https://developer.mozilla.org/docs/Web/CSS/text-align
textAlignCenter : Html.Attribute msg
``` text-align : center
https://developer.mozilla.org/docs/Web/CSS/text-align
<a name="//apple_ref/cpp/Function/textAlignEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textAlignEnd" href="#textAlignEnd">textAlignEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-align : end
https://developer.mozilla.org/docs/Web/CSS/text-align
textAlignJustify : Html.Attribute msg
``` text-align : justify
https://developer.mozilla.org/docs/Web/CSS/text-align
<a name="//apple_ref/cpp/Function/textAlignLeft" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textAlignLeft" href="#textAlignLeft">textAlignLeft</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-align : left
https://developer.mozilla.org/docs/Web/CSS/text-align
textAlignMatchParent : Html.Attribute msg
``` text-align : match-parent
https://developer.mozilla.org/docs/Web/CSS/text-align
<a name="//apple_ref/cpp/Function/textAlignRight" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textAlignRight" href="#textAlignRight">textAlignRight</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-align : right
https://developer.mozilla.org/docs/Web/CSS/text-align
textAlignStart : Html.Attribute msg
``` text-align : start
https://developer.mozilla.org/docs/Web/CSS/text-align
<a name="//apple_ref/cpp/Function/textAlignLast" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textAlignLast" href="#textAlignLast">textAlignLast</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `text-align-last`
https://developer.mozilla.org/docs/Web/CSS/text-align-last
<a name="//apple_ref/cpp/Function/textAlignLastAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textAlignLastAuto" href="#textAlignLastAuto">textAlignLastAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-align-last : auto
https://developer.mozilla.org/docs/Web/CSS/text-align-last
textAlignLastCenter : Html.Attribute msg
``` text-align-last : center
https://developer.mozilla.org/docs/Web/CSS/text-align-last
<a name="//apple_ref/cpp/Function/textAlignLastEnd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textAlignLastEnd" href="#textAlignLastEnd">textAlignLastEnd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-align-last : end
https://developer.mozilla.org/docs/Web/CSS/text-align-last
textAlignLastJustify : Html.Attribute msg
``` text-align-last : justify
https://developer.mozilla.org/docs/Web/CSS/text-align-last
<a name="//apple_ref/cpp/Function/textAlignLastLeft" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textAlignLastLeft" href="#textAlignLastLeft">textAlignLastLeft</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-align-last : left
https://developer.mozilla.org/docs/Web/CSS/text-align-last
textAlignLastRight : Html.Attribute msg
``` text-align-last : right
https://developer.mozilla.org/docs/Web/CSS/text-align-last
<a name="//apple_ref/cpp/Function/textAlignLastStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textAlignLastStart" href="#textAlignLastStart">textAlignLastStart</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-align-last : start
https://developer.mozilla.org/docs/Web/CSS/text-align-last
textIndent : String -> Html.Attribute msg
CSS property text-indent
https://developer.mozilla.org/docs/Web/CSS/text-indent
textIndentPx : Basics.Float -> Html.Attribute msg
``` text-indent : 42px
https://developer.mozilla.org/docs/Web/CSS/text-indent
<a name="//apple_ref/cpp/Function/textIndentRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textIndentRem" href="#textIndentRem">textIndentRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
text-indent : 42rem
https://developer.mozilla.org/docs/Web/CSS/text-indent
textJustify : String -> Html.Attribute msg
CSS property text-justify
https://developer.mozilla.org/docs/Web/CSS/text-justify
textJustifyAuto : Html.Attribute msg
``` text-justify : auto
https://developer.mozilla.org/docs/Web/CSS/text-justify
<a name="//apple_ref/cpp/Function/textJustifyInterCharacter" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textJustifyInterCharacter" href="#textJustifyInterCharacter">textJustifyInterCharacter</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-justify : inter-character
https://developer.mozilla.org/docs/Web/CSS/text-justify
textJustifyInterWord : Html.Attribute msg
``` text-justify : inter-word
https://developer.mozilla.org/docs/Web/CSS/text-justify
<a name="//apple_ref/cpp/Function/textJustifyNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textJustifyNone" href="#textJustifyNone">textJustifyNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-justify : none
https://developer.mozilla.org/docs/Web/CSS/text-justify
textSizeAdjust : String -> Html.Attribute msg
CSS property text-size-adjust
https://developer.mozilla.org/docs/Web/CSS/text-size-adjust
textSizeAdjustAuto : Html.Attribute msg
``` text-size-adjust : auto
https://developer.mozilla.org/docs/Web/CSS/text-size-adjust
<a name="//apple_ref/cpp/Function/textSizeAdjustNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textSizeAdjustNone" href="#textSizeAdjustNone">textSizeAdjustNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-size-adjust : none
https://developer.mozilla.org/docs/Web/CSS/text-size-adjust
textTransform : String -> Html.Attribute msg
CSS property text-transform
https://developer.mozilla.org/docs/Web/CSS/text-transform
textTransformCapitalize : Html.Attribute msg
``` text-transform : capitalize
https://developer.mozilla.org/docs/Web/CSS/text-transform
<a name="//apple_ref/cpp/Function/textTransformFullSizeKana" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textTransformFullSizeKana" href="#textTransformFullSizeKana">textTransformFullSizeKana</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-transform : full-size-kana
https://developer.mozilla.org/docs/Web/CSS/text-transform
textTransformFullWidth : Html.Attribute msg
``` text-transform : full-width
https://developer.mozilla.org/docs/Web/CSS/text-transform
<a name="//apple_ref/cpp/Function/textTransformLowercase" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textTransformLowercase" href="#textTransformLowercase">textTransformLowercase</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-transform : lowercase
https://developer.mozilla.org/docs/Web/CSS/text-transform
textTransformNone : Html.Attribute msg
``` text-transform : none
https://developer.mozilla.org/docs/Web/CSS/text-transform
<a name="//apple_ref/cpp/Function/textTransformUppercase" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textTransformUppercase" href="#textTransformUppercase">textTransformUppercase</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-transform : uppercase
https://developer.mozilla.org/docs/Web/CSS/text-transform
textWrap : String -> Html.Attribute msg
CSS property text-wrap
https://developer.mozilla.org/docs/Web/CSS/text-wrap
textWrapBalance : Html.Attribute msg
``` text-wrap : balance
https://developer.mozilla.org/docs/Web/CSS/text-wrap
<a name="//apple_ref/cpp/Function/textWrapNowrap" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textWrapNowrap" href="#textWrapNowrap">textWrapNowrap</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-wrap : nowrap
https://developer.mozilla.org/docs/Web/CSS/text-wrap
textWrapPretty : Html.Attribute msg
``` text-wrap : pretty
https://developer.mozilla.org/docs/Web/CSS/text-wrap
<a name="//apple_ref/cpp/Function/textWrapStable" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textWrapStable" href="#textWrapStable">textWrapStable</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-wrap : stable
https://developer.mozilla.org/docs/Web/CSS/text-wrap
textWrapWrap : Html.Attribute msg
``` text-wrap : wrap
https://developer.mozilla.org/docs/Web/CSS/text-wrap
<a name="//apple_ref/cpp/Function/whiteSpace" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="whiteSpace" href="#whiteSpace">whiteSpace</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `white-space`
https://developer.mozilla.org/docs/Web/CSS/white-space
<a name="//apple_ref/cpp/Function/whiteSpaceBalance" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="whiteSpaceBalance" href="#whiteSpaceBalance">whiteSpaceBalance</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
white-space : balance
https://developer.mozilla.org/docs/Web/CSS/white-space
whiteSpaceBreakSpaces : Html.Attribute msg
``` white-space : break-spaces
https://developer.mozilla.org/docs/Web/CSS/white-space
<a name="//apple_ref/cpp/Function/whiteSpace_collapse" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="whiteSpace_collapse" href="#whiteSpace_collapse">whiteSpace_collapse</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
white-space : collapse
https://developer.mozilla.org/docs/Web/CSS/white-space
whiteSpaceDiscard : Html.Attribute msg
``` white-space : discard
https://developer.mozilla.org/docs/Web/CSS/white-space
<a name="//apple_ref/cpp/Function/whiteSpaceNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="whiteSpaceNormal" href="#whiteSpaceNormal">whiteSpaceNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
white-space : normal
https://developer.mozilla.org/docs/Web/CSS/white-space
whiteSpaceNowrap : Html.Attribute msg
``` white-space : nowrap
https://developer.mozilla.org/docs/Web/CSS/white-space
<a name="//apple_ref/cpp/Function/whiteSpacePre" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="whiteSpacePre" href="#whiteSpacePre">whiteSpacePre</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
white-space : pre
https://developer.mozilla.org/docs/Web/CSS/white-space
whiteSpacePreLine : Html.Attribute msg
``` white-space : pre-line
https://developer.mozilla.org/docs/Web/CSS/white-space
<a name="//apple_ref/cpp/Function/whiteSpacePreWrap" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="whiteSpacePreWrap" href="#whiteSpacePreWrap">whiteSpacePreWrap</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
white-space : pre-wrap
https://developer.mozilla.org/docs/Web/CSS/white-space
whiteSpacePreserve : Html.Attribute msg
``` white-space : preserve
https://developer.mozilla.org/docs/Web/CSS/white-space
<a name="//apple_ref/cpp/Function/whiteSpacePreserveBreaks" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="whiteSpacePreserveBreaks" href="#whiteSpacePreserveBreaks">whiteSpacePreserveBreaks</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
white-space : preserve-breaks
https://developer.mozilla.org/docs/Web/CSS/white-space
whiteSpacePreserveSpaces : Html.Attribute msg
``` white-space : preserve-spaces
https://developer.mozilla.org/docs/Web/CSS/white-space
<a name="//apple_ref/cpp/Function/whiteSpacePretty" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="whiteSpacePretty" href="#whiteSpacePretty">whiteSpacePretty</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
white-space : pretty
https://developer.mozilla.org/docs/Web/CSS/white-space
whiteSpaceStable : Html.Attribute msg
``` white-space : stable
https://developer.mozilla.org/docs/Web/CSS/white-space
<a name="//apple_ref/cpp/Function/whiteSpaceWrap" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="whiteSpaceWrap" href="#whiteSpaceWrap">whiteSpaceWrap</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
white-space : wrap
https://developer.mozilla.org/docs/Web/CSS/white-space
whiteSpaceCollapse : String -> Html.Attribute msg
CSS property white-space-collapse
https://developer.mozilla.org/docs/Web/CSS/white-space-collapse
whiteSpaceCollapseBreakSpaces : Html.Attribute msg
``` white-space-collapse : break-spaces
https://developer.mozilla.org/docs/Web/CSS/white-space-collapse
<a name="//apple_ref/cpp/Function/whiteSpaceCollapseCollapse" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="whiteSpaceCollapseCollapse" href="#whiteSpaceCollapseCollapse">whiteSpaceCollapseCollapse</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
white-space-collapse : collapse
https://developer.mozilla.org/docs/Web/CSS/white-space-collapse
whiteSpaceCollapseDiscard : Html.Attribute msg
``` white-space-collapse : discard
https://developer.mozilla.org/docs/Web/CSS/white-space-collapse
<a name="//apple_ref/cpp/Function/whiteSpaceCollapsePreserve" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="whiteSpaceCollapsePreserve" href="#whiteSpaceCollapsePreserve">whiteSpaceCollapsePreserve</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
white-space-collapse : preserve
https://developer.mozilla.org/docs/Web/CSS/white-space-collapse
whiteSpaceCollapsePreserveBreaks : Html.Attribute msg
``` white-space-collapse : preserve-breaks
https://developer.mozilla.org/docs/Web/CSS/white-space-collapse
<a name="//apple_ref/cpp/Function/whiteSpaceCollapsePreserveSpaces" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="whiteSpaceCollapsePreserveSpaces" href="#whiteSpaceCollapsePreserveSpaces">whiteSpaceCollapsePreserveSpaces</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
white-space-collapse : preserve-spaces
https://developer.mozilla.org/docs/Web/CSS/white-space-collapse
wordBreak : String -> Html.Attribute msg
CSS property word-break
https://developer.mozilla.org/docs/Web/CSS/word-break
wordBreakBreakAll : Html.Attribute msg
``` word-break : break-all
https://developer.mozilla.org/docs/Web/CSS/word-break
<a name="//apple_ref/cpp/Function/wordBreakBreakWord" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="wordBreakBreakWord" href="#wordBreakBreakWord">wordBreakBreakWord</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
word-break : break-word
https://developer.mozilla.org/docs/Web/CSS/word-break
wordBreakKeepAll : Html.Attribute msg
``` word-break : keep-all
https://developer.mozilla.org/docs/Web/CSS/word-break
<a name="//apple_ref/cpp/Function/wordBreakNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="wordBreakNormal" href="#wordBreakNormal">wordBreakNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
word-break : normal
https://developer.mozilla.org/docs/Web/CSS/word-break
wordSpacing : String -> Html.Attribute msg
CSS property word-spacing
https://developer.mozilla.org/docs/Web/CSS/word-spacing
wordSpacingNormal : Html.Attribute msg
``` word-spacing : normal
https://developer.mozilla.org/docs/Web/CSS/word-spacing
<a name="//apple_ref/cpp/Function/wordSpacingPx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="wordSpacingPx" href="#wordSpacingPx">wordSpacingPx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
word-spacing : 42px
https://developer.mozilla.org/docs/Web/CSS/word-spacing
wordSpacingRem : Basics.Float -> Html.Attribute msg
``` word-spacing : 42rem
https://developer.mozilla.org/docs/Web/CSS/word-spacing
<a name="//apple_ref/cpp/Function/wordWrap" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="wordWrap" href="#wordWrap">wordWrap</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `word-wrap`
https://developer.mozilla.org/docs/Web/CSS/overflow-wrap
<a name="//apple_ref/cpp/Function/wordWrapBreakWord" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="wordWrapBreakWord" href="#wordWrapBreakWord">wordWrapBreakWord</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
word-wrap : break-word
https://developer.mozilla.org/docs/Web/CSS/overflow-wrap
wordWrapNormal : Html.Attribute msg
``` word-wrap : normal
https://developer.mozilla.org/docs/Web/CSS/overflow-wrap
# CSS Text Decoration
<a name="//apple_ref/cpp/Function/textDecoration" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecoration" href="#textDecoration">textDecoration</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `text-decoration`
https://developer.mozilla.org/docs/Web/CSS/text-decoration
<a name="//apple_ref/cpp/Function/textDecorationBlink" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationBlink" href="#textDecorationBlink">textDecorationBlink</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-decoration : blink
https://developer.mozilla.org/docs/Web/CSS/text-decoration
textDecorationCurrentcolor : Html.Attribute msg
``` text-decoration : currentcolor
https://developer.mozilla.org/docs/Web/CSS/text-decoration
<a name="//apple_ref/cpp/Function/textDecorationDashed" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationDashed" href="#textDecorationDashed">textDecorationDashed</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-decoration : dashed
https://developer.mozilla.org/docs/Web/CSS/text-decoration
textDecorationDotted : Html.Attribute msg
``` text-decoration : dotted
https://developer.mozilla.org/docs/Web/CSS/text-decoration
<a name="//apple_ref/cpp/Function/textDecorationDouble" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationDouble" href="#textDecorationDouble">textDecorationDouble</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-decoration : double
https://developer.mozilla.org/docs/Web/CSS/text-decoration
textDecorationGrammarError : Html.Attribute msg
``` text-decoration : grammar-error
https://developer.mozilla.org/docs/Web/CSS/text-decoration
<a name="//apple_ref/cpp/Function/textDecorationLineThrough" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationLineThrough" href="#textDecorationLineThrough">textDecorationLineThrough</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-decoration : line-through
https://developer.mozilla.org/docs/Web/CSS/text-decoration
textDecorationNone : Html.Attribute msg
``` text-decoration : none
https://developer.mozilla.org/docs/Web/CSS/text-decoration
<a name="//apple_ref/cpp/Function/textDecorationOverline" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationOverline" href="#textDecorationOverline">textDecorationOverline</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-decoration : overline
https://developer.mozilla.org/docs/Web/CSS/text-decoration
textDecorationSolid : Html.Attribute msg
``` text-decoration : solid
https://developer.mozilla.org/docs/Web/CSS/text-decoration
<a name="//apple_ref/cpp/Function/textDecorationSpellingError" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationSpellingError" href="#textDecorationSpellingError">textDecorationSpellingError</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-decoration : spelling-error
https://developer.mozilla.org/docs/Web/CSS/text-decoration
textDecorationUnderline : Html.Attribute msg
``` text-decoration : underline
https://developer.mozilla.org/docs/Web/CSS/text-decoration
<a name="//apple_ref/cpp/Function/textDecorationWavy" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationWavy" href="#textDecorationWavy">textDecorationWavy</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-decoration : wavy
https://developer.mozilla.org/docs/Web/CSS/text-decoration
textDecorationColor : String -> Html.Attribute msg
CSS property text-decoration-color
https://developer.mozilla.org/docs/Web/CSS/text-decoration-color
textDecorationColorCurrentcolor : Html.Attribute msg
``` text-decoration-color : currentcolor
https://developer.mozilla.org/docs/Web/CSS/text-decoration-color
<a name="//apple_ref/cpp/Function/textDecorationLine" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationLine" href="#textDecorationLine">textDecorationLine</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `text-decoration-line`
https://developer.mozilla.org/docs/Web/CSS/text-decoration-line
<a name="//apple_ref/cpp/Function/textDecorationLineBlink" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationLineBlink" href="#textDecorationLineBlink">textDecorationLineBlink</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-decoration-line : blink
https://developer.mozilla.org/docs/Web/CSS/text-decoration-line
textDecorationLineGrammarError : Html.Attribute msg
``` text-decoration-line : grammar-error
https://developer.mozilla.org/docs/Web/CSS/text-decoration-line
<a name="//apple_ref/cpp/Function/textDecorationLineLineThrough" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationLineLineThrough" href="#textDecorationLineLineThrough">textDecorationLineLineThrough</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-decoration-line : line-through
https://developer.mozilla.org/docs/Web/CSS/text-decoration-line
textDecorationLineNone : Html.Attribute msg
``` text-decoration-line : none
https://developer.mozilla.org/docs/Web/CSS/text-decoration-line
<a name="//apple_ref/cpp/Function/textDecorationLineOverline" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationLineOverline" href="#textDecorationLineOverline">textDecorationLineOverline</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-decoration-line : overline
https://developer.mozilla.org/docs/Web/CSS/text-decoration-line
textDecorationLineSpellingError : Html.Attribute msg
``` text-decoration-line : spelling-error
https://developer.mozilla.org/docs/Web/CSS/text-decoration-line
<a name="//apple_ref/cpp/Function/textDecorationLineUnderline" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationLineUnderline" href="#textDecorationLineUnderline">textDecorationLineUnderline</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-decoration-line : underline
https://developer.mozilla.org/docs/Web/CSS/text-decoration-line
textDecorationSkip : String -> Html.Attribute msg
CSS property text-decoration-skip
https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip
textDecorationSkipBoxDecoration : Html.Attribute msg
``` text-decoration-skip : box-decoration
https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip
<a name="//apple_ref/cpp/Function/textDecorationSkipEdges" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationSkipEdges" href="#textDecorationSkipEdges">textDecorationSkipEdges</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-decoration-skip : edges
https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip
textDecorationSkipLeadingSpaces : Html.Attribute msg
``` text-decoration-skip : leading-spaces
https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip
<a name="//apple_ref/cpp/Function/textDecorationSkipNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationSkipNone" href="#textDecorationSkipNone">textDecorationSkipNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-decoration-skip : none
https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip
textDecorationSkipObjects : Html.Attribute msg
``` text-decoration-skip : objects
https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip
<a name="//apple_ref/cpp/Function/textDecorationSkipSpaces" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationSkipSpaces" href="#textDecorationSkipSpaces">textDecorationSkipSpaces</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-decoration-skip : spaces
https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip
textDecorationSkipTrailingSpaces : Html.Attribute msg
``` text-decoration-skip : trailing-spaces
https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip
<a name="//apple_ref/cpp/Function/textDecorationSkipInk" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationSkipInk" href="#textDecorationSkipInk">textDecorationSkipInk</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `text-decoration-skip-ink`
https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip-ink
<a name="//apple_ref/cpp/Function/textDecorationSkipInkAll" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationSkipInkAll" href="#textDecorationSkipInkAll">textDecorationSkipInkAll</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-decoration-skip-ink : all
https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip-ink
textDecorationSkipInkAuto : Html.Attribute msg
``` text-decoration-skip-ink : auto
https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip-ink
<a name="//apple_ref/cpp/Function/textDecorationSkipInkNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationSkipInkNone" href="#textDecorationSkipInkNone">textDecorationSkipInkNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-decoration-skip-ink : none
https://developer.mozilla.org/docs/Web/CSS/text-decoration-skip-ink
textDecorationStyle : String -> Html.Attribute msg
CSS property text-decoration-style
https://developer.mozilla.org/docs/Web/CSS/text-decoration-style
textDecorationStyleDashed : Html.Attribute msg
``` text-decoration-style : dashed
https://developer.mozilla.org/docs/Web/CSS/text-decoration-style
<a name="//apple_ref/cpp/Function/textDecorationStyleDotted" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationStyleDotted" href="#textDecorationStyleDotted">textDecorationStyleDotted</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-decoration-style : dotted
https://developer.mozilla.org/docs/Web/CSS/text-decoration-style
textDecorationStyleDouble : Html.Attribute msg
``` text-decoration-style : double
https://developer.mozilla.org/docs/Web/CSS/text-decoration-style
<a name="//apple_ref/cpp/Function/textDecorationStyleSolid" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationStyleSolid" href="#textDecorationStyleSolid">textDecorationStyleSolid</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-decoration-style : solid
https://developer.mozilla.org/docs/Web/CSS/text-decoration-style
textDecorationStyleWavy : Html.Attribute msg
``` text-decoration-style : wavy
https://developer.mozilla.org/docs/Web/CSS/text-decoration-style
<a name="//apple_ref/cpp/Function/textDecorationThickness" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textDecorationThickness" href="#textDecorationThickness">textDecorationThickness</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `text-decoration-thickness`
https://developer.mozilla.org/docs/Web/CSS/text-decoration-thickness
<a name="//apple_ref/cpp/Function/textEmphasis" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textEmphasis" href="#textEmphasis">textEmphasis</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `text-emphasis`
https://developer.mozilla.org/docs/Web/CSS/text-emphasis
<a name="//apple_ref/cpp/Function/textEmphasisCircle" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textEmphasisCircle" href="#textEmphasisCircle">textEmphasisCircle</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-emphasis : circle
https://developer.mozilla.org/docs/Web/CSS/text-emphasis
textEmphasisCurrentcolor : Html.Attribute msg
``` text-emphasis : currentcolor
https://developer.mozilla.org/docs/Web/CSS/text-emphasis
<a name="//apple_ref/cpp/Function/textEmphasisDot" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textEmphasisDot" href="#textEmphasisDot">textEmphasisDot</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-emphasis : dot
https://developer.mozilla.org/docs/Web/CSS/text-emphasis
textEmphasisDoubleCircle : Html.Attribute msg
``` text-emphasis : double-circle
https://developer.mozilla.org/docs/Web/CSS/text-emphasis
<a name="//apple_ref/cpp/Function/textEmphasisFilled" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textEmphasisFilled" href="#textEmphasisFilled">textEmphasisFilled</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-emphasis : filled
https://developer.mozilla.org/docs/Web/CSS/text-emphasis
textEmphasisNone : Html.Attribute msg
``` text-emphasis : none
https://developer.mozilla.org/docs/Web/CSS/text-emphasis
<a name="//apple_ref/cpp/Function/textEmphasisOpen" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textEmphasisOpen" href="#textEmphasisOpen">textEmphasisOpen</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-emphasis : open
https://developer.mozilla.org/docs/Web/CSS/text-emphasis
textEmphasisSesame : Html.Attribute msg
``` text-emphasis : sesame
https://developer.mozilla.org/docs/Web/CSS/text-emphasis
<a name="//apple_ref/cpp/Function/textEmphasisTriangle" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textEmphasisTriangle" href="#textEmphasisTriangle">textEmphasisTriangle</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-emphasis : triangle
https://developer.mozilla.org/docs/Web/CSS/text-emphasis
textEmphasisColor : String -> Html.Attribute msg
CSS property text-emphasis-color
https://developer.mozilla.org/docs/Web/CSS/text-emphasis-color
textEmphasisColorCurrentcolor : Html.Attribute msg
``` text-emphasis-color : currentcolor
https://developer.mozilla.org/docs/Web/CSS/text-emphasis-color
<a name="//apple_ref/cpp/Function/textEmphasisPosition" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textEmphasisPosition" href="#textEmphasisPosition">textEmphasisPosition</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `text-emphasis-position`
https://developer.mozilla.org/docs/Web/CSS/text-emphasis-position
<a name="//apple_ref/cpp/Function/textEmphasisStyle" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textEmphasisStyle" href="#textEmphasisStyle">textEmphasisStyle</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `text-emphasis-style`
https://developer.mozilla.org/docs/Web/CSS/text-emphasis-style
<a name="//apple_ref/cpp/Function/textEmphasisStyleCircle" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textEmphasisStyleCircle" href="#textEmphasisStyleCircle">textEmphasisStyleCircle</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-emphasis-style : circle
https://developer.mozilla.org/docs/Web/CSS/text-emphasis-style
textEmphasisStyleDot : Html.Attribute msg
``` text-emphasis-style : dot
https://developer.mozilla.org/docs/Web/CSS/text-emphasis-style
<a name="//apple_ref/cpp/Function/textEmphasisStyleDoubleCircle" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textEmphasisStyleDoubleCircle" href="#textEmphasisStyleDoubleCircle">textEmphasisStyleDoubleCircle</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-emphasis-style : double-circle
https://developer.mozilla.org/docs/Web/CSS/text-emphasis-style
textEmphasisStyleFilled : Html.Attribute msg
``` text-emphasis-style : filled
https://developer.mozilla.org/docs/Web/CSS/text-emphasis-style
<a name="//apple_ref/cpp/Function/textEmphasisStyleNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textEmphasisStyleNone" href="#textEmphasisStyleNone">textEmphasisStyleNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-emphasis-style : none
https://developer.mozilla.org/docs/Web/CSS/text-emphasis-style
textEmphasisStyleOpen : Html.Attribute msg
``` text-emphasis-style : open
https://developer.mozilla.org/docs/Web/CSS/text-emphasis-style
<a name="//apple_ref/cpp/Function/textEmphasisStyleSesame" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textEmphasisStyleSesame" href="#textEmphasisStyleSesame">textEmphasisStyleSesame</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-emphasis-style : sesame
https://developer.mozilla.org/docs/Web/CSS/text-emphasis-style
textEmphasisStyleTriangle : Html.Attribute msg
``` text-emphasis-style : triangle
https://developer.mozilla.org/docs/Web/CSS/text-emphasis-style
<a name="//apple_ref/cpp/Function/textShadow" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textShadow" href="#textShadow">textShadow</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `text-shadow`
https://developer.mozilla.org/docs/Web/CSS/text-shadow
<a name="//apple_ref/cpp/Function/textShadowNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textShadowNone" href="#textShadowNone">textShadowNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-shadow : none
https://developer.mozilla.org/docs/Web/CSS/text-shadow
textUnderlineOffset : String -> Html.Attribute msg
CSS property text-underline-offset
https://developer.mozilla.org/docs/Web/CSS/text-underline-offset
textUnderlinePosition : String -> Html.Attribute msg
CSS property text-underline-position
https://developer.mozilla.org/docs/Web/CSS/text-underline-position
textUnderlinePositionAuto : Html.Attribute msg
``` text-underline-position : auto
https://developer.mozilla.org/docs/Web/CSS/text-underline-position
<a name="//apple_ref/cpp/Function/textUnderlinePositionFromFont" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textUnderlinePositionFromFont" href="#textUnderlinePositionFromFont">textUnderlinePositionFromFont</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-underline-position : from-font
https://developer.mozilla.org/docs/Web/CSS/text-underline-position
textUnderlinePositionLeft : Html.Attribute msg
``` text-underline-position : left
https://developer.mozilla.org/docs/Web/CSS/text-underline-position
<a name="//apple_ref/cpp/Function/textUnderlinePositionRight" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textUnderlinePositionRight" href="#textUnderlinePositionRight">textUnderlinePositionRight</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-underline-position : right
https://developer.mozilla.org/docs/Web/CSS/text-underline-position
textUnderlinePositionUnder : Html.Attribute msg
``` text-underline-position : under
https://developer.mozilla.org/docs/Web/CSS/text-underline-position
# CSS Transforms
<a name="//apple_ref/cpp/Function/backfaceVisibility" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backfaceVisibility" href="#backfaceVisibility">backfaceVisibility</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `backface-visibility`
https://developer.mozilla.org/docs/Web/CSS/backface-visibility
<a name="//apple_ref/cpp/Function/backfaceVisibilityHidden" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backfaceVisibilityHidden" href="#backfaceVisibilityHidden">backfaceVisibilityHidden</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
backface-visibility : hidden
https://developer.mozilla.org/docs/Web/CSS/backface-visibility
backfaceVisibilityVisible : Html.Attribute msg
``` backface-visibility : visible
https://developer.mozilla.org/docs/Web/CSS/backface-visibility
<a name="//apple_ref/cpp/Function/perspective" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="perspective" href="#perspective">perspective</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `perspective`
https://developer.mozilla.org/docs/Web/CSS/perspective
<a name="//apple_ref/cpp/Function/perspectiveNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="perspectiveNone" href="#perspectiveNone">perspectiveNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
perspective : none
https://developer.mozilla.org/docs/Web/CSS/perspective
perspectivePx : Basics.Float -> Html.Attribute msg
``` perspective : 42px
https://developer.mozilla.org/docs/Web/CSS/perspective
<a name="//apple_ref/cpp/Function/perspectiveRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="perspectiveRem" href="#perspectiveRem">perspectiveRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
perspective : 42rem
https://developer.mozilla.org/docs/Web/CSS/perspective
perspectiveOrigin : String -> Html.Attribute msg
CSS property perspective-origin
https://developer.mozilla.org/docs/Web/CSS/perspective-origin
perspectiveOriginBottom : Html.Attribute msg
``` perspective-origin : bottom
https://developer.mozilla.org/docs/Web/CSS/perspective-origin
<a name="//apple_ref/cpp/Function/perspectiveOriginCenter" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="perspectiveOriginCenter" href="#perspectiveOriginCenter">perspectiveOriginCenter</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
perspective-origin : center
https://developer.mozilla.org/docs/Web/CSS/perspective-origin
perspectiveOriginLeft : Html.Attribute msg
``` perspective-origin : left
https://developer.mozilla.org/docs/Web/CSS/perspective-origin
<a name="//apple_ref/cpp/Function/perspectiveOriginRight" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="perspectiveOriginRight" href="#perspectiveOriginRight">perspectiveOriginRight</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
perspective-origin : right
https://developer.mozilla.org/docs/Web/CSS/perspective-origin
perspectiveOriginTop : Html.Attribute msg
``` perspective-origin : top
https://developer.mozilla.org/docs/Web/CSS/perspective-origin
<a name="//apple_ref/cpp/Function/rotate" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="rotate" href="#rotate">rotate</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `rotate`
https://developer.mozilla.org/docs/Web/CSS/rotate
<a name="//apple_ref/cpp/Function/rotateNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="rotateNone" href="#rotateNone">rotateNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
rotate : none
https://developer.mozilla.org/docs/Web/CSS/rotate
scale : String -> Html.Attribute msg
CSS property scale
https://developer.mozilla.org/docs/Web/CSS/scale
scaleNone : Html.Attribute msg
``` scale : none
https://developer.mozilla.org/docs/Web/CSS/scale
<a name="//apple_ref/cpp/Function/transform" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="transform" href="#transform">transform</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `transform`
https://developer.mozilla.org/docs/Web/CSS/transform
<a name="//apple_ref/cpp/Function/transformNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="transformNone" href="#transformNone">transformNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
transform : none
https://developer.mozilla.org/docs/Web/CSS/transform
transformBox : String -> Html.Attribute msg
CSS property transform-box
https://developer.mozilla.org/docs/Web/CSS/transform-box
transformBoxBorderBox : Html.Attribute msg
``` transform-box : border-box
https://developer.mozilla.org/docs/Web/CSS/transform-box
<a name="//apple_ref/cpp/Function/transformBoxContentBox" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="transformBoxContentBox" href="#transformBoxContentBox">transformBoxContentBox</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
transform-box : content-box
https://developer.mozilla.org/docs/Web/CSS/transform-box
transformBoxFillBox : Html.Attribute msg
``` transform-box : fill-box
https://developer.mozilla.org/docs/Web/CSS/transform-box
<a name="//apple_ref/cpp/Function/transformBoxStrokeBox" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="transformBoxStrokeBox" href="#transformBoxStrokeBox">transformBoxStrokeBox</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
transform-box : stroke-box
https://developer.mozilla.org/docs/Web/CSS/transform-box
transformBoxViewBox : Html.Attribute msg
``` transform-box : view-box
https://developer.mozilla.org/docs/Web/CSS/transform-box
<a name="//apple_ref/cpp/Function/transformOrigin" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="transformOrigin" href="#transformOrigin">transformOrigin</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `transform-origin`
https://developer.mozilla.org/docs/Web/CSS/transform-origin
<a name="//apple_ref/cpp/Function/transformOriginBottom" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="transformOriginBottom" href="#transformOriginBottom">transformOriginBottom</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
transform-origin : bottom
https://developer.mozilla.org/docs/Web/CSS/transform-origin
transformOriginCenter : Html.Attribute msg
``` transform-origin : center
https://developer.mozilla.org/docs/Web/CSS/transform-origin
<a name="//apple_ref/cpp/Function/transformOriginLeft" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="transformOriginLeft" href="#transformOriginLeft">transformOriginLeft</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
transform-origin : left
https://developer.mozilla.org/docs/Web/CSS/transform-origin
transformOriginPx : Basics.Float -> Html.Attribute msg
``` transform-origin : 42px
https://developer.mozilla.org/docs/Web/CSS/transform-origin
<a name="//apple_ref/cpp/Function/transformOriginRem" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="transformOriginRem" href="#transformOriginRem">transformOriginRem</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
transform-origin : 42rem
https://developer.mozilla.org/docs/Web/CSS/transform-origin
transformOriginRight : Html.Attribute msg
``` transform-origin : right
https://developer.mozilla.org/docs/Web/CSS/transform-origin
<a name="//apple_ref/cpp/Function/transformOriginTop" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="transformOriginTop" href="#transformOriginTop">transformOriginTop</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
transform-origin : top
https://developer.mozilla.org/docs/Web/CSS/transform-origin
transformStyle : String -> Html.Attribute msg
CSS property transform-style
https://developer.mozilla.org/docs/Web/CSS/transform-style
transformStyleFlat : Html.Attribute msg
``` transform-style : flat
https://developer.mozilla.org/docs/Web/CSS/transform-style
<a name="//apple_ref/cpp/Function/transformStylePreserve3d" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="transformStylePreserve3d" href="#transformStylePreserve3d">transformStylePreserve3d</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
transform-style : preserve-3d
https://developer.mozilla.org/docs/Web/CSS/transform-style
translate : String -> Html.Attribute msg
CSS property translate
https://developer.mozilla.org/docs/Web/CSS/translate
translateNone : Html.Attribute msg
``` translate : none
https://developer.mozilla.org/docs/Web/CSS/translate
<a name="//apple_ref/cpp/Function/translatePx" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="translatePx" href="#translatePx">translatePx</a> <span class="grey"> :</span> </strong><span class="mono">Basics.Float <span class="grey">-></span> Html.Attribute msg</span>
```
translate : 42px
https://developer.mozilla.org/docs/Web/CSS/translate
translateRem : Basics.Float -> Html.Attribute msg
``` translate : 42rem
https://developer.mozilla.org/docs/Web/CSS/translate
# CSS Transitions
<a name="//apple_ref/cpp/Function/transition" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="transition" href="#transition">transition</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `transition`
https://developer.mozilla.org/docs/Web/CSS/transition
<a name="//apple_ref/cpp/Function/transitionNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="transitionNone" href="#transitionNone">transitionNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
transition : none
https://developer.mozilla.org/docs/Web/CSS/transition
transitionBehavior : String -> Html.Attribute msg
CSS property transition-behavior
https://developer.mozilla.org/docs/Web/CSS/transition-behavior
transitionBehaviorAllowDiscrete : Html.Attribute msg
``` transition-behavior : allow-discrete
https://developer.mozilla.org/docs/Web/CSS/transition-behavior
<a name="//apple_ref/cpp/Function/transitionBehaviorNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="transitionBehaviorNormal" href="#transitionBehaviorNormal">transitionBehaviorNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
transition-behavior : normal
https://developer.mozilla.org/docs/Web/CSS/transition-behavior
transitionDelay : String -> Html.Attribute msg
CSS property transition-delay
https://developer.mozilla.org/docs/Web/CSS/transition-delay
transitionDuration : String -> Html.Attribute msg
CSS property transition-duration
https://developer.mozilla.org/docs/Web/CSS/transition-duration
transitionProperty : String -> Html.Attribute msg
CSS property transition-property
https://developer.mozilla.org/docs/Web/CSS/transition-property
transitionPropertyAll : Html.Attribute msg
``` transition-property : all
https://developer.mozilla.org/docs/Web/CSS/transition-property
<a name="//apple_ref/cpp/Function/transitionPropertyNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="transitionPropertyNone" href="#transitionPropertyNone">transitionPropertyNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
transition-property : none
https://developer.mozilla.org/docs/Web/CSS/transition-property
transitionTimingFunction : String -> Html.Attribute msg
CSS property transition-timing-function
https://developer.mozilla.org/docs/Web/CSS/transition-timing-function
transitionTimingFunctionLinear : Html.Attribute msg
``` transition-timing-function : linear
https://developer.mozilla.org/docs/Web/CSS/transition-timing-function
# CSS View Transitions
<a name="//apple_ref/cpp/Function/viewTransitionName" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="viewTransitionName" href="#viewTransitionName">viewTransitionName</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `view-transition-name`
https://developer.mozilla.org/docs/Web/CSS/view-transition-name
<a name="//apple_ref/cpp/Function/viewTransitionNameNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="viewTransitionNameNone" href="#viewTransitionNameNone">viewTransitionNameNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
view-transition-name : none
https://developer.mozilla.org/docs/Web/CSS/view-transition-name
willChange : String -> Html.Attribute msg
CSS property will-change
https://developer.mozilla.org/docs/Web/CSS/will-change
willChangeAuto : Html.Attribute msg
``` will-change : auto
https://developer.mozilla.org/docs/Web/CSS/will-change
<a name="//apple_ref/cpp/Function/willChangeContents" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="willChangeContents" href="#willChangeContents">willChangeContents</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
will-change : contents
https://developer.mozilla.org/docs/Web/CSS/will-change
willChangeScrollPosition : Html.Attribute msg
``` will-change : scroll-position
https://developer.mozilla.org/docs/Web/CSS/will-change
# CSS Writing Modes
<a name="//apple_ref/cpp/Function/direction" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="direction" href="#direction">direction</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `direction`
https://developer.mozilla.org/docs/Web/CSS/direction
<a name="//apple_ref/cpp/Function/directionLtr" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="directionLtr" href="#directionLtr">directionLtr</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
direction : ltr
https://developer.mozilla.org/docs/Web/CSS/direction
directionRtl : Html.Attribute msg
``` direction : rtl
https://developer.mozilla.org/docs/Web/CSS/direction
<a name="//apple_ref/cpp/Function/textCombineUpright" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textCombineUpright" href="#textCombineUpright">textCombineUpright</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `text-combine-upright`
https://developer.mozilla.org/docs/Web/CSS/text-combine-upright
<a name="//apple_ref/cpp/Function/textCombineUprightAll" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textCombineUprightAll" href="#textCombineUprightAll">textCombineUprightAll</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-combine-upright : all
https://developer.mozilla.org/docs/Web/CSS/text-combine-upright
textCombineUprightDigits : Html.Attribute msg
``` text-combine-upright : digits
https://developer.mozilla.org/docs/Web/CSS/text-combine-upright
<a name="//apple_ref/cpp/Function/textCombineUprightNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textCombineUprightNone" href="#textCombineUprightNone">textCombineUprightNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-combine-upright : none
https://developer.mozilla.org/docs/Web/CSS/text-combine-upright
textOrientation : String -> Html.Attribute msg
CSS property text-orientation
https://developer.mozilla.org/docs/Web/CSS/text-orientation
textOrientationMixed : Html.Attribute msg
``` text-orientation : mixed
https://developer.mozilla.org/docs/Web/CSS/text-orientation
<a name="//apple_ref/cpp/Function/textOrientationSideways" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="textOrientationSideways" href="#textOrientationSideways">textOrientationSideways</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
text-orientation : sideways
https://developer.mozilla.org/docs/Web/CSS/text-orientation
textOrientationUpright : Html.Attribute msg
``` text-orientation : upright
https://developer.mozilla.org/docs/Web/CSS/text-orientation
<a name="//apple_ref/cpp/Function/unicodeBidi" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="unicodeBidi" href="#unicodeBidi">unicodeBidi</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `unicode-bidi`
https://developer.mozilla.org/docs/Web/CSS/unicode-bidi
<a name="//apple_ref/cpp/Function/unicodeBidiBidiOverride" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="unicodeBidiBidiOverride" href="#unicodeBidiBidiOverride">unicodeBidiBidiOverride</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
unicode-bidi : bidi-override
https://developer.mozilla.org/docs/Web/CSS/unicode-bidi
unicodeBidiEmbed : Html.Attribute msg
``` unicode-bidi : embed
https://developer.mozilla.org/docs/Web/CSS/unicode-bidi
<a name="//apple_ref/cpp/Function/unicodeBidiIsolate" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="unicodeBidiIsolate" href="#unicodeBidiIsolate">unicodeBidiIsolate</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
unicode-bidi : isolate
https://developer.mozilla.org/docs/Web/CSS/unicode-bidi
unicodeBidiIsolateOverride : Html.Attribute msg
``` unicode-bidi : isolate-override
https://developer.mozilla.org/docs/Web/CSS/unicode-bidi
<a name="//apple_ref/cpp/Function/unicodeBidiNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="unicodeBidiNormal" href="#unicodeBidiNormal">unicodeBidiNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
unicode-bidi : normal
https://developer.mozilla.org/docs/Web/CSS/unicode-bidi
unicodeBidiPlaintext : Html.Attribute msg
``` unicode-bidi : plaintext
https://developer.mozilla.org/docs/Web/CSS/unicode-bidi
<a name="//apple_ref/cpp/Function/writingMode" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="writingMode" href="#writingMode">writingMode</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `writing-mode`
https://developer.mozilla.org/docs/Web/CSS/writing-mode
<a name="//apple_ref/cpp/Function/writingModeHorizontalTb" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="writingModeHorizontalTb" href="#writingModeHorizontalTb">writingModeHorizontalTb</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
writing-mode : horizontal-tb
https://developer.mozilla.org/docs/Web/CSS/writing-mode
writingModeSidewaysLr : Html.Attribute msg
``` writing-mode : sideways-lr
https://developer.mozilla.org/docs/Web/CSS/writing-mode
<a name="//apple_ref/cpp/Function/writingModeSidewaysRl" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="writingModeSidewaysRl" href="#writingModeSidewaysRl">writingModeSidewaysRl</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
writing-mode : sideways-rl
https://developer.mozilla.org/docs/Web/CSS/writing-mode
writingModeVerticalLr : Html.Attribute msg
``` writing-mode : vertical-lr
https://developer.mozilla.org/docs/Web/CSS/writing-mode
<a name="//apple_ref/cpp/Function/writingModeVerticalRl" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="writingModeVerticalRl" href="#writingModeVerticalRl">writingModeVerticalRl</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
writing-mode : vertical-rl
https://developer.mozilla.org/docs/Web/CSS/writing-mode
backgroundBlendMode : String -> Html.Attribute msg
CSS property background-blend-mode
https://developer.mozilla.org/docs/Web/CSS/background-blend-mode
backgroundBlendModeColor : Html.Attribute msg
``` background-blend-mode : color
https://developer.mozilla.org/docs/Web/CSS/background-blend-mode
<a name="//apple_ref/cpp/Function/backgroundBlendModeColorBurn" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundBlendModeColorBurn" href="#backgroundBlendModeColorBurn">backgroundBlendModeColorBurn</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-blend-mode : color-burn
https://developer.mozilla.org/docs/Web/CSS/background-blend-mode
backgroundBlendModeColorDodge : Html.Attribute msg
``` background-blend-mode : color-dodge
https://developer.mozilla.org/docs/Web/CSS/background-blend-mode
<a name="//apple_ref/cpp/Function/backgroundBlendModeDarken" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundBlendModeDarken" href="#backgroundBlendModeDarken">backgroundBlendModeDarken</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-blend-mode : darken
https://developer.mozilla.org/docs/Web/CSS/background-blend-mode
backgroundBlendModeDifference : Html.Attribute msg
``` background-blend-mode : difference
https://developer.mozilla.org/docs/Web/CSS/background-blend-mode
<a name="//apple_ref/cpp/Function/backgroundBlendModeExclusion" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundBlendModeExclusion" href="#backgroundBlendModeExclusion">backgroundBlendModeExclusion</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-blend-mode : exclusion
https://developer.mozilla.org/docs/Web/CSS/background-blend-mode
backgroundBlendModeHardLight : Html.Attribute msg
``` background-blend-mode : hard-light
https://developer.mozilla.org/docs/Web/CSS/background-blend-mode
<a name="//apple_ref/cpp/Function/backgroundBlendModeHue" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundBlendModeHue" href="#backgroundBlendModeHue">backgroundBlendModeHue</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-blend-mode : hue
https://developer.mozilla.org/docs/Web/CSS/background-blend-mode
backgroundBlendModeLighten : Html.Attribute msg
``` background-blend-mode : lighten
https://developer.mozilla.org/docs/Web/CSS/background-blend-mode
<a name="//apple_ref/cpp/Function/backgroundBlendModeLuminosity" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundBlendModeLuminosity" href="#backgroundBlendModeLuminosity">backgroundBlendModeLuminosity</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-blend-mode : luminosity
https://developer.mozilla.org/docs/Web/CSS/background-blend-mode
backgroundBlendModeMultiply : Html.Attribute msg
``` background-blend-mode : multiply
https://developer.mozilla.org/docs/Web/CSS/background-blend-mode
<a name="//apple_ref/cpp/Function/backgroundBlendModeNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundBlendModeNormal" href="#backgroundBlendModeNormal">backgroundBlendModeNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-blend-mode : normal
https://developer.mozilla.org/docs/Web/CSS/background-blend-mode
backgroundBlendModeOverlay : Html.Attribute msg
``` background-blend-mode : overlay
https://developer.mozilla.org/docs/Web/CSS/background-blend-mode
<a name="//apple_ref/cpp/Function/backgroundBlendModeSaturation" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundBlendModeSaturation" href="#backgroundBlendModeSaturation">backgroundBlendModeSaturation</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-blend-mode : saturation
https://developer.mozilla.org/docs/Web/CSS/background-blend-mode
backgroundBlendModeScreen : Html.Attribute msg
``` background-blend-mode : screen
https://developer.mozilla.org/docs/Web/CSS/background-blend-mode
<a name="//apple_ref/cpp/Function/backgroundBlendModeSoftLight" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backgroundBlendModeSoftLight" href="#backgroundBlendModeSoftLight">backgroundBlendModeSoftLight</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
background-blend-mode : soft-light
https://developer.mozilla.org/docs/Web/CSS/background-blend-mode
isolation : String -> Html.Attribute msg
CSS property isolation
https://developer.mozilla.org/docs/Web/CSS/isolation
isolationAuto : Html.Attribute msg
``` isolation : auto
https://developer.mozilla.org/docs/Web/CSS/isolation
<a name="//apple_ref/cpp/Function/isolationIsolate" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="isolationIsolate" href="#isolationIsolate">isolationIsolate</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
isolation : isolate
https://developer.mozilla.org/docs/Web/CSS/isolation
mixBlendMode : String -> Html.Attribute msg
CSS property mix-blend-mode
https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode
mixBlendModeColor : Html.Attribute msg
``` mix-blend-mode : color
https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode
<a name="//apple_ref/cpp/Function/mixBlendModeColorBurn" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="mixBlendModeColorBurn" href="#mixBlendModeColorBurn">mixBlendModeColorBurn</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mix-blend-mode : color-burn
https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode
mixBlendModeColorDodge : Html.Attribute msg
``` mix-blend-mode : color-dodge
https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode
<a name="//apple_ref/cpp/Function/mixBlendModeDarken" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="mixBlendModeDarken" href="#mixBlendModeDarken">mixBlendModeDarken</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mix-blend-mode : darken
https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode
mixBlendModeDifference : Html.Attribute msg
``` mix-blend-mode : difference
https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode
<a name="//apple_ref/cpp/Function/mixBlendModeExclusion" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="mixBlendModeExclusion" href="#mixBlendModeExclusion">mixBlendModeExclusion</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mix-blend-mode : exclusion
https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode
mixBlendModeHardLight : Html.Attribute msg
``` mix-blend-mode : hard-light
https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode
<a name="//apple_ref/cpp/Function/mixBlendModeHue" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="mixBlendModeHue" href="#mixBlendModeHue">mixBlendModeHue</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mix-blend-mode : hue
https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode
mixBlendModeLighten : Html.Attribute msg
``` mix-blend-mode : lighten
https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode
<a name="//apple_ref/cpp/Function/mixBlendModeLuminosity" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="mixBlendModeLuminosity" href="#mixBlendModeLuminosity">mixBlendModeLuminosity</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mix-blend-mode : luminosity
https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode
mixBlendModeMultiply : Html.Attribute msg
``` mix-blend-mode : multiply
https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode
<a name="//apple_ref/cpp/Function/mixBlendModeNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="mixBlendModeNormal" href="#mixBlendModeNormal">mixBlendModeNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mix-blend-mode : normal
https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode
mixBlendModeOverlay : Html.Attribute msg
``` mix-blend-mode : overlay
https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode
<a name="//apple_ref/cpp/Function/mixBlendModePlusLighter" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="mixBlendModePlusLighter" href="#mixBlendModePlusLighter">mixBlendModePlusLighter</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mix-blend-mode : plus-lighter
https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode
mixBlendModeSaturation : Html.Attribute msg
``` mix-blend-mode : saturation
https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode
<a name="//apple_ref/cpp/Function/mixBlendModeScreen" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="mixBlendModeScreen" href="#mixBlendModeScreen">mixBlendModeScreen</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
mix-blend-mode : screen
https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode
mixBlendModeSoftLight : Html.Attribute msg
``` mix-blend-mode : soft-light
https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode
# Filter Effects
<a name="//apple_ref/cpp/Function/backdropFilter" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backdropFilter" href="#backdropFilter">backdropFilter</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `backdrop-filter`
https://developer.mozilla.org/docs/Web/CSS/backdrop-filter
<a name="//apple_ref/cpp/Function/backdropFilterNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="backdropFilterNone" href="#backdropFilterNone">backdropFilterNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
backdrop-filter : none
https://developer.mozilla.org/docs/Web/CSS/backdrop-filter
filter : String -> Html.Attribute msg
CSS property filter
https://developer.mozilla.org/docs/Web/CSS/filter
filterNone : Html.Attribute msg
``` filter : none
https://developer.mozilla.org/docs/Web/CSS/filter
# MathML
<a name="//apple_ref/cpp/Function/mathDepth" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="mathDepth" href="#mathDepth">mathDepth</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `math-depth`
https://developer.mozilla.org/docs/Web/CSS/math-depth
<a name="//apple_ref/cpp/Function/mathDepthAutoAdd" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="mathDepthAutoAdd" href="#mathDepthAutoAdd">mathDepthAutoAdd</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
math-depth : auto-add
https://developer.mozilla.org/docs/Web/CSS/math-depth
mathShift : String -> Html.Attribute msg
CSS property math-shift
https://developer.mozilla.org/docs/Web/CSS/math-shift
mathShiftCompact : Html.Attribute msg
``` math-shift : compact
https://developer.mozilla.org/docs/Web/CSS/math-shift
<a name="//apple_ref/cpp/Function/mathShiftNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="mathShiftNormal" href="#mathShiftNormal">mathShiftNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
math-shift : normal
https://developer.mozilla.org/docs/Web/CSS/math-shift
mathStyle : String -> Html.Attribute msg
CSS property math-style
https://developer.mozilla.org/docs/Web/CSS/math-style
mathStyleCompact : Html.Attribute msg
``` math-style : compact
https://developer.mozilla.org/docs/Web/CSS/math-style
<a name="//apple_ref/cpp/Function/mathStyleNormal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="mathStyleNormal" href="#mathStyleNormal">mathStyleNormal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
math-style : normal
https://developer.mozilla.org/docs/Web/CSS/math-style
zoom : String -> Html.Attribute msg
CSS property zoom
https://developer.mozilla.org/docs/Web/CSS/zoom
zoomNormal : Html.Attribute msg
``` zoom : normal
https://developer.mozilla.org/docs/Web/CSS/zoom
<a name="//apple_ref/cpp/Function/zoomReset" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="zoomReset" href="#zoomReset">zoomReset</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
zoom : reset
https://developer.mozilla.org/docs/Web/CSS/zoom
boxAlign : String -> Html.Attribute msg
CSS property box-align
https://developer.mozilla.org/docs/Web/CSS/box-align
boxAlignBaseline : Html.Attribute msg
``` box-align : baseline
https://developer.mozilla.org/docs/Web/CSS/box-align
<a name="//apple_ref/cpp/Function/boxAlignCenter" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="boxAlignCenter" href="#boxAlignCenter">boxAlignCenter</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
box-align : center
https://developer.mozilla.org/docs/Web/CSS/box-align
boxAlignEnd : Html.Attribute msg
``` box-align : end
https://developer.mozilla.org/docs/Web/CSS/box-align
<a name="//apple_ref/cpp/Function/boxAlignStart" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="boxAlignStart" href="#boxAlignStart">boxAlignStart</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
box-align : start
https://developer.mozilla.org/docs/Web/CSS/box-align
boxAlignStretch : Html.Attribute msg
``` box-align : stretch
https://developer.mozilla.org/docs/Web/CSS/box-align
<a name="//apple_ref/cpp/Function/boxDirection" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="boxDirection" href="#boxDirection">boxDirection</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `box-direction`
https://developer.mozilla.org/docs/Web/CSS/box-direction
<a name="//apple_ref/cpp/Function/boxDirectionInherit" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="boxDirectionInherit" href="#boxDirectionInherit">boxDirectionInherit</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
box-direction : inherit
https://developer.mozilla.org/docs/Web/CSS/box-direction
boxDirectionNormal : Html.Attribute msg
``` box-direction : normal
https://developer.mozilla.org/docs/Web/CSS/box-direction
<a name="//apple_ref/cpp/Function/boxDirectionReverse" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="boxDirectionReverse" href="#boxDirectionReverse">boxDirectionReverse</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
box-direction : reverse
https://developer.mozilla.org/docs/Web/CSS/box-direction
boxFlex : String -> Html.Attribute msg
CSS property box-flex
https://developer.mozilla.org/docs/Web/CSS/box-flex
boxFlexGroup : String -> Html.Attribute msg
CSS property box-flex-group
https://developer.mozilla.org/docs/Web/CSS/box-flex-group
boxLines : String -> Html.Attribute msg
CSS property box-lines
https://developer.mozilla.org/docs/Web/CSS/box-lines
boxLinesMultiple : Html.Attribute msg
``` box-lines : multiple
https://developer.mozilla.org/docs/Web/CSS/box-lines
<a name="//apple_ref/cpp/Function/boxLinesSingle" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="boxLinesSingle" href="#boxLinesSingle">boxLinesSingle</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
box-lines : single
https://developer.mozilla.org/docs/Web/CSS/box-lines
boxOrdinalGroup : String -> Html.Attribute msg
CSS property box-ordinal-group
https://developer.mozilla.org/docs/Web/CSS/box-ordinal-group
boxOrient : String -> Html.Attribute msg
CSS property box-orient
https://developer.mozilla.org/docs/Web/CSS/box-orient
boxOrientBlockAxis : Html.Attribute msg
``` box-orient : block-axis
https://developer.mozilla.org/docs/Web/CSS/box-orient
<a name="//apple_ref/cpp/Function/boxOrientHorizontal" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="boxOrientHorizontal" href="#boxOrientHorizontal">boxOrientHorizontal</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
box-orient : horizontal
https://developer.mozilla.org/docs/Web/CSS/box-orient
boxOrientInherit : Html.Attribute msg
``` box-orient : inherit
https://developer.mozilla.org/docs/Web/CSS/box-orient
<a name="//apple_ref/cpp/Function/boxOrientInlineAxis" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="boxOrientInlineAxis" href="#boxOrientInlineAxis">boxOrientInlineAxis</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
box-orient : inline-axis
https://developer.mozilla.org/docs/Web/CSS/box-orient
boxOrientVertical : Html.Attribute msg
``` box-orient : vertical
https://developer.mozilla.org/docs/Web/CSS/box-orient
<a name="//apple_ref/cpp/Function/boxPack" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="boxPack" href="#boxPack">boxPack</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `box-pack`
https://developer.mozilla.org/docs/Web/CSS/box-pack
<a name="//apple_ref/cpp/Function/boxPackCenter" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="boxPackCenter" href="#boxPackCenter">boxPackCenter</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
box-pack : center
https://developer.mozilla.org/docs/Web/CSS/box-pack
boxPackEnd : Html.Attribute msg
``` box-pack : end
https://developer.mozilla.org/docs/Web/CSS/box-pack
<a name="//apple_ref/cpp/Function/boxPackJustify" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="boxPackJustify" href="#boxPackJustify">boxPackJustify</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
box-pack : justify
https://developer.mozilla.org/docs/Web/CSS/box-pack
boxPackStart : Html.Attribute msg
``` box-pack : start
https://developer.mozilla.org/docs/Web/CSS/box-pack
<a name="//apple_ref/cpp/Function/overflowClipBox" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowClipBox" href="#overflowClipBox">overflowClipBox</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `overflow-clip-box`
https://developer.mozilla.org/docs/Mozilla/CSS/overflow-clip-box
<a name="//apple_ref/cpp/Function/overflowClipBoxContentBox" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="overflowClipBoxContentBox" href="#overflowClipBoxContentBox">overflowClipBoxContentBox</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
overflow-clip-box : content-box
https://developer.mozilla.org/docs/Mozilla/CSS/overflow-clip-box
overflowClipBoxPaddingBox : Html.Attribute msg
``` overflow-clip-box : padding-box
https://developer.mozilla.org/docs/Mozilla/CSS/overflow-clip-box
# Pointer Events
<a name="//apple_ref/cpp/Function/touchAction" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="touchAction" href="#touchAction">touchAction</a> <span class="grey"> :</span> </strong><span class="mono">String <span class="grey">-></span> Html.Attribute msg</span>
CSS property `touch-action`
https://developer.mozilla.org/docs/Web/CSS/touch-action
<a name="//apple_ref/cpp/Function/touchActionAuto" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="touchActionAuto" href="#touchActionAuto">touchActionAuto</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
touch-action : auto
https://developer.mozilla.org/docs/Web/CSS/touch-action
touchActionManipulation : Html.Attribute msg
``` touch-action : manipulation
https://developer.mozilla.org/docs/Web/CSS/touch-action
<a name="//apple_ref/cpp/Function/touchActionNone" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="touchActionNone" href="#touchActionNone">touchActionNone</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
touch-action : none
https://developer.mozilla.org/docs/Web/CSS/touch-action
touchActionPanDown : Html.Attribute msg
``` touch-action : pan-down
https://developer.mozilla.org/docs/Web/CSS/touch-action
<a name="//apple_ref/cpp/Function/touchActionPanLeft" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="touchActionPanLeft" href="#touchActionPanLeft">touchActionPanLeft</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
touch-action : pan-left
https://developer.mozilla.org/docs/Web/CSS/touch-action
touchActionPanRight : Html.Attribute msg
``` touch-action : pan-right
https://developer.mozilla.org/docs/Web/CSS/touch-action
<a name="//apple_ref/cpp/Function/touchActionPanUp" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="touchActionPanUp" href="#touchActionPanUp">touchActionPanUp</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
touch-action : pan-up
https://developer.mozilla.org/docs/Web/CSS/touch-action
touchActionPanX : Html.Attribute msg
``` touch-action : pan-x
https://developer.mozilla.org/docs/Web/CSS/touch-action
<a name="//apple_ref/cpp/Function/touchActionPanY" class="dashAnchor"></a>
<div style="padding: 0px; margin: 0px; height: 1px; background-color: rgb(216, 221, 225);"></div>
<strong> <a class="mono" name="touchActionPanY" href="#touchActionPanY">touchActionPanY</a> <span class="grey"> :</span> </strong><span class="mono">Html.Attribute msg</span>
```
touch-action : pan-y
https://developer.mozilla.org/docs/Web/CSS/touch-action
touchActionPinchZoom : Html.Attribute msg
touch-action : pinch-zoom
https://developer.mozilla.org/docs/Web/CSS/touch-action