Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

<cite> and <q> tags

Engaged ,
Sep 24, 2018 Sep 24, 2018

I was wondering if "cite" and "q" are protected and if I could make my own style .cite rather that use <cite>, the same with .q rather  than <q>?

The reason I ask is ".q" shows up in my CSS list but the <q> doesn't and I have to type in the opening and close of the tag by hand.

I just don't want to run afoul of some obscure W3 rule by accident and have to search and replace a lot of pages for nothing.

485
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Mentor , Sep 24, 2018 Sep 24, 2018

Reserved names are for scripting... not CSS. A class of "cite" is fine, though I might differentiate it to read "citation" to keep me from getting confused

Translate
Mentor ,
Sep 24, 2018 Sep 24, 2018

Reserved names are for scripting... not CSS. A class of "cite" is fine, though I might differentiate it to read "citation" to keep me from getting confused

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Sep 24, 2018 Sep 24, 2018
LATEST

Thank you.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines