A year of publishing the MDN Blog
11–20 of 22 posts
Re: A year of publishing the MDN Blog
#12I see an error. "hadc0ffee" is neither hexadecimal nor matches that regex. Am I missing something?
Re: A year of publishing the MDN Blog
#13It's funny Mozilla has a blog that renders about 20px to wide on mobile. The company that makes most of the web standards. Something ironic about that
This is caused by the string "sha256-tG5mcZUtJsZvyKAxYLVXrmjKBVLd6VpVccqz/r4ypFE=" which does not wrap properly. Using "word-break: break-all;" on the pre element would fix it.
> The company that makes most of the web standards.
That is incorrect. Mozilla is only one of the several companies and working groups that may be involved. MDN is documentation, not specification.
Re: A year of publishing the MDN Blog
#14I see an error. "hadc0ffee" is neither hexadecimal nor matches that regex. Am I missing something?
Edit: I was curious, so I looked through the linked docs for regex. They have the exact same pattern for checking hex in there as they do in this one. I guess it was just an error after all?
Re: A year of publishing the MDN Blog
#15I see an error. "hadc0ffee" is neither hexadecimal nor matches that regex. Am I missing something?
isHexadecimal("HADC0FFEE"); // falseRe: A year of publishing the MDN Blog
#16I see an error. "hadc0ffee" is neither hexadecimal nor matches that regex. Am I missing something?
But I do get false, running it in chrome dev tools.
When they're talking about writing documentation for tricky subjects, this misses a bit. I have no clue what the joke is, other than, if you haven't had coffee, you might think this evaluates to true?
Re: A year of publishing the MDN Blog
#17Earlier quoted context omitted.
It doesn’t render at all on my ipad pro with iOS 13.7. Actually it does render and then immediately turns black. People give w3schools a lot of flak but at least it renders and is usable on my ipad unlike the MDN docs. Do we no longer care about backwards compatibility, it seems not and that’s shameful.
Im guessing this has something to do with certain protocols not supported on an (almost) 4 year old browser without any (security) updates.
This sounds like javascript behavior (MDN, to my surprise, is built on React).
Re: A year of publishing the MDN Blog
#18It's funny Mozilla has a blog that renders about 20px to wide on mobile. The company that makes most of the web standards. Something ironic about that
> It's funny Mozilla has a blog that renders about 20px to wide on mobile. This is caused by the string "sha256-tG5mcZUtJsZvyKAxYLVXrmjKBVLd6VpVccqz/r4ypFE=" which does not wrap properly. Using "word-break: break-all;" on the pre element would fix it. > The company that makes most of the web standards. That is incorrect. Mozilla is only one of the several companies and working groups that may be involved. MDN is docu…
You don't absorb your company's entire knowledge base just by virtue of working there after all
Re: A year of publishing the MDN Blog
#19I see an error. "hadc0ffee" is neither hexadecimal nor matches that regex. Am I missing something?
so, I thought there was some esoteric weirdness in the spec'd Javascript regex engine that made HADC0FFEE somehow match /^[0-9A-F]+$/i. Then the joke kinda makes sense right? I do need coffee to work with JS most of the time haha But I do get false, running it in chrome dev tools. When they're talking about writing documentation for tricky subjects, this misses a bit. I have no clue what the joke is, other than, if y…
Re: A year of publishing the MDN Blog
#20Off topic: am I the only one who sees the page shaking on an iPhone?