title 属性で表示されるツールチップの最大桁数

注意

title 属性で表示されるツールチップはブラウザによって表示される桁数が異なります。
ツールチップで長いテキストを表示したい場合は、title 属性を使用せずツールチップを表示する JavaScript ライブラリなどを使用してください。

最大桁数の一覧

ブラウザ 最大表示桁数
IE11 512
Edge 512
Firefox 39
Google Chrome 1023

※ 2019/07/24 時点でのデータです。

各ブラウザの表示

Internet Explorer 11

Microsoft Edge (44.17763.1.0)

Firefox Quantum (64.0.2)

Google Chrome (75.0.3770.142)

参考

Titles are limited to 512 total characters; this limit includes control characters, such as line feeds, carriage returns, and so on.

(title は 512 文字に制限されます。この制限はラインフィード、キャリッジリターンなどの制御文字を含みます)

title attribute | title property (Internet Explorer) (※MSDNの title 属性の説明)

Relying on the title attribute is currently discouraged as many user agents do not expose the attribute in an accessible manner as required by this specification (e.g., requiring a pointing device such as a mouse to cause a tooltip to appear, which excludes keyboard-only users and touch-only users, such as anyone with a modern phone or tablet).

(title 属性に頼ることは現在では推奨しません。多くのユーザーエージェントがこの仕様が要求しているようなアクセス可能な方法でこの属性を表示していないためです (例えばツールチップを表示させるにはマウスなどのポインティングデバイスが必要なので、キーボードのみのユーザーや現代の携帯電話やタブレットなどを使うタッチ操作のみのユーザーは排除される))

3.2.6.1 The title attribute | HTML Standard (※ WHATWG 版 HTML5 仕様書の注釈)