Line Break
テキストの禁則処理をします。
ブラウザー上では、句読点や括弧などでの禁則処理をしますが、 指定により音引や促音での禁則処理をします。 改行位置に、禁則文字がない場合効果は効果が現れません。
Internet Explorerで禁則処理を行うため、あまり効果のあるプロパティーでないかもしれません。
このプロパティーは、IE5.0から対応しています。
●関連プロパティ
{ line-break : normal | strict }
禁則処理の指定
strictで、禁則処理をします。normalの場合はブラウザの禁則処理になります。
<p style="line-break: normal;">Dynamic HTMLは、Microsoft® Internet Explorer 4.0の革新的な機能の....</p>
Dynamic HTMLは、Microsoft® Internet Explorer 4.0の革新的な機能の1つである。 Dynamic HTMLにより、オーサーはドキュメントのレンダリングとコンテントを動的に変更でき、 視覚的に優れたHTMLドキュメントを作成できる。 Dynamic HTMLドキュメントでは、これらの変更はユーザーとの対話によって可能となるため、 サーバー側のプログラムや、特殊効果を実現する複雑なHTMLページに依存することがない。
<p style="line-break: strict;">Dynamic HTMLは、Microsoft® Internet Explorer 4.0の革新的な機能の....</p>
Dynamic HTMLは、Microsoft® Internet Explorer 4.0の革新的な機能の1つである。 Dynamic HTMLにより、オーサーはドキュメントのレンダリングとコンテントを動的に変更でき、 視覚的に優れたHTMLドキュメントを作成できる。 Dynamic HTMLドキュメントでは、これらの変更はユーザーとの対話によって可能となるため、 サーバー側のプログラムや、特殊効果を実現する複雑なHTMLページに依存することがない。
<p style="line-break: normal;">Dynamic HTMLは、Microsoft® Internet Explorer 4.0の革新的な機能の....</p>
Dynamic HTML (DHTML) is a set of innovative features in Microsoft® Internet Explorer 4.0. By enabling authors to dynamically change the rendering and content of a document, DHTML gives authors the ability to create visually outstanding HTML documents that interact with the user without the burden of relying on server-side programs or complicated sets of HTML pages to achieve special effects.
<p style="line-break: strict;">Dynamic HTMLは、Microsoft® Internet Explorer 4.0の革新的な機能の....</p>
Dynamic HTML (DHTML) is a set of innovative features in Microsoft® Internet Explorer 4.0. By enabling authors to dynamically change the rendering and content of a document, DHTML gives authors the ability to create visually outstanding HTML documents that interact with the user without the burden of relying on server-side programs or complicated sets of HTML pages to achieve special effects.
禁則処理と両端揃え
禁則処理と両端揃えを併用した場合です。
<p style="line-break: normal; text-align: justify;">
Dynamic HTMLは、Microsoft® Internet Explorer 4.0の革新的な機能の...</p>
Dynamic HTMLは、Microsoft® Internet Explorer 4.0の革新的な機能の1つである。 Dynamic HTMLにより、オーサーはドキュメントのレンダリングとコンテントを動的に変更でき、 視覚的に優れたHTMLドキュメントを作成できる。 Dynamic HTMLドキュメントでは、これらの変更はユーザーとの対話によって可能となるため、 サーバー側のプログラムや、特殊効果を実現する複雑なHTMLページに依存することがない。
<p style="line-break: strict; text-align: justify;">
Dynamic HTMLは、Microsoft® Internet Explorer 4.0の革新的な機能の...</p>
Dynamic HTMLは、Microsoft® Internet Explorer 4.0の革新的な機能の1つである。 Dynamic HTMLにより、オーサーはドキュメントのレンダリングとコンテントを動的に変更でき、 視覚的に優れたHTMLドキュメントを作成できる。 Dynamic HTMLドキュメントでは、これらの変更はユーザーとの対話によって可能となるため、 サーバー側のプログラムや、特殊効果を実現する複雑なHTMLページに依存することがない。
<p style="line-break: normal; text-align: justify;">
Dynamic HTMLは、Microsoft® Internet Explorer 4.0の革新的な機能の...</p>
Dynamic HTML (DHTML) is a set of innovative features in Microsoft® Internet Explorer 4.0. By enabling authors to dynamically change the rendering and content of a document, DHTML gives authors the ability to create visually outstanding HTML documents that interact with the user without the burden of relying on server-side programs or complicated sets of HTML pages to achieve special effects.
<p style="line-break: strict; text-align: justify;">
Dynamic HTMLは、Microsoft® Internet Explorer 4.0の革新的な機能の...</p>
Dynamic HTML (DHTML) is a set of innovative features in Microsoft® Internet Explorer 4.0. By enabling authors to dynamically change the rendering and content of a document, DHTML gives authors the ability to create visually outstanding HTML documents that interact with the user without the burden of relying on server-side programs or complicated sets of HTML pages to achieve special effects.
|
|
|
|---|