Re: [bp-i18n-specdev] Fix stylesheet linking (#108)

I don't have a good solution for this at the moment, but I think I found the cause of the issue:

> For some reason, Netlify or respec seems to just comment out the line that points to respec_2022.css.

After looking at https://github.com/w3c/tlreq/blob/fe34099c58c0927dbe1688e648f8de809cf209e0/index.html#L49-L50

I saw that the first line was already commented out in the source code. The second line won't work in the preview, because it points to a relative link outside the repo. You can't really do a `..` in:

https://deploy-preview-10--tlreq.netlify.app/

because it's already in the top level.

-- 
GitHub Notification of comment by xfq
Please view or discuss this issue at https://github.com/w3c/bp-i18n-specdev/issues/108#issuecomment-1656501139 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 29 July 2023 01:01:44 UTC