Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Post History
The text is not determined by styling, but by a summary tag that is supposed to be inside the details tag, and that is missing in the quoted question. Example <details> <summary>Ex...
Answer
#4: Post edited
- The text is not determined by styling, but by a summary tag that is supposed to be inside the details tag, and that is missing in the quoted question.
- <details>
- <summary>Example</summary>
- ```
- <details>
- <summary>Example</summary>
- Content here
- </details>
- ```
- </details>
Note that while formally the summary tag is optional in the HTML specification, it also explicitly specifies that a browser-specific legend is displayed. Which in turn means that if you want any control on what is shown as legend, the summary tag essentially is mandatory.- I don't think you can set through styling the default text shown when the summary tag is missing.
- The text is not determined by styling, but by a summary tag that is supposed to be inside the details tag, and that is missing in the quoted question.
- <details>
- <summary>Example</summary>
- ```
- <details>
- <summary>Example</summary>
- Content here
- </details>
- ```
- </details>
- Note that while formally the summary tag is optional in the HTML specification, it also explicitly specifies that a browser-specific legend is displayed if no summary is given. Which in turn means that if you want any control on what is shown as legend, the summary tag essentially is mandatory.
- I don't think you can set through styling the default text shown when the summary tag is missing.
#3: Post edited
- The text is not determined by styling, but by a summary tag that is supposed to be inside the details tag, and that is missing in the quoted question.
- <details>
- <summary>Example</summary>
- ```
- <details>
- <summary>Example</summary>
- Content here
- </details>
- ```
- </details>
- I don't think you can set through styling the default text shown when the summary tag is missing.
- The text is not determined by styling, but by a summary tag that is supposed to be inside the details tag, and that is missing in the quoted question.
- <details>
- <summary>Example</summary>
- ```
- <details>
- <summary>Example</summary>
- Content here
- </details>
- ```
- </details>
- Note that while formally the summary tag is optional in the HTML specification, it also explicitly specifies that a browser-specific legend is displayed. Which in turn means that if you want any control on what is shown as legend, the summary tag essentially is mandatory.
- I don't think you can set through styling the default text shown when the summary tag is missing.
#2: Post edited
- The text is not determined by styling, but by a summary tag that is supposed to be inside the details tag, and that is missing in the quoted question.
- <details>
- <summary>Example</summary>
- ```
- <details>
- <summary>Example</summary>
- </details>
- ```
- </details>
- I don't think you can set through styling the default text shown when the summary tag is missing.
- The text is not determined by styling, but by a summary tag that is supposed to be inside the details tag, and that is missing in the quoted question.
- <details>
- <summary>Example</summary>
- ```
- <details>
- <summary>Example</summary>
- Content here
- </details>
- ```
- </details>
- I don't think you can set through styling the default text shown when the summary tag is missing.
#1: Initial revision
The text is not determined by styling, but by a summary tag that is supposed to be inside the details tag, and that is missing in the quoted question. <details> <summary>Example</summary> ``` <details> <summary>Example</summary> </details> ``` </details> I don't think you can set through styling the default text shown when the summary tag is missing.