Issue with "Function.prototype.toString()": Punctuation blends into background for codeblocks in tables
See original GitHub issueMDN URL: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/toString
What information was incorrect, unhelpful, or incomplete?
Codeblocks in table didn’t show punctuation (brackets, periods, commas) so the examples are confusing
Specific section or headline?
Examples Also other pages, such as Operator Precedence, where comments are also hard to see
What did you expect to see?
Full syntax for examples in codeblocks
Did you test this? If so, how?
Copying or selecting the text showed full syntax, and the highlight color when selecting matched the background color
MDN Content page report details
- Folder:
en-us/web/javascript/reference/global_objects/function/tostring
- MDN URL: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/toString
- GitHub URL: https://github.com/mdn/content/blob/main/files/en-us/web/javascript/reference/global_objects/function/tostring/index.md
- Last commit: https://github.com/mdn/content/commit/cf607d68522cd35ee7670782d3ee3a361eaef2e4
- Document last modified: 2021-07-20T18:47:57.000Z
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
In what Javascript engines does Function.prototype.toString ...
I think it is (or was) primarily on mobile browsers that it doesn't/didn't return the source. Also note that the source returned varies...
Read more >Bug on function prototype - Code::Blocks Forums
Bug on function prototype. « on: June 06, 2011, 02:04:25 am ». I doesn't use the nightly build of CodeBlocks but I found...
Read more >21. Function.prototype.toString revision
This chapter covers the ES2019 feature “ Function.prototype.toString revision” by Michael Ficarra. It brings two major improvements compared to ES2018:.
Read more >tag-hoc/index.html at master · jxnblk/tag-hoc - GitHub
React HOC to set an element's tag and remove props - tag-hoc/index.html at master ... toString(),t),i=Object.keys(this.components).map(function(e){return ...
Read more >Code Injection Vulnerabilities in Web Applications
The majority of all security problems in today's Web applications is caused by string- based code injection, with Cross-site Scripting (XSS) being the ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Let me move this over yo Yari and have a closer look. Thanks for the heads up @wbamberg
Hey @That-Guy977, looks like this is mostly resolved?