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 6021873
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T03:46:35+00:00 2026-05-23T03:46:35+00:00

Is there any alternative for bikeshedding CSS3 property? It doesn’t seem to be supported

  • 0

Is there any alternative for bikeshedding CSS3 property? It doesn’t seem to be supported yet.

  • 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-05-23T03:46:36+00:00Added an answer on May 23, 2026 at 3:46 am

    The white-space property

    In CSS3, The white-space property is a shorthand for the white-space-collapsing (I guess bikeshedding means they don’t know what to call it yet) and text-wrap properties. The white-space property is a CSS 2.1 property supported by most browsers and there are two values for it that collapse new lines:

    1. normal (The initial value).
    2. nowrap

    But what does collapsing line feed characters mean?

    According to CSS 2.1:

    If ‘white-space’ is set to ‘normal’ or
    ‘nowrap’, linefeed characters are
    transformed for rendering purpose into
    one of the following characters: a
    space character, a zero width space
    character (U+200B), or no character
    (i.e., not rendered), according to
    UA-specific algorithms based on the
    content script.

    According to CSS 3:

    A zero width space before or after a
    white space sequence containing a
    newline causes the entire sequence of
    white space to collapse into a zero
    width space.

    Reality:

    Most browsers transform line feed characters into a space. So what you really want is to set the white-space-collapsing property to discard not collapse or to collapse and then add a zero width space character before the line break.

    What to do till browser support

    Remove white-space from your HTML document:

    <span>A</span>
    <span>B</span>
    

    To:

    <span>A</span><span>B</span>
    

    Or:

    <span>A</span><span>
        B</span>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any alternative to the PostgreSQL array_agg() function so that it doesn't return
Is there any alternative method to System.Windows.Forms.Application.DoEvents() to flush the event queue which doesn't
Is there any alternative image manipulation library for .net? I would prefer something that
Is there any alternative for WPF (windows presentation foundation) in python? http://msdn.microsoft.com/en-us/library/aa970268.aspx#Programming_with_WPF
Is there any alternative to Axis2? Or the way to make it work (different
Is there any alternative to this: Organizations.Include(Assets).Where(o => o.Id == id).Single() I would like
How do you SortDictionary by value (.NET 2.0)? Or is there any alternative to
Is there any good alternative to ASpell? It's nice open source, but haven't been
Is there any better alternative for doing string formatting in VC6, with syntax checking
Is there an alternative to history.go(-1) for FireFox and Safari. Any Help would be

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.