mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Fix wrong spec link
This commit is contained in:
parent
19b4f35de1
commit
db008b9393
1 changed files with 2 additions and 2 deletions
|
@ -287,7 +287,7 @@ impl From<AlignContent> for u16 {
|
||||||
|
|
||||||
/// Value for the `justify-content` property.
|
/// Value for the `justify-content` property.
|
||||||
///
|
///
|
||||||
/// <https://drafts.csswg.org/css-align/#propdef-align-content>
|
/// <https://drafts.csswg.org/css-align/#propdef-justify-content>
|
||||||
#[derive(Clone, Copy, Debug, Eq, MallocSizeOf, PartialEq, ToComputedValue, ToCss)]
|
#[derive(Clone, Copy, Debug, Eq, MallocSizeOf, PartialEq, ToComputedValue, ToCss)]
|
||||||
pub struct JustifyContent(pub ContentDistribution);
|
pub struct JustifyContent(pub ContentDistribution);
|
||||||
|
|
||||||
|
@ -461,7 +461,7 @@ impl From<JustifySelf> for u8 {
|
||||||
|
|
||||||
/// Value of the `align-items` property
|
/// Value of the `align-items` property
|
||||||
///
|
///
|
||||||
/// <https://drafts.csswg.org/css-align/#self-alignment>
|
/// <https://drafts.csswg.org/css-align/#propdef-align-items>
|
||||||
#[derive(Clone, Copy, Debug, Eq, MallocSizeOf, PartialEq, ToComputedValue, ToCss)]
|
#[derive(Clone, Copy, Debug, Eq, MallocSizeOf, PartialEq, ToComputedValue, ToCss)]
|
||||||
pub struct AlignItems(pub AlignFlags);
|
pub struct AlignItems(pub AlignFlags);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue