w3c / performance-timeline

Performance Timeline
https://w3c.github.io/performance-timeline/
Other
111 stars 34 forks source link

DOMHighResTimeStamp not found in level2 #153

Closed npm1 closed 4 years ago

npm1 commented 4 years ago

I recently submitted a fix to move the constructor in Level2 because ReSpec would highlight the WebIDL section in red otherwise. But now after that fix I still get a problem about DOMHighResTimeStamp not being found in the PerformanceEntry WebIDL entry. I don't see this problem in gh-pages branch but it is present in level2 branch. @marcoscaceres do you have any idea how I can fix this?

npm1 commented 4 years ago

And now... if we could republish the level2 branch onto https://www.w3.org/TR/performance-timeline-2/ that would be great @plehegar since currently it has a bunch of red highlighting due to ReSpec

plehegar commented 4 years ago

done