|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#9 |
|
Messages: n/a
Hébergeur: |
On 2008-03-20, R. Rajesh Jeba Anbiah <ng4rrjanbiah@rediffmail.com> wrote:
> On Mar 20, 4:32 pm, David Stone <no.em...@domain.invalid> wrote: >> In article >> <9231b3ea-e956-40c1-9a01-4a81a0dda...@s8g2000prg.googlegroups.com>, >> "R. Rajesh Jeba Anbiah" <ng4rrjanb...@rediffmail.com> wrote: > <snip> >> > > > I'm just wondering, what is the correct way to refer to "!important". >> > > > I currently refer it is "not important"--but I guess, it's wrong. What >> > > > is the correct way? TIA > <snip> >> By analogy with shell scripts "bang important" >> >> Seems to work... > > In C, we refer "!" as "not". So, I refer "!important" as "not > important". But, I'm still interested in official way of referring. That's because in C ! means "not". But it doesn't mean that in CSS! The ! is commonly known as "pling". |
|
|
|
#10 |
|
Messages: n/a
Hébergeur: |
R. Rajesh Jeba Anbiah wrote:
> On Mar 20, 4:32 pm, David Stone <no.em...@domain.invalid> wrote: >> In article >> <9231b3ea-e956-40c1-9a01-4a81a0dda...@s8g2000prg.googlegroups.com>, >> "R. Rajesh Jeba Anbiah" <ng4rrjanb...@rediffmail.com> wrote: > <snip> >>>>> I'm just wondering, what is the correct way to refer to "!important". >>>>> I currently refer it is "not important"--but I guess, it's wrong. What >>>>> is the correct way? TIA > <snip> >> By analogy with shell scripts "bang important" >> >> Seems to work... > > In C, we refer "!" as "not". So, I refer "!important" as "not > important". You refer to it as "not" in C because in C it *means* "not". That meaning doesn't convey to CSS, where it isn't any more fitting to call it "not" than it is to call it "factorial" (because that's what "!" signifies in standard mathematical notation as well as in the APL computer language) or "single" (because in Visual Basic "!" marks a single-precision floating point numeric constant). > But, I'm still interested in official way of referring. There isn't any official way and, as others have said, just saying "important" is typically enough, unless you're spelling it out for someone who's typing some CSS at your instruction. In that case, "bang" is a traditional name for the exclamation point if you don't want to say "exclamation point" in full. |
|
|
|
#11 |
|
Messages: n/a
Hébergeur: |
On 2008-03-20, David Stone wrote:
> In article ><9231b3ea-e956-40c1-9a01-4a81a0ddaae0@s8g2000prg.googlegroups.com>, > "R. Rajesh Jeba Anbiah" <ng4rrjanbiah@rediffmail.com> wrote: > >> On Mar 20, 3:41 pm, "Rik Wasmus" <luiheidsgoe...@hotmail.com> wrote: >> > On Thu, 20 Mar 2008 11:21:44 +0100, R. Rajesh Jeba Anbiah >> > >> > <ng4rrjanb...@rediffmail.com> wrote: >> > > I'm just wondering, what is the correct way to refer to "!important". >> > > I currently refer it is "not important"--but I guess, it's wrong. What >> > > is the correct way? TIA >> > >> > I just call it 'important', because that what it is. The ! is just a >> > delimiter.http://www.w3.org/TR/CSS21/cascade.html#important-rules >> >> "important" is the meaning and I understand it. But, think about >> the situation of teacher who has to refer the notation when he write >> it on board; how should he refer? > > By analogy with shell scripts "bang important" I've never used the term 'bang' in shell scripting. Surely it comes from the old bang paths (for e-mail, etc.)? -- Chris F.A. Johnson, Webmaster <http://woodbine-gerard.com> ================================================== ================= Author: Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress) |
|
|
|
#12 |
|
Messages: n/a
Hébergeur: |
Chris F.A. Johnson wrote:
> On 2008-03-20, David Stone wrote: >> In article >><9231b3ea-e956-40c1-9a01-4a81a0ddaae0@s8g2000prg.googlegroups.com>, >> "R. Rajesh Jeba Anbiah" <ng4rrjanbiah@rediffmail.com> wrote: >> >>> On Mar 20, 3:41 pm, "Rik Wasmus" <luiheidsgoe...@hotmail.com> wrote: >>> > On Thu, 20 Mar 2008 11:21:44 +0100, R. Rajesh Jeba Anbiah >>> > >>> > <ng4rrjanb...@rediffmail.com> wrote: >>> > > I'm just wondering, what is the correct way to refer to >>> > > "!important". I currently refer it is "not important"--but I guess, >>> > > it's wrong. What is the correct way? TIA >>> > >>> > I just call it 'important', because that what it is. The ! is just a >>> > delimiter.http://www.w3.org/TR/CSS21/cascade.html#important-rules >>> >>> "important" is the meaning and I understand it. But, think about >>> the situation of teacher who has to refer the notation when he write it >>> on board; how should he refer? >> >> By analogy with shell scripts "bang important" > > I've never used the term 'bang' in shell scripting. Surely it comes > from the old bang paths (for e-mail, etc.)? You've never read/seen/heard the #! (as in #!/bin/bash as "shebang"? -- Blinky Killing all posts from Google Groups The Usenet Improvement Project: http://improve-usenet.org Blinky: http://blinkynet.net |
|
|
|
#13 |
|
Messages: n/a
Hébergeur: |
On 2008-03-20, Blinky the Shark wrote:
> Chris F.A. Johnson wrote: >> On 2008-03-20, David Stone wrote: .... >>> By analogy with shell scripts "bang important" >> >> I've never used the term 'bang' in shell scripting. Surely it comes >> from the old bang paths (for e-mail, etc.)? > > You've never read/seen/heard the > > #! > > (as in #!/bin/bash > > as "shebang"? shebang != bang The term 'shebang' may or may not be derived from the bang in bang paths. -- Chris F.A. Johnson <http://cfaj.freeshell.org> ================================================== ================= Author: Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress) |
|
|
|
#14 |
|
Messages: n/a
Hébergeur: |
Chris F.A. Johnson wrote:
> On 2008-03-20, Blinky the Shark wrote: >> Chris F.A. Johnson wrote: >>> On 2008-03-20, David Stone wrote: > ... >>>> By analogy with shell scripts "bang important" >>> >>> I've never used the term 'bang' in shell scripting. Surely it comes >>> from the old bang paths (for e-mail, etc.)? >> >> You've never read/seen/heard the >> >> #! >> >> (as in #!/bin/bash >> >> as "shebang"? > > shebang != bang I know, and did not say it did. I asked a related question. > The term 'shebang' may or may not be derived from the bang in bang > paths. -- Blinky Killing all posts from Google Groups The Usenet Improvement Project: http://improve-usenet.org Blinky: http://blinkynet.net |
|
|
|
#15 |
|
Messages: n/a
Hébergeur: |
R. Rajesh Jeba Anbiah meinte:
> When we start discussing about countries and cultures, we'd get > crazy info. FWIW, I got surprised when someone in a.e.u informed me > that asking marital status in Western countries is an offense. It isn't. As long as you're not Borat...[1] Gregor [1] <http://en.wikipedia.org/wiki/Borat:_Cultural_Learnings_of_America_for_Make_Bene fit_Glorious_Nation_of_Kazakhstan> -- http://photo.gregorkofler.at ::: Landschafts- und Reisefotografie http://web.gregorkofler.com ::: meine JS-Spielwiese http://www.image2d.com ::: Bildagentur für den alpinen Raum |
|
|
|
#16 |
|
Messages: n/a
Hébergeur: |
On 20 Mar, 18:49, "Chris F.A. Johnson" <cfajohn...@gmail.com> wrote:
> The term 'shebang' may or may not be derived from the bang in > bang paths. Unlikely, as the term shebang pre-dates bang paths by some years. |
|
![]() |
| Outils de la discussion | |
|
|