html5 - disable quote marks

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
o0TarZan0o
Posts: 8
Joined: Thu Jul 05, 2012 9:01 am

html5 - disable quote marks

Post by o0TarZan0o »

Hi everyone, I am using Rapid CSS 2011 to edit html5 document. With html5 tag, we can present attributes without qoute marks as XHTML. Although I uncheck options in Auto Complete panel

Image

But It still display quote marks when active tag attributes:

Image

<a href="" (Wrong)

I want it will show so:

<a href=

I can fix by pressing twice backspace to erase quote marks but It will create big inconvenience in a project (many html files).
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: html5 - disable quote marks

Post by Aivars »

These settings apply to typing ' or ", not attribute auto-complete. I don't think it's currently possible to auto complete attributes without using quotes, so just press Esc key when attribute auto-complete pops up.

In my own opinion I think that even though HTML5 does allow using attribute values without quotes, they should be used everywhere for consistency anyway, because you still have to use quotes for values that contain spaces or equality signs. Some discussion here: http://stackoverflow.com/questions/6495 ... attributes
Blumentals Software Programmer
o0TarZan0o
Posts: 8
Joined: Thu Jul 05, 2012 9:01 am

Re: html5 - disable quote marks

Post by o0TarZan0o »

Thanks For Your Help :)
Post Reply