Re: File headers

On Mar 11, 2013, at 15:00 , Silvia Pfeiffer <silviapfeiffer1@gmail.com> wrote:

> I think it's a minimal change to escape blank lines and terminators ("." on a line by itself) and lines that start with the escape.
> 
> It's really annoying to have to edit that as you're cutting and pasting. I think it will be the cause of a lot of issues.

but if you're sure to get an error and nothing works if you forget…

this is pretty common, by the way.

>  
> 
>> The more I think about CSS, the more I'd prefer to force it to be in an external stylesheet.
> 
> It's easier to document inline and then expect to use @import, than 'the other way around' (which means using a data: URI, or somesuch)
> 
> 
> So, if we use "@import (captions.css);" as Ian proposed in https://www.w3.org/Bugs/Public/show_bug.cgi?id=18530, then the @import needs to do all the escaping of lines and terminators? That would be different to CSS and further confusing IMHO.

No, I mean if we allow inline, and document that you use @import for reference (to an un-modified style sheet) you get both effects.  Whereas if we allow only reference, the poor sod who wants to go inline has to use
data:text/css:whatever
which is messy

> 
> I'd prefer to just have a metadata header field:
> Style: captions.css


I think we could live with that.  we can always intro multi-line values later, if it gets painful.  it means we would have two different keys (Style and InlineStyle, or the like), but that's livable also.


David Singer
Multimedia and Software Standards, Apple Inc.

Received on Monday, 11 March 2013 22:10:37 UTC