@@ -2895,12 +2895,43 @@ depending on the property they came from:
2895
2895
8. Return the result of concatenating all the items in |values|,
2896
2896
separated by " " (U+0020 SPACE).
2897
2897
2898
+ : 'bottom'
2899
+ ::
2900
+ 1. If the value is the ''auto'' keyword,
2901
+ return "auto".
2902
+ 2. If the value is of type <<length>> ,
2903
+ return the result of serializing the <<length>> value.
2904
+ 3. Otherwise, return the result of serializing the <<percentage>> value.
2905
+
2898
2906
: 'color'
2899
2907
::
2900
2908
1. If the value is the ''currentcolor'' keyword,
2901
2909
return "currentcolor".
2902
2910
2. Otherwise, return the result of serializing the <<color>> value.
2903
2911
2912
+ : 'left'
2913
+ ::
2914
+ 1. If the value is the ''auto'' keyword,
2915
+ return "auto".
2916
+ 2. If the value is of type <<length>> ,
2917
+ return the result of serializing the <<length>> value.
2918
+ 3. Otherwise, return the result of serializing the <<percentage>> value.
2919
+
2920
+ : 'right'
2921
+ ::
2922
+ 1. If the value is the ''auto'' keyword,
2923
+ return "auto".
2924
+ 2. If the value is of type <<length>> ,
2925
+ return the result of serializing the <<length>> value.
2926
+ 3. Otherwise, return the result of serializing the <<percentage>> value.
2927
+
2928
+ : 'top'
2929
+ ::
2930
+ 1. If the value is the ''auto'' keyword,
2931
+ return "auto".
2932
+ 2. If the value is of type <<length>> ,
2933
+ return the result of serializing the <<length>> value.
2934
+ 3. Otherwise, return the result of serializing the <<percentage>> value.
2904
2935
2905
2936
2906
2937
Security Considerations {#security-considerations}
0 commit comments