Description
Displays content inside only if the viewer of the profile matches the profile owner.
Notes
- You can only use this tag (open and close) once on a profile.
- Make sure you wrap your code in <rb:RBML version="1.1"> and </rb:RBML>!.
- Do not use this tag to display private or sensitive information. Content inside this tag is rendered to all users' browsers, including those who are not the profile owner. For those who are not the owner, the content is shown as white space on the page but it is still visible by viewing the page source.
- The background color should not be set to white when rendering rb:visible-to-owner. I am seeing the following from Firefox: <span style="background: white none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="visibility: visible;">.... (this bug might be present in other rb:visible tags)