Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

widows

概要

CSSwidows プロパティは paged メディアにおいて、新しいページの始めに必ず残す最小行数を定義します。タイポグラフィでは、widow は改ページによって段落の最終行だけが次ページの始めに現れたものを指します。widows プロパティを設定すると widow を残さないようにできます。

screen など paged 以外のメディアでは widows プロパティは効果を持ちません。

初期値2
適用対象ブロックコンテナ要素
継承継承する
メディアvisual, paged
計算値指定値
アニメーションの可否不可
正規順序形式文法で定義される一意のあいまいでない順序

構文

形式文法: <integer>
widows: 2
widows: 3
widows: 0

widows: inherit

<integer>
新しいページの始めに残せる最小行数を意味します。値が正の数でないと宣言は無効になります。

p {
  widows: 3;
}

仕様

仕様書 策定状況 コメント
CSS Fragmentation Module Level 3
The definition of 'widows' in that specification.
草案 widows をページ、領域、列など部品の種類によらず使えるように拡張
CSS Multi-column Layout Module
The definition of 'widows' in that specification.
勧告候補 多段の列に関して widows を考慮することを推奨
CSS Level 2 (Revision 1)
The definition of 'widows' in that specification.
勧告 初回定義

ブラウザ実装状況

機能 Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
基本サポート 25 未サポート 8 9.2 未サポート
機能 Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
基本サポート 未サポート 未サポート ? ? 未サポート

関連情報

ドキュメントのタグと貢献者

 このページの貢献者: Sebastianz, ethertank, sosleepy
 最終更新者: Sebastianz,