Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Last active June 12, 2018 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeaVerou/e4042d6b12973f1e4583bf32c4bc7e14 to your computer and use it in GitHub Desktop.
Save LeaVerou/e4042d6b12973f1e4583bf32c4bc7e14 to your computer and use it in GitHub Desktop.
Odd flex behavior on <summary> in Safari
/**
* Odd flex behavior on <summary> in Safari
*/
summary {
display: flex;
}
summary strong { background: yellow; }
summary span { background: pink; }
<details>
<summary>
<strong>Foo</strong>
<span>Bar</span>
</summary>
Content
</details>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment