On May 5, 10:04 pm, Hernan Rodriguez Colmeiro <colme...@gmail.com>
wrote:
> I feel I'm unable to express my opinion just because English is not my
> mother tongue >_< I beg your pardon if you read something weird in my
> posts, the odds are I used the wrong word to say what I meant.
> In discussions like this, which are mostly about grammar and meaning
> of some text, if you use the wrong word, it can certainly lead to
> misunderstanding.
Your English is clear and easy to read. I just don't know which part
of that page you have problem with.
>
> What I meant here:
>
> >> Anyway, this is just my point of view, but isn't that page supposed to
> >> give an overview of what can you do with the DOM in firebug? If so,
>
> > Yes.
>
> >> shouldn't it give a message easy to understand by everyone?
>
> > What message?
>
> was that whatever you read in a page that gives you an overview of
> some product, should be accurate and easy to understand.
> By "accurate" I mean that if the page says "you can do this", you
> should be able to do exactly what it says.
> By "easy to understand" I mean that whatever the page states, it
> should have only one valid way to be interpreted. Think about the non
> native-English speakers, we can get very confused if a sentence is
> written in a weird or ambiguous way :(
Ok, but which sentence causes confusion?
>
> Grammar appart, the problem in question regarding editing the DOM:
Now you are talking! Ok that idiomatic English for "you are
communicating in a way I can understand" ;-)
>
> 1. Go tohttp://getfirebug.com/dom.html
> 2. enable and open Firebug for that site
> 3. Inspect the title "Edit as you go"
> 4. Go to the DOM sub-panel (the one on the right of the HTML panel)
> 5. look for the property "get firstChild"
> 6. look for "get data" inside the first child from step 5
> 7. Double-click on that property ("get data")
Ok I see the problem already: that is a 'getter'. It is not data. It
is a function. So you should not be able to edit it.
> 8. Change the text "Edit as you go" to "New Text"
> 9. Hit enter to view the result
>
> I was expecting the title "Edit as you go" to change to "New Text",
> but nothing happened. I don't know if what I expect is correct or not,
> but the page says you can change the DOM as you go...
The bug is allowing you to edit getters. If you open a bug report we
can fix it. Or you can fix it ;-)
>
> Now I have two questions about the DOM panel:
> 1) What are those properties defined as "get <something>", such as "get data"?
They are functions that pretend to be data.
> 2) if you look at these screenshots:
>...
> textbox is "<property-name>+<property-value>", is this OK?
Editing a getter is not ok. That is the bug here.
>
> HernĂ¡n
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to firebug@googlegroups.com
To unsubscribe from this group, send email to
firebug+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---