Closed domenic closed 2 years ago
Looking at the structures in https://github.com/rubberyuzu/bfcache-not-retored-reason/blob/main/NotRestoredReason.md#examples and comparing to https://w3ctag.github.io/design-principles/#casing-rules , I would suggest url and id instead of URL and Id. (Since they are the first/only word in the name.)
url
id
URL
Id
Also, in JavaScript we use false and true, not False and True.
false
true
False
True
Done, thanks!
Hmm, I think I might have misled you on the URL and Id properties. I think they should be lowercase url and id, since they are the first word in their name :)
Ah my bad! Fixed :) Thanks!
Looking at the structures in https://github.com/rubberyuzu/bfcache-not-retored-reason/blob/main/NotRestoredReason.md#examples and comparing to https://w3ctag.github.io/design-principles/#casing-rules , I would suggest
url
andid
instead ofURL
andId
. (Since they are the first/only word in the name.)Also, in JavaScript we use
false
andtrue
, notFalse
andTrue
.