forked from mdn/content
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add HTML*Element.{ch|chOff}} properties (mdn#33116)
* Add HTML*Element.{ch|choff}} properties * Fix flaws * Fix typo * Fix <colgroup> * ch -> char * ch -> char * ch -> char * ch -> char (Review) Co-authored-by: Estelle Weyl <[email protected]> * to the -> in an * to the -> in an * to the -> in an * to the -> in an (review) Co-authored-by: Estelle Weyl <[email protected]> --------- Co-authored-by: Estelle Weyl <[email protected]>
- Loading branch information
Showing
14 changed files
with
276 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: "HTMLTableCellElement: ch property" | ||
short-title: ch | ||
slug: Web/API/HTMLTableCellElement/ch | ||
page-type: web-api-instance-property | ||
status: | ||
- deprecated | ||
browser-compat: api.HTMLTableCellElement.ch | ||
--- | ||
|
||
{{APIRef("HTML DOM")}}{{deprecated_header}} | ||
|
||
The **`ch`** property of the {{domxref("HTMLTableCellElement")}} interface does nothing. It reflects the `char` attribute of the cell element. | ||
|
||
> **Note:** This property was designed to participate to the ability to align table cell content on a specific character (typically the decimal point), but was never implemented by browsers. | ||
> | ||
> To achieve such alignment, watch for the support of a string value with the {{cssxref("text-align")}} CSS property. | ||
## Value | ||
|
||
A single character. | ||
|
||
## Specifications | ||
|
||
{{Specifications}} | ||
|
||
## Browser compatibility | ||
|
||
{{Compat}} | ||
|
||
## See also | ||
|
||
- {{cssxref("text-align")}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: "HTMLTableCellElement: chOff property" | ||
short-title: chOff | ||
slug: Web/API/HTMLTableCellElement/chOff | ||
page-type: web-api-instance-property | ||
status: | ||
- deprecated | ||
browser-compat: api.HTMLTableCellElement.chOff | ||
--- | ||
|
||
{{APIRef("HTML DOM")}}{{deprecated_header}} | ||
|
||
The **`chOff`** property of the {{domxref("HTMLTableCellElement")}} interface does nothing. It reflects the `charoff` attribute of the cell element. | ||
|
||
> **Note:** This property was designed to participate in an ability to align table cell content on a specific character (typically the decimal point), but was never implemented by browsers. | ||
> | ||
> To achieve such alignment, watch for the support of a string value with the {{cssxref("text-align")}} CSS property. | ||
## Value | ||
|
||
An integer. | ||
|
||
## Specifications | ||
|
||
{{Specifications}} | ||
|
||
## Browser compatibility | ||
|
||
{{Compat}} | ||
|
||
## See also | ||
|
||
- {{cssxref("text-align")}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: "HTMLTableColElement: ch property" | ||
short-title: ch | ||
slug: Web/API/HTMLTableColElement/ch | ||
page-type: web-api-instance-property | ||
status: | ||
- deprecated | ||
browser-compat: api.HTMLTableColElement.ch | ||
--- | ||
|
||
{{APIRef("HTML DOM")}}{{deprecated_header}} | ||
|
||
The **`ch`** property of the {{domxref("HTMLTableColElement")}} interface does nothing. It reflects the `char` attribute of the {{HTMLElement("col")}} element. | ||
|
||
> **Note:** This property was designed to participate to the ability to align table cell content on a specific character (typically the decimal point), but was never implemented by browsers. | ||
> | ||
> To achieve such alignment, watch for the support of a string value with the {{cssxref("text-align")}} CSS property. | ||
## Value | ||
|
||
A single character. | ||
|
||
## Specifications | ||
|
||
{{Specifications}} | ||
|
||
## Browser compatibility | ||
|
||
{{Compat}} | ||
|
||
## See also | ||
|
||
- {{cssxref("text-align")}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: "HTMLTableColElement: chOff property" | ||
short-title: chOff | ||
slug: Web/API/HTMLTableColElement/chOff | ||
page-type: web-api-instance-property | ||
status: | ||
- deprecated | ||
browser-compat: api.HTMLTableColElement.chOff | ||
--- | ||
|
||
{{APIRef("HTML DOM")}}{{deprecated_header}} | ||
|
||
The **`chOff`** property of the {{domxref("HTMLTableColElement")}} interface does nothing. It reflects the `charoff` attribute of the {{HTMLElement("col")}} element. | ||
|
||
> **Note:** This property was designed to participate in an ability to align table cell content on a specific character (typically the decimal point), but was never implemented by browsers. | ||
> | ||
> To achieve such alignment, watch for the support of a string value with the {{cssxref("text-align")}} CSS property. | ||
## Value | ||
|
||
An integer. | ||
|
||
## Specifications | ||
|
||
{{Specifications}} | ||
|
||
## Browser compatibility | ||
|
||
{{Compat}} | ||
|
||
## See also | ||
|
||
- {{cssxref("text-align")}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: "HTMLTableRowElement: ch property" | ||
short-title: ch | ||
slug: Web/API/HTMLTableRowElement/ch | ||
page-type: web-api-instance-property | ||
status: | ||
- deprecated | ||
browser-compat: api.HTMLTableRowElement.ch | ||
--- | ||
|
||
{{APIRef("HTML DOM")}}{{deprecated_header}} | ||
|
||
The **`ch`** property of the {{domxref("HTMLTableRowElement")}} interface does nothing. It reflects the `char` attribute of the {{HTMLElement("tr")}} element. | ||
|
||
> **Note:** This property was designed to participate to the ability to align table cell content on a specific character (typically the decimal point), but was never implemented by browsers. | ||
> | ||
> To achieve such alignment, watch for the support of a string value with the {{cssxref("text-align")}} CSS property. | ||
## Value | ||
|
||
A single character. | ||
|
||
## Specifications | ||
|
||
{{Specifications}} | ||
|
||
## Browser compatibility | ||
|
||
{{Compat}} | ||
|
||
## See also | ||
|
||
- {{cssxref("text-align")}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: "HTMLTableRowElement: chOff property" | ||
short-title: chOff | ||
slug: Web/API/HTMLTableRowElement/chOff | ||
page-type: web-api-instance-property | ||
status: | ||
- deprecated | ||
browser-compat: api.HTMLTableRowElement.chOff | ||
--- | ||
|
||
{{APIRef("HTML DOM")}}{{deprecated_header}} | ||
|
||
The **`chOff`** property of the {{domxref("HTMLTableRowElement")}} interface does nothing. It reflects the `charoff` attribute of the {{HTMLElement("tr")}} element. | ||
|
||
> **Note:** This property was designed to participate in an ability to align table cell content on a specific character (typically the decimal point), but was never implemented by browsers. | ||
> | ||
> To achieve such alignment, watch for the support of a string value with the {{cssxref("text-align")}} CSS property. | ||
## Value | ||
|
||
An integer. | ||
|
||
## Specifications | ||
|
||
{{Specifications}} | ||
|
||
## Browser compatibility | ||
|
||
{{Compat}} | ||
|
||
## See also | ||
|
||
- {{cssxref("text-align")}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: "HTMLTableSectionElement: ch property" | ||
short-title: ch | ||
slug: Web/API/HTMLTableSectionElement/ch | ||
page-type: web-api-instance-property | ||
status: | ||
- deprecated | ||
browser-compat: api.HTMLTableSectionElement.ch | ||
--- | ||
|
||
{{APIRef("HTML DOM")}}{{deprecated_header}} | ||
|
||
The **`ch`** property of the {{domxref("HTMLTableSectionElement")}} interface does nothing. It reflects the `char` attribute of the section element. | ||
|
||
> **Note:** This property was designed to participate to the ability to align table cell content on a specific character (typically the decimal point), but was never implemented by browsers. | ||
> | ||
> To achieve such alignment, watch for the support of a string value with the {{cssxref("text-align")}} CSS property. | ||
## Value | ||
|
||
A single character. | ||
|
||
## Specifications | ||
|
||
{{Specifications}} | ||
|
||
## Browser compatibility | ||
|
||
{{Compat}} | ||
|
||
## See also | ||
|
||
- {{cssxref("text-align")}} |
33 changes: 33 additions & 0 deletions
33
files/en-us/web/api/htmltablesectionelement/choff/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: "HTMLTableSectionlement: chOff property" | ||
short-title: chOff | ||
slug: Web/API/HTMLTableSectionElement/chOff | ||
page-type: web-api-instance-property | ||
status: | ||
- deprecated | ||
browser-compat: api.HTMLTableSectionElement.chOff | ||
--- | ||
|
||
{{APIRef("HTML DOM")}}{{deprecated_header}} | ||
|
||
The **`chOff`** property of the {{domxref("HTMLTableSectionElement")}} interface does nothing. It reflects the `charoff` attribute of the section element. | ||
|
||
> **Note:** This property was designed to participate in an ability to align table cell content on a specific character (typically the decimal point), but was never implemented by browsers. | ||
> | ||
> To achieve such alignment, watch for the support of a string value with the {{cssxref("text-align")}} CSS property. | ||
## Value | ||
|
||
An integer. | ||
|
||
## Specifications | ||
|
||
{{Specifications}} | ||
|
||
## Browser compatibility | ||
|
||
{{Compat}} | ||
|
||
## See also | ||
|
||
- {{cssxref("text-align")}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters