]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove invalid example of `title` attribute in an SVG and related vnu error suppression
authorpatrickhlauke <redux@splintered.co.uk>
Tue, 31 Oct 2017 14:11:11 +0000 (14:11 +0000)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 31 Oct 2017 19:36:17 +0000 (21:36 +0200)
build/vnu-jar.js
js/tests/visual/tooltip.html

index 7ac6ed54725f690d44da1e37e30226702ae8997c..0df50680b6efe58481c9418893750f6efaff05da 100644 (file)
@@ -26,7 +26,6 @@ childProcess.exec('java -version', (error, stdout, stderr) => {
     // Firefox's non-standard autocomplete behavior - see https://bugzilla.mozilla.org/show_bug.cgi?id=654072
     'Attribute “autocomplete” is only allowed when the input type is “color”, “date”, “datetime-local”, “email”, “hidden”, “month”, “number”, “password”, “range”, “search”, “tel”, “text”, “time”, “url”, or “week”.',
     'Attribute “autocomplete” not allowed on element “button” at this point.',
-    'Attribute “title” not allowed on element “circle” at this point.',
     'Bad value “tablist” for attribute “role” on element “nav”.',
     // We use holder.js with `data-src` and no `src`; we could work around this, not sure it's worth it.
     'Element “img” is missing required attribute “src”.',
index cd57ef4ffc7e14de5f44ddbe158702b8186222c0..91713044ab13e32be12ef58e2dbf68b34b56b96e 100644 (file)
@@ -46,9 +46,6 @@
         <button type="button" class="btn btn-secondary" data-toggle="tooltip" data-html="true" title="<em>Tooltip</em> <u>with</u> <b>HTML</b>">
           Tooltip with HTML
         </button>
-        <svg width="30" height="20">
-          <circle cx="15" cy="10" r="10" fill="#62448F" data-toggle="tooltip" data-placement="top" title="Tooltip on SVG" />
-        </svg>
       </p>
       <div id="target" title="Test tooltip on transformed element"></div>
     </div>