Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Local URL Flag?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #276677
    geekalert
    Participant

    In the latest CSS3 specifications, it states:

    “If a url()’s value starts with a U+0023 NUMBER SIGN (#) character, parse it as per normal for URLs, but additionally set the local url flag of the url().”

    Source: https://drafts.csswg.org/css-values-3/#local-urls

    However, I cannot find a single example anywhere of what this “flag” looks like or how to set it. Any help is appreciated.

    Thank you!

    #276693
    Shikkediel
    Participant

    I think it is only relevant when you’re trying to program the browser engine itself… and reckon it’s a flag (in practice a simple variable) used to describe a confirmative value in scripting.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.