zulip/web
Sayam Samal 8d3f2baebf tooltips: Use <div> tags inside tooltip's inner content.
By replacing `<span>` tags with `<div>` tags inside the tooltip's inner
content we remove the redundancy of having to use break tags to
separate the tooltip's title and it's content.

We also replace any `<p>` tags with `<div>` tags for the following
reasons:

- Since what we want to achieve are just block elements in order to
avoid the break tags, using `<div>` tags provide use with a wider
scope of use cases.

- We don't want the pause, screen readers often introduce after reading
the contents of a paragraph.

- The `<p>` tag cannot contain tables and other block-level elements.

- The semantic meaning of the <p> tag doesn't apply to the commonly
used tooltip content.
2023-10-03 14:37:47 -07:00
..
e2e-tests gear_menu: Remove href="#logout" from logout button. 2023-09-27 18:01:47 -07:00
generated
html
images markdown: Add support for inline video thumbnails. 2023-10-02 22:39:02 -07:00
shared icons: Update the icons for Unmute and Follow. 2023-10-03 08:18:39 -07:00
src upload: Don’t leak an extra body event handler for each edited message. 2023-10-03 14:10:15 -07:00
styles tooltips: Use <div> tags inside tooltip's inner content. 2023-10-03 14:37:47 -07:00
templates tooltips: Use <div> tags inside tooltip's inner content. 2023-10-03 14:37:47 -07:00
tests upload: Don’t leak an extra body event handler for each edited message. 2023-10-03 14:10:15 -07:00
third bootstrap: Remove now-unused carousel plugin. 2023-10-02 22:30:03 -07:00
.browserslistrc webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00
.gitignore
babel.config.js dependencies: Upgrade JavaScript dependencies. 2023-09-15 14:09:49 -07:00
debug-require-webpack-plugin.ts
debug-require.js
postcss.config.js postcss: Enable postcss-preset-env. 2023-03-20 11:26:30 -07:00
webpack.assets.json hello: Redesign page. 2023-10-02 22:30:03 -07:00
webpack.config.ts dependencies: Upgrade JavaScript dependencies. 2023-06-05 21:51:26 -07:00
webpack.dev-assets.json webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00