非標準
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
概要
nobr 要素(<nobr>
) は、その内包するテキストの自動改行を無効化します。行内におさまらないテキストは、領域からはみ出てレンダリングされるか、スクロールバーを伴なって表示されます。この要素は非標準の要素であり、使用するべきではありません。代わりに、CSS の
プロパティを用いて同等の挙動を実現する事ができます。white-space
<span style="white-space: nowrap">改行を伴わない長い行</span>
関連情報
- 自動改行を制御する為に使用可能な
white-space
プロパティ - 自動改行抑制時のオーバーフローしたテキストの描画方法を指示する為に使用可能な
overflow
プロパティ