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

  • Home
  • SEARCH
  • 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 5987331
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T22:47:57+00:00 2026-05-22T22:47:57+00:00

If I create an HTML element: sc { font-variant: small-caps; } and apply it

  • 0

If I create an HTML element:

sc {
    font-variant: small-caps;
}

and apply it like this:

I want to display <sc>this text</sc> in small-caps.

it works as expected (except in IE, of course.) It becomes shorthand for

.sc {
    font-variant: small-caps;
}
I want to display <span class='sc'>this text</span> in small-caps.

Is this intended/documented behavior? Is there a name for it?

  • 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-22T22:47:58+00:00Added an answer on May 22, 2026 at 10:47 pm

    XHTML (and XML on which it is based) is designed to let you add custom elements in a similar fashion, but instead using a custom XML namespace with your element names. Then you can either use CSS to style those elements directly, or use XSLT to transform them into real HTML elements. This is why (or at least one reason why) standards-compliant browsers are OK handling otherwise non-standard elements in the DOM.

    In HTML 4 and older, it’s always invalid to sprinkle your own non-standard elements on (not sure about HTML5’s extensibility).

    Either way, however, IE doesn’t automatically know about the custom elements in the DOM, so you need to use document.createElement() to create them before the DOM finishes loading.

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

Sidebar

Related Questions

if you create html layout like so <ul> <li class='a'></li> <li class='b'></li> <li class='a'></li>
I would like to create an HTML table with row colors changing based on
I want to create a toggle button in html using css. I want it
I want to create a very simple HTML/AJAX based GUI for a Python program.
I'd like to create a div that has the same width as the text's
Is it possible to create html links out of text that is rendered in
Is there a way to create an html link using h:outputLink, other JSF tag
Is there a website I can create an HTML final four bracket? Or is
How can I use Doxygen to create the HTML documentation as a single, very
Let's say you create a wizard in an HTML form. One button goes back,

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.