Skip to content

Commit

Permalink
2024/10/16 時点の英語版に基づき更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Oct 22, 2024
1 parent 5e1b3bc commit bb029c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/ja/web/api/htmltableelement/width/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "HTMLTableElement: width プロパティ"
short-title: width
slug: Web/API/HTMLTableElement/width
l10n:
sourceCommit: 595cba0e07c70eda7f08a12890e00ea0281933d3
sourceCommit: d47348199a379f68bea876a403eb510628ec4ccb
---

{{APIRef("HTML DOM")}} {{Deprecated_Header}}
Expand All @@ -17,12 +17,12 @@ l10n:
##

```js
mytable.width = "75%";
myTable.width = "75%";
```

## 仕様書

- W3C DOM 2 HTML Specification [_HTMLTableElement.width_](https://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-77447361)
{{Specifications}}

## ブラウザーの互換性

Expand Down

0 comments on commit bb029c6

Please sign in to comment.