-
Notifications
You must be signed in to change notification settings - Fork 23.2k
New data type page: line-width #44597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -77,7 +77,7 @@ Related properties are {{cssxref("border-block-start")}}, {{cssxref("border-bloc | |
|
|
||
| The `border-inline-end` is specified with one or more of the following, in any order: | ||
|
|
||
| - `<'border-width'>` | ||
| - {{cssxref("line-width")}} | ||
| - : The width of the border. See {{cssxref("border-width")}}. | ||
| - `<'border-style'>` | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The next case of this I saw was updated to |
||
| - : The line style of the border. See {{cssxref("border-style")}}. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -76,11 +76,11 @@ column-rule: unset; | |
| The `column-rule` property is specified as one, two, or three of the values listed below, in any order. | ||
|
|
||
| - `<'column-rule-width'>` | ||
| - : Is a {{cssxref("<length>")}} or one of the three keywords, `thin`, `medium`, or `thick`. See {{cssxref("border-width")}} for details. | ||
| - : A {{cssxref("line-width")}}, being either a {{cssxref("<length>")}} or one of the keywords, `hairline`, `thin`, `medium`, or `thick`. See {{cssxref("column-rule-width")}}. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @estelle What's the story - hairline only allowed in some properties? Or perhaps only currently supported in some properties? |
||
| - `<'column-rule-style'>` | ||
| - : See {{cssxref("border-style")}} for possible values and details. | ||
| - : A {{cssxref("line-style")}} keyword value. See {{cssxref("border-style")}}. | ||
| - `<'column-rule-color'>` | ||
| - : Is a {{cssxref("<color>")}} value. | ||
| - : A {{cssxref("<color>")}} value. See {{cssxref("column-rule-color")}}. | ||
|
|
||
| ## Formal definition | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, changed ll instances of
nonnegativetonon-negative. The vast majority of MDN uses this form.