You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest StackOverflow Podcast (24:56-25:49), SO devs complain extensively about framesets and how framesets make it hard to create links to documentation. I propose that we remove framesets from VDLDoc and replace them with with xsl:includes and javascript to toggle visibility of elements. Here is a prototype of the improvement. I know this is a big change, so I wanted to get feedback before just changing the code. Is this too much of a change? Am I missing any big issues that this kind of change would cause?