As the open source projects are becoming more integrated with one another, one of the key issues that causes a lot of issue between integration is the clash of css selectors, rules and general markup. My idea would be to prefix all of phpBB's markup selectors and rules allowing easier integration with things such as primarily users websites and/or other like minded projects such as ourselves. If this idea became consistent across multiple applications then we could provide easier integration methods.
A quick example would be to take commonly used tags such as:
Code: Select all
<p>
<div id="header">
<div class="panel">
Code: Select all
<p class="phpbb4">
<div id="phpbb4_header">
<div class="phpbb4_panel">