Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7791435
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T21:53:09+00:00 2026-06-01T21:53:09+00:00

In a css property, there are certain value declarations that look like functions, eg

  • 0

In a css property, there are certain value declarations that look like functions, eg

background: rgba(0,0,0,0);

or

background-image: url('bg.png');

The first part is called the property, eg background and background-image. The second part in general is called the value. But what is the part outside of the parentheses called, eg rgba(...) and url(...).

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T21:53:12+00:00Added an answer on June 1, 2026 at 9:53 pm

    Generically, they’re just called "<whatever> notations"; see this part of the spec for example:

    The image() function allows an author to:

    • use media fragments to clip out a portion of an image
    • specify fallback images in case the preferred image can’t be decoded or is a type that > the browser doesn’t recognize
    • use a solid color as an image
    • annotate an image with a directionality

    The image() notation is defined as:

    <image-list> = image( [ <image-decl> , ]* [ <image-decl> | <color> ] )
    <image-decl> = [ <url> | <string> | <element-reference> ]
    

    Each <string> or <url> inside image() represents an image, just as if the url() notation had been used. As usual for URLs in CSS, relative URLs are resolved to an absolute URL (as described in Values & Units [CSS3VAL]) when a specified image() value is computed.

    So url('bg.png') is the url() notation. However, you can get more specific. Values that represent images, such as:

    • linear-gradient(red, white)
    • url('../images/hello.png')
    • radial-gradient(orange, yellow)
    • cross-fade(image1, image2)

    Are called image values. This applies to things like rect(), too, which is a shape value1. As for calc(), that’s just generally called an expression, I believe.

    1 Note that in the sidebar, rect() is also referred to as a function.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to select a certain value from a multi-element background-image property such
Is there a way to automatically add a CSS-property, like letter-spacing, to every number
Is there such a thing? Like .el{ background-image: don_change; } I have to define
I know you can SET multiple css properties like so: $('#element').css({property: value, property: value});
Is there a font or CSS property that would give every character the same
Is there any CSS property to get the url when a link is clicked
Is there is a way to intercept/monitor in Javascript that CSS property changed using
Is there a CSS property that tells the browser to word-wrap at any position,
Is there some CSS property or something that I can use with my anchor
Is there a way to specify a CSS property is skipped in the shorthand,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.